Color Hex Logo

#01198c Color Hex

#01198C
(1,25,140)
0 Favorites   0 Comments

Color spaces of #01198c

RGB 125140
HSL0.640.990.28
HSV230°99°55°
CMYK 0.990.820.00   0.45
XYZ5.09382.595225.0434
Yxy2.59520.15560.0793
Hunter Lab16.109628.2492-80.8932
CIE-Lab18.343840.4779-63.3256

#01198c color RGB value is (1,25,140).

#01198c hex color red value is 1, green value is 25 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #01198c hue: 0.64 , saturation: 0.99 and the lightness value of 01198c is 0.28.

The process color (four color CMYK) of #01198c color hex is 0.99, 0.82, 0.00, 0.45. Web safe color of #01198c is #000099. Color #01198c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011001 10001100
Octal 1 31 214
Decimal 1 25 140
Hex 1 19 8C

RGB Percentages of Color #01198c

%0.60
%15.06
%84.34

CMYK Percentages of Color #01198c

%99
%82
%0
%45

Triadic Colors of #01198c

#01198c #8c0119 #198c01

Analogous Colors of #01198c

#01198c #2e018c #015f8c

Monochromatic Colors of #01198c

#01198c

Complementary Color

#01198c #8c7401

#01198c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01198c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01198c Color CSS Codes

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

#01198c Text Font Color

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

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


#01198c Background Color

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

This div background color is #01198c


#01198c Border Color

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

This div border color is #01198c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01198c


Comments

No comments written yet.

Please login to write comment.