Color Hex Logo

#0f608a Color Hex

#0F608A
(15,96,138)
0 Favorites   0 Comments

Color spaces of #0f608a

RGB 1596138
HSL0.560.800.30
HSV200°89°54°
CMYK 0.890.300.00   0.46
XYZ8.967310.302325.5607
Yxy10.30230.20000.2298
Hunter Lab32.0972-6.3008-24.7477
CIE-Lab38.3796-6.7745-29.6191

#0f608a color RGB value is (15,96,138).

#0f608a hex color red value is 15, green value is 96 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #0f608a hue: 0.56 , saturation: 0.80 and the lightness value of 0f608a is 0.30.

The process color (four color CMYK) of #0f608a color hex is 0.89, 0.30, 0.00, 0.46. Web safe color of #0f608a is #006699. Color #0f608a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01100000 10001010
Octal 17 140 212
Decimal 15 96 138
Hex F 60 8A

RGB Percentages of Color #0f608a

%6.02
%38.55
%55.42

CMYK Percentages of Color #0f608a

%89
%30
%0
%46

Triadic Colors of #0f608a

#0f608a #8a0f60 #608a0f

Analogous Colors of #0f608a

#0f608a #0f228a #0f8a77

Monochromatic Colors of #0f608a

#0f608a

Complementary Color

#0f608a #8a390f

#0f608a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f608a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f608a Color CSS Codes

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

#0f608a Text Font Color

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

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


#0f608a Background Color

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

This div background color is #0f608a


#0f608a Border Color

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

This div border color is #0f608a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f608a


Comments

No comments written yet.

Please login to write comment.