Color Hex Logo

#01185a Color Hex

#01185A
(1,24,90)
0 Favorites   0 Comments

Color spaces of #01185a

RGB 12490
HSL0.620.980.18
HSV224°99°35°
CMYK 0.990.730.00   0.65
XYZ2.18461.39799.8275
Yxy1.39790.16290.1042
Hunter Lab11.823312.2909-41.0055
CIE-Lab11.943721.7144-41.5347

#01185a color RGB value is (1,24,90).

#01185a hex color red value is 1, green value is 24 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #01185a hue: 0.62 , saturation: 0.98 and the lightness value of 01185a is 0.18.

The process color (four color CMYK) of #01185a color hex is 0.99, 0.73, 0.00, 0.65. Web safe color of #01185a is #000066. Color #01185a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011000 01011010
Octal 1 30 132
Decimal 1 24 90
Hex 1 18 5A

RGB Percentages of Color #01185a

%0.87
%20.87
%78.26

CMYK Percentages of Color #01185a

%99
%73
%0
%65

Triadic Colors of #01185a

#01185a #5a0118 #185a01

Analogous Colors of #01185a

#01185a #17015a #01455a

Monochromatic Colors of #01185a

#01185a

Complementary Color

#01185a #5a4301

#01185a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01185a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01185a Color CSS Codes

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

#01185a Text Font Color

<p style="color:#01185a">Text here</p>

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


#01185a Background Color

<div style="background-color:#01185a">
Div content here</div>

This div background color is #01185a


#01185a Border Color

<div style="border:3px solid #01185a">
Div here</div>

This div border color is #01185a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,24,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01185a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01185a;
  -webkit-box-shadow: 1px 1px 3px 2px #01185a;
  box-shadow:         1px 1px 3px 2px #01185a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01185a


Comments

No comments written yet.

Please login to write comment.