Color Hex Logo

#0f194d Color Hex

#0F194D
(15,25,77)
0 Favorites   0 Comments

Color spaces of #0f194d

RGB 152577
HSL0.640.670.18
HSV230°81°30°
CMYK 0.810.680.00   0.70
XYZ1.88421.33267.1791
Yxy1.33260.18120.1282
Hunter Lab11.54388.9333-28.7917
CIE-Lab11.501616.7799-33.3813

#0f194d color RGB value is (15,25,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00011001 01001101
Octal 17 31 115
Decimal 15 25 77
Hex F 19 4D

RGB Percentages of Color #0f194d

%12.82
%21.37
%65.81

CMYK Percentages of Color #0f194d

%81
%68
%0
%70

Triadic Colors of #0f194d

#0f194d #4d0f19 #194d0f

Analogous Colors of #0f194d

#0f194d #240f4d #0f384d

Monochromatic Colors of #0f194d

#0f194d

Complementary Color

#0f194d #4d430f

#0f194d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f194d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f194d Color CSS Codes

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

#0f194d Text Font Color

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

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


#0f194d Background Color

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

This div background color is #0f194d


#0f194d Border Color

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

This div border color is #0f194d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f194d

#0f194d Color Palettes


Comments

No comments written yet.

Please login to write comment.