Color Hex Logo

#0f284a Color Hex

#0F284A
(15,40,74)
0 Favorites   0 Comments

Color spaces of #0f284a

RGB 154074
HSL0.600.660.17
HSV215°80°29°
CMYK 0.800.460.00   0.71
XYZ2.19182.11366.7710
Yxy2.11360.19790.1908
Hunter Lab14.53821.4690-17.4368
CIE-Lab16.07254.0739-23.9396

#0f284a color RGB value is (15,40,74).

#0f284a hex color red value is 15, green value is 40 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #0f284a hue: 0.60 , saturation: 0.66 and the lightness value of 0f284a is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00101000 01001010
Octal 17 50 112
Decimal 15 40 74
Hex F 28 4A

RGB Percentages of Color #0f284a

%11.63
%31.01
%57.36

CMYK Percentages of Color #0f284a

%80
%46
%0
%71

Triadic Colors of #0f284a

#0f284a #4a0f28 #284a0f

Analogous Colors of #0f284a

#0f284a #140f4a #0f464a

Monochromatic Colors of #0f284a

#0f284a

Complementary Color

#0f284a #4a310f

#0f284a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f284a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f284a Color CSS Codes

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

#0f284a Text Font Color

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

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


#0f284a Background Color

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

This div background color is #0f284a


#0f284a Border Color

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

This div border color is #0f284a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,40,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 #0f284a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f284a


Comments

No comments written yet.

Please login to write comment.