Color Hex Logo

#01124c Color Hex

#01124C
(1,18,76)
0 Favorites   0 Comments

Color spaces of #01124c

RGB 11876
HSL0.630.970.15
HSV226°99°30°
CMYK 0.990.760.00   0.70
XYZ1.53330.96096.9421
Yxy0.96090.16250.1018
Hunter Lab9.802610.7662-35.1270
CIE-Lab8.661420.0386-37.3792

#01124c color RGB value is (1,18,76).

#01124c hex color red value is 1, green value is 18 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #01124c hue: 0.63 , saturation: 0.97 and the lightness value of 01124c is 0.15.

The process color (four color CMYK) of #01124c color hex is 0.99, 0.76, 0.00, 0.70. Web safe color of #01124c is #000033. Color #01124c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010010 01001100
Octal 1 22 114
Decimal 1 18 76
Hex 1 12 4C

RGB Percentages of Color #01124c

%1.05
%18.95
%80.00

CMYK Percentages of Color #01124c

%99
%76
%0
%70

Triadic Colors of #01124c

#01124c #4c0112 #124c01

Analogous Colors of #01124c

#01124c #16014c #01384c

Monochromatic Colors of #01124c

#01124c

Complementary Color

#01124c #4c3b01

#01124c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01124c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01124c Color CSS Codes

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

#01124c Text Font Color

<p style="color:#01124c">Text here</p>

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


#01124c Background Color

<div style="background-color:#01124c">
Div content here</div>

This div background color is #01124c


#01124c Border Color

<div style="border:3px solid #01124c">
Div here</div>

This div border color is #01124c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,18,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01124c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01124c;
  -webkit-box-shadow: 1px 1px 3px 2px #01124c;
  box-shadow:         1px 1px 3px 2px #01124c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01124c


Comments

No comments written yet.

Please login to write comment.