Color Hex Logo

#001bcd Color Hex

#001BCD
(0,27,205)
0 Favorites   0 Comments

Color spaces of #001bcd

RGB 027205
HSL0.641.000.40
HSV232°100°80°
CMYK 1.000.870.00   0.20
XYZ11.41145.191658.1582
Yxy5.19160.15260.0694
Hunter Lab22.785149.5238-135.3863
CIE-Lab27.273860.1377-87.6633

#001bcd color RGB value is (0,27,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011011 11001101
Octal 0 33 315
Decimal 0 27 205
Hex 0 1B CD

RGB Percentages of Color #001bcd

%0.00
%11.64
%88.36

CMYK Percentages of Color #001bcd

%100
%87
%0
%20

Triadic Colors of #001bcd

#001bcd #cd001b #1bcd00

Analogous Colors of #001bcd

#001bcd #4c00cd #0082cd

Monochromatic Colors of #001bcd

#001bcd

Complementary Color

#001bcd #cdb200

#001bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#001bcd Color CSS Codes

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

#001bcd Text Font Color

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

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


#001bcd Background Color

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

This div background color is #001bcd


#001bcd Border Color

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

This div border color is #001bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001bcd


Comments

No comments written yet.

Please login to write comment.