Color Hex Logo

#001abc Color Hex

#001ABC
(0,26,188)
0 Favorites   0 Comments

Color spaces of #001abc

RGB 026188
HSL0.641.000.37
HSV232°100°74°
CMYK 1.000.860.00   0.26
XYZ9.44654.369647.9225
Yxy4.36960.15300.0708
Hunter Lab20.903644.0843-121.2927
CIE-Lab24.857555.4948-81.6889

#001abc color RGB value is (0,26,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011010 10111100
Octal 0 32 274
Decimal 0 26 188
Hex 0 1A BC

RGB Percentages of Color #001abc

%0.00
%12.15
%87.85

CMYK Percentages of Color #001abc

%100
%86
%0
%26

Triadic Colors of #001abc

#001abc #bc001a #1abc00

Analogous Colors of #001abc

#001abc #4400bc #0078bc

Monochromatic Colors of #001abc

#001abc

Complementary Color

#001abc #bca200

#001abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#001abc Color CSS Codes

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

#001abc Text Font Color

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

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


#001abc Background Color

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

This div background color is #001abc


#001abc Border Color

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

This div border color is #001abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,26,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001abc


Comments

No comments written yet.

Please login to write comment.