Color Hex Logo

#001acc Color Hex

#001ACC
(0,26,204)
0 Favorites   0 Comments

Color spaces of #001acc

RGB 026204
HSL0.651.000.40
HSV232°100°80°
CMYK 1.000.870.00   0.20
XYZ11.26855.098457.5169
Yxy5.09840.15250.0690
Hunter Lab22.579649.5671-135.2231
CIE-Lab27.013360.2267-87.5138

#001acc color RGB value is (0,26,204).

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

The process color (four color CMYK) of #001acc color hex is 1.00, 0.87, 0.00, 0.20. Web safe color of #001acc is #0033cc. Color #001acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011010 11001100
Octal 0 32 314
Decimal 0 26 204
Hex 0 1A CC

RGB Percentages of Color #001acc

%0.00
%11.30
%88.70

CMYK Percentages of Color #001acc

%100
%87
%0
%20

Triadic Colors of #001acc

#001acc #cc001a #1acc00

Analogous Colors of #001acc

#001acc #4c00cc #0080cc

Monochromatic Colors of #001acc

#001acc

Complementary Color

#001acc #ccb200

#001acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#001acc Color CSS Codes

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

#001acc Text Font Color

<p style="color:#001acc">Text here</p>

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


#001acc Background Color

<div style="background-color:#001acc">
Div content here</div>

This div background color is #001acc


#001acc Border Color

<div style="border:3px solid #001acc">
Div here</div>

This div border color is #001acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001acc


Comments

No comments written yet.

Please login to write comment.