Color Hex Logo

#0f5cbb Color Hex

#0F5CBB
(15,92,187)
0 Favorites   0 Comments

Color spaces of #0f5cbb

RGB 1592187
HSL0.590.850.40
HSV213°92°73°
CMYK 0.920.510.00   0.27
XYZ12.993811.343748.5184
Yxy11.34370.17830.1557
Hunter Lab33.68049.9240-61.8341
CIE-Lab40.153415.5337-55.9446

#0f5cbb color RGB value is (15,92,187).

#0f5cbb hex color red value is 15, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0f5cbb hue: 0.59 , saturation: 0.85 and the lightness value of 0f5cbb is 0.40.

The process color (four color CMYK) of #0f5cbb color hex is 0.92, 0.51, 0.00, 0.27. Web safe color of #0f5cbb is #0066cc. Color #0f5cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01011100 10111011
Octal 17 134 273
Decimal 15 92 187
Hex F 5C BB

RGB Percentages of Color #0f5cbb

%5.10
%31.29
%63.61

CMYK Percentages of Color #0f5cbb

%92
%51
%0
%27

Triadic Colors of #0f5cbb

#0f5cbb #bb0f5c #5cbb0f

Analogous Colors of #0f5cbb

#0f5cbb #180fbb #0fb2bb

Monochromatic Colors of #0f5cbb

#0f5cbb

Complementary Color

#0f5cbb #bb6e0f

#0f5cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f5cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f5cbb Color CSS Codes

.mybgcolor {background-color:#0f5cbb; } 
.myforecolor {color:#0f5cbb; }
.mybordercolor {border:3px solid #0f5cbb; }

#0f5cbb Text Font Color

<p style="color:#0f5cbb">Text here</p>

This sample text font color is #0f5cbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0f5cbb Background Color

<div style="background-color:#0f5cbb">
Div content here</div>

This div background color is #0f5cbb


#0f5cbb Border Color

<div style="border:3px solid #0f5cbb">
Div here</div>

This div border color is #0f5cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,92,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f5cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f5cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #0f5cbb;
  box-shadow:         1px 1px 3px 2px #0f5cbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,92,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0f5cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0f5cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #0f5cbb;
  box-shadow:         1px 1px 3px 2px #0f5cbb;">
Div content here</div>

This div box has shadow with color #0f5cbb


Comments

No comments written yet.

Please login to write comment.