Color Hex Logo

#002bcb Color Hex

#002BCB
(0,43,203)
0 Favorites   0 Comments

Color spaces of #002bcb

RGB 043203
HSL0.631.000.40
HSV227°100°80°
CMYK 1.000.790.00   0.20
XYZ11.64346.039657.0520
Yxy6.03960.15580.0808
Hunter Lab24.575641.5622-120.4382
CIE-Lab29.512252.1500-82.7686

#002bcb color RGB value is (0,43,203).

#002bcb hex color red value is 0, green value is 43 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #002bcb hue: 0.63 , saturation: 1.00 and the lightness value of 002bcb is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101011 11001011
Octal 0 53 313
Decimal 0 43 203
Hex 0 2B CB

RGB Percentages of Color #002bcb

%0.00
%17.48
%82.52

CMYK Percentages of Color #002bcb

%100
%79
%0
%20

Triadic Colors of #002bcb

#002bcb #cb002b #2bcb00

Analogous Colors of #002bcb

#002bcb #3a00cb #0091cb

Monochromatic Colors of #002bcb

#002bcb

Complementary Color

#002bcb #cba000

#002bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#002bcb Color CSS Codes

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

#002bcb Text Font Color

<p style="color:#002bcb">Text here</p>

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


#002bcb Background Color

<div style="background-color:#002bcb">
Div content here</div>

This div background color is #002bcb


#002bcb Border Color

<div style="border:3px solid #002bcb">
Div here</div>

This div border color is #002bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,43,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #002bcb;
  box-shadow:         1px 1px 3px 2px #002bcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002bcb


Comments

No comments written yet.

Please login to write comment.