Color Hex Logo

#0001cc Color Hex

#0001CC
(0,1,204)
0 Favorites   0 Comments

Color spaces of #0001cc

RGB 01204
HSL0.671.000.40
HSV240°100°80°
CMYK 1.001.000.00   0.20
XYZ10.90994.381357.3974
Yxy4.38130.15010.0603
Hunter Lab20.931656.4072-147.9298
CIE-Lab24.893966.7281-91.0558

#0001cc color RGB value is (0,1,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000001 11001100
Octal 0 1 314
Decimal 0 1 204
Hex 0 1 CC

RGB Percentages of Color #0001cc

%0.00
%0.49
%99.51

CMYK Percentages of Color #0001cc

%100
%100
%0
%20

Triadic Colors of #0001cc

#0001cc #cc0001 #01cc00

Analogous Colors of #0001cc

#0001cc #6500cc #0067cc

Monochromatic Colors of #0001cc

#0001cc

Complementary Color

#0001cc #cccb00

#0001cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0001cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0001cc Color CSS Codes

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

#0001cc Text Font Color

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

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


#0001cc Background Color

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

This div background color is #0001cc


#0001cc Border Color

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

This div border color is #0001cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,1,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 #0001cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0001cc


Comments

No comments written yet.

Please login to write comment.