Color Hex Logo

#01152f Color Hex

#01152F
(1,21,47)
0 Favorites   0 Comments

Color spaces of #01152f

RGB 12147
HSL0.590.960.09
HSV214°98°18°
CMYK 0.980.550.00   0.82
XYZ0.79380.74802.7919
Yxy0.74800.18320.1726
Hunter Lab8.64871.2480-13.0854
CIE-Lab6.75663.3938-19.7406

#01152f color RGB value is (1,21,47).

#01152f hex color red value is 1, green value is 21 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #01152f hue: 0.59 , saturation: 0.96 and the lightness value of 01152f is 0.09.

The process color (four color CMYK) of #01152f color hex is 0.98, 0.55, 0.00, 0.82. Web safe color of #01152f is #000033. Color #01152f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010101 00101111
Octal 1 25 57
Decimal 1 21 47
Hex 1 15 2F

RGB Percentages of Color #01152f

%1.45
%30.43
%68.12

CMYK Percentages of Color #01152f

%98
%55
%0
%82

Triadic Colors of #01152f

#01152f #2f0115 #152f01

Analogous Colors of #01152f

#01152f #04012f #012c2f

Monochromatic Colors of #01152f

#01152f

Complementary Color

#01152f #2f1b01

#01152f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01152f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01152f Color CSS Codes

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

#01152f Text Font Color

<p style="color:#01152f">Text here</p>

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


#01152f Background Color

<div style="background-color:#01152f">
Div content here</div>

This div background color is #01152f


#01152f Border Color

<div style="border:3px solid #01152f">
Div here</div>

This div border color is #01152f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,21,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01152f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01152f;
  -webkit-box-shadow: 1px 1px 3px 2px #01152f;
  box-shadow:         1px 1px 3px 2px #01152f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,21,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01152f


Comments

No comments written yet.

Please login to write comment.