Color Hex Logo

#002bbb Color Hex

#002BBB
(0,43,187)
0 Favorites   0 Comments

Color spaces of #002bbb

RGB 043187
HSL0.631.000.37
HSV226°100°73°
CMYK 1.000.770.00   0.27
XYZ9.83355.315647.5214
Yxy5.31560.15690.0848
Hunter Lab23.055635.7852-106.0677
CIE-Lab27.615646.7269-76.5079

#002bbb color RGB value is (0,43,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101011 10111011
Octal 0 53 273
Decimal 0 43 187
Hex 0 2B BB

RGB Percentages of Color #002bbb

%0.00
%18.70
%81.30

CMYK Percentages of Color #002bbb

%100
%77
%0
%27

Triadic Colors of #002bbb

#002bbb #bb002b #2bbb00

Analogous Colors of #002bbb

#002bbb #3200bb #0089bb

Monochromatic Colors of #002bbb

#002bbb

Complementary Color

#002bbb #bb9000

#002bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#002bbb Color CSS Codes

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

#002bbb Text Font Color

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

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


#002bbb Background Color

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

This div background color is #002bbb


#002bbb Border Color

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

This div border color is #002bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002bbb


Comments

No comments written yet.

Please login to write comment.