Color Hex Logo

#0f194f Color Hex

#0F194F
(15,25,79)
0 Favorites   0 Comments

Color spaces of #0f194f

RGB 152579
HSL0.640.680.18
HSV231°81°31°
CMYK 0.810.680.00   0.69
XYZ1.95591.36137.5568
Yxy1.36130.17990.1252
Hunter Lab11.66759.5051-30.2338
CIE-Lab11.697617.6301-34.4362

#0f194f color RGB value is (15,25,79).

#0f194f hex color red value is 15, green value is 25 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #0f194f hue: 0.64 , saturation: 0.68 and the lightness value of 0f194f is 0.18.

The process color (four color CMYK) of #0f194f color hex is 0.81, 0.68, 0.00, 0.69. Web safe color of #0f194f is #000066. Color #0f194f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00011001 01001111
Octal 17 31 117
Decimal 15 25 79
Hex F 19 4F

RGB Percentages of Color #0f194f

%12.61
%21.01
%66.39

CMYK Percentages of Color #0f194f

%81
%68
%0
%69

Triadic Colors of #0f194f

#0f194f #4f0f19 #194f0f

Analogous Colors of #0f194f

#0f194f #250f4f #0f394f

Monochromatic Colors of #0f194f

#0f194f

Complementary Color

#0f194f #4f450f

#0f194f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f194f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f194f Color CSS Codes

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

#0f194f Text Font Color

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

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


#0f194f Background Color

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

This div background color is #0f194f


#0f194f Border Color

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

This div border color is #0f194f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f194f


Comments

No comments written yet.

Please login to write comment.