Color Hex Logo

#002cbf Color Hex

#002CBF
(0,44,191)
0 Favorites   0 Comments

Color spaces of #002cbf

RGB 044191
HSL0.631.000.37
HSV226°100°75°
CMYK 1.000.770.00   0.25
XYZ10.30475.563049.8209
Yxy5.56300.15690.0847
Hunter Lab23.586036.7109-108.7285
CIE-Lab28.282047.5453-77.7674

#002cbf color RGB value is (0,44,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101100 10111111
Octal 0 54 277
Decimal 0 44 191
Hex 0 2C BF

RGB Percentages of Color #002cbf

%0.00
%18.72
%81.28

CMYK Percentages of Color #002cbf

%100
%77
%0
%25

Triadic Colors of #002cbf

#002cbf #bf002c #2cbf00

Analogous Colors of #002cbf

#002cbf #3400bf #008cbf

Monochromatic Colors of #002cbf

#002cbf

Complementary Color

#002cbf #bf9300

#002cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#002cbf Color CSS Codes

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

#002cbf Text Font Color

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

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


#002cbf Background Color

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

This div background color is #002cbf


#002cbf Border Color

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

This div border color is #002cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002cbf


Comments

No comments written yet.

Please login to write comment.