Color Hex Logo

#0033bb Color Hex

#0033BB
(0,51,187)
2 Favorites   0 Comments

Color spaces of #0033bb

RGB 051187
HSL0.621.000.37
HSV224°100°73°
CMYK 1.000.730.00   0.27
XYZ10.15355.955547.6281
Yxy5.95550.15930.0934
Hunter Lab24.403931.5600-98.6312
CIE-Lab29.299941.9860-73.7174

#0033bb color RGB value is (0,51,187). This hex color code is also a web safe color which is equal to #03B.

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110011 10111011
Octal 0 63 273
Decimal 0 51 187
Hex 0 33 BB

RGB Percentages of Color #0033bb

%0.00
%21.43
%78.57

CMYK Percentages of Color #0033bb

%100
%73
%0
%27

Triadic Colors of #0033bb

#0033bb #bb0033 #33bb00

Analogous Colors of #0033bb

#0033bb #2b00bb #0091bb

Monochromatic Colors of #0033bb

#0033bb

Complementary Color

#0033bb #bb8800

#0033bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0033bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0033bb Color CSS Codes

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

#0033bb Text Font Color

<p style="color:#0033bb">Text here</p>

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


#0033bb Background Color

<div style="background-color:#0033bb">
Div content here</div>

This div background color is #0033bb


#0033bb Border Color

<div style="border:3px solid #0033bb">
Div here</div>

This div border color is #0033bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0033bb


Comments

No comments written yet.

Please login to write comment.