Color Hex Logo

#0f4dcb Color Hex

#0F4DCB
(15,77,203)
0 Favorites   0 Comments

Color spaces of #0f4dcb

RGB 1577203
HSL0.610.860.43
HSV220°93°80°
CMYK 0.930.620.00   0.20
XYZ13.63049.721157.6579
Yxy9.72110.16830.1200
Hunter Lab31.178723.4723-87.8183
CIE-Lab37.337131.8124-69.8460

#0f4dcb color RGB value is (15,77,203).

#0f4dcb hex color red value is 15, green value is 77 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0f4dcb hue: 0.61 , saturation: 0.86 and the lightness value of 0f4dcb is 0.43.

The process color (four color CMYK) of #0f4dcb color hex is 0.93, 0.62, 0.00, 0.20. Web safe color of #0f4dcb is #0066cc. Color #0f4dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01001101 11001011
Octal 17 115 313
Decimal 15 77 203
Hex F 4D CB

RGB Percentages of Color #0f4dcb

%5.08
%26.10
%68.81

CMYK Percentages of Color #0f4dcb

%93
%62
%0
%20

Triadic Colors of #0f4dcb

#0f4dcb #cb0f4d #4dcb0f

Analogous Colors of #0f4dcb

#0f4dcb #2f0fcb #0fabcb

Monochromatic Colors of #0f4dcb

#0f4dcb

Complementary Color

#0f4dcb #cb8d0f

#0f4dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f4dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f4dcb Color CSS Codes

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

#0f4dcb Text Font Color

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

This sample text font color is #0f4dcb
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.


#0f4dcb Background Color

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

This div background color is #0f4dcb


#0f4dcb Border Color

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

This div border color is #0f4dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f4dcb


Comments

No comments written yet.

Please login to write comment.