Color Hex Logo

#004ccb Color Hex

#004CCB
(0,76,203)
0 Favorites   0 Comments

Color spaces of #004ccb

RGB 076203
HSL0.601.000.40
HSV218°100°80°
CMYK 1.000.630.00   0.20
XYZ13.36399.480757.6255
Yxy9.48070.16610.1178
Hunter Lab30.790723.5893-89.4089
CIE-Lab36.893832.0064-70.5801

#004ccb color RGB value is (0,76,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001100 11001011
Octal 0 114 313
Decimal 0 76 203
Hex 0 4C CB

RGB Percentages of Color #004ccb

%0.00
%27.24
%72.76

CMYK Percentages of Color #004ccb

%100
%63
%0
%20

Triadic Colors of #004ccb

#004ccb #cb004c #4ccb00

Analogous Colors of #004ccb

#004ccb #1a00cb #00b2cb

Monochromatic Colors of #004ccb

#004ccb

Complementary Color

#004ccb #cb7f00

#004ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#004ccb Color CSS Codes

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

#004ccb Text Font Color

<p style="color:#004ccb">Text here</p>

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


#004ccb Background Color

<div style="background-color:#004ccb">
Div content here</div>

This div background color is #004ccb


#004ccb Border Color

<div style="border:3px solid #004ccb">
Div here</div>

This div border color is #004ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004ccb


Comments

No comments written yet.

Please login to write comment.