Color Hex Logo

#0f064a Color Hex

#0F064A
(15,6,74)
0 Favorites   0 Comments

Color spaces of #0f064a

RGB 15674
HSL0.690.850.16
HSV248°92°29°
CMYK 0.800.920.00   0.71
XYZ1.49820.72626.5398
Yxy0.72620.17090.0829
Hunter Lab8.521716.4689-39.5355
CIE-Lab6.559728.1261-39.4285

#0f064a color RGB value is (15,6,74).

#0f064a hex color red value is 15, green value is 6 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #0f064a hue: 0.69 , saturation: 0.85 and the lightness value of 0f064a is 0.16.

The process color (four color CMYK) of #0f064a color hex is 0.80, 0.92, 0.00, 0.71. Web safe color of #0f064a is #000033. Color #0f064a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000110 01001010
Octal 17 6 112
Decimal 15 6 74
Hex F 6 4A

RGB Percentages of Color #0f064a

%15.79
%6.32
%77.89

CMYK Percentages of Color #0f064a

%80
%92
%0
%71

Triadic Colors of #0f064a

#0f064a #4a0f06 #064a0f

Analogous Colors of #0f064a

#0f064a #31064a #061f4a

Monochromatic Colors of #0f064a

#0f064a

Complementary Color

#0f064a #414a06

#0f064a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f064a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f064a Color CSS Codes

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

#0f064a Text Font Color

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

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


#0f064a Background Color

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

This div background color is #0f064a


#0f064a Border Color

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

This div border color is #0f064a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f064a


Comments

No comments written yet.

Please login to write comment.