Color Hex Logo

#0f424b Color Hex

#0F424B
(15,66,75)
0 Favorites   0 Comments

Color spaces of #0f424b

RGB 156675
HSL0.530.670.18
HSV189°80°29°
CMYK 0.800.120.00   0.71
XYZ3.41524.50607.3464
Yxy4.50600.22370.2951
Hunter Lab21.2273-8.4295-5.6601
CIE-Lab25.2783-12.9318-10.2512

#0f424b color RGB value is (15,66,75).

#0f424b hex color red value is 15, green value is 66 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #0f424b hue: 0.53 , saturation: 0.67 and the lightness value of 0f424b is 0.18.

The process color (four color CMYK) of #0f424b color hex is 0.80, 0.12, 0.00, 0.71. Web safe color of #0f424b is #003333. Color #0f424b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01000010 01001011
Octal 17 102 113
Decimal 15 66 75
Hex F 42 4B

RGB Percentages of Color #0f424b

%9.62
%42.31
%48.08

CMYK Percentages of Color #0f424b

%80
%12
%0
%71

Triadic Colors of #0f424b

#0f424b #4b0f42 #424b0f

Analogous Colors of #0f424b

#0f424b #0f244b #0f4b36

Monochromatic Colors of #0f424b

#0f424b

Complementary Color

#0f424b #4b180f

#0f424b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f424b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f424b Color CSS Codes

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

#0f424b Text Font Color

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

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


#0f424b Background Color

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

This div background color is #0f424b


#0f424b Border Color

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

This div border color is #0f424b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f424b


Comments

No comments written yet.

Please login to write comment.