Color Hex Logo

#0118cc Color Hex

#0118CC
(1,24,204)
0 Favorites   0 Comments

Color spaces of #0118cc

RGB 124204
HSL0.650.990.40
HSV233°100°80°
CMYK 1.000.880.00   0.20
XYZ11.23825.019457.5033
Yxy5.01940.15240.0680
Hunter Lab22.404050.3313-136.4939
CIE-Lab26.790060.9689-87.8861

#0118cc color RGB value is (1,24,204).

#0118cc hex color red value is 1, green value is 24 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0118cc hue: 0.65 , saturation: 0.99 and the lightness value of 0118cc is 0.40.

The process color (four color CMYK) of #0118cc color hex is 1.00, 0.88, 0.00, 0.20. Web safe color of #0118cc is #0000cc. Color #0118cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011000 11001100
Octal 1 30 314
Decimal 1 24 204
Hex 1 18 CC

RGB Percentages of Color #0118cc

%0.44
%10.48
%89.08

CMYK Percentages of Color #0118cc

%100
%88
%0
%20

Triadic Colors of #0118cc

#0118cc #cc0118 #18cc01

Analogous Colors of #0118cc

#0118cc #4f01cc #017ecc

Monochromatic Colors of #0118cc

#0118cc

Complementary Color

#0118cc #ccb501

#0118cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0118cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0118cc Color CSS Codes

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

#0118cc Text Font Color

<p style="color:#0118cc">Text here</p>

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


#0118cc Background Color

<div style="background-color:#0118cc">
Div content here</div>

This div background color is #0118cc


#0118cc Border Color

<div style="border:3px solid #0118cc">
Div here</div>

This div border color is #0118cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0118cc


Comments

No comments written yet.

Please login to write comment.