Color Hex Logo

#0f134d Color Hex

#0F134D
(15,19,77)
0 Favorites   0 Comments

Color spaces of #0f134d

RGB 151977
HSL0.660.670.18
HSV236°81°30°
CMYK 0.810.750.00   0.70
XYZ1.76941.10317.1408
Yxy1.10310.17670.1102
Hunter Lab10.502911.6916-32.9588
CIE-Lab9.822421.2119-36.1326

#0f134d color RGB value is (15,19,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00010011 01001101
Octal 17 23 115
Decimal 15 19 77
Hex F 13 4D

RGB Percentages of Color #0f134d

%13.51
%17.12
%69.37

CMYK Percentages of Color #0f134d

%81
%75
%0
%70

Triadic Colors of #0f134d

#0f134d #4d0f13 #134d0f

Analogous Colors of #0f134d

#0f134d #2a0f4d #0f324d

Monochromatic Colors of #0f134d

#0f134d

Complementary Color

#0f134d #4d490f

#0f134d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f134d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f134d Color CSS Codes

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

#0f134d Text Font Color

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

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


#0f134d Background Color

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

This div background color is #0f134d


#0f134d Border Color

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

This div border color is #0f134d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f134d


Comments

No comments written yet.

Please login to write comment.