Color Hex Logo

#0933cb Color Hex

#0933CB
(9,51,203)
0 Favorites   0 Comments

Color spaces of #0933cb

RGB 951203
HSL0.630.920.42
HSV227°96°80°
CMYK 0.960.750.00   0.20
XYZ12.07606.737557.1639
Yxy6.73750.15890.0887
Hunter Lab25.956737.6205-112.4035
CIE-Lab31.201747.9056-79.9609

#0933cb color RGB value is (9,51,203).

#0933cb hex color red value is 9, green value is 51 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0933cb hue: 0.63 , saturation: 0.92 and the lightness value of 0933cb is 0.42.

The process color (four color CMYK) of #0933cb color hex is 0.96, 0.75, 0.00, 0.20. Web safe color of #0933cb is #0033cc. Color #0933cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110011 11001011
Octal 11 63 313
Decimal 9 51 203
Hex 9 33 CB

RGB Percentages of Color #0933cb

%3.42
%19.39
%77.19

CMYK Percentages of Color #0933cb

%96
%75
%0
%20

Triadic Colors of #0933cb

#0933cb #cb0933 #33cb09

Analogous Colors of #0933cb

#0933cb #4009cb #0994cb

Monochromatic Colors of #0933cb

#0933cb

Complementary Color

#0933cb #cba109

#0933cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0933cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0933cb Color CSS Codes

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

#0933cb Text Font Color

<p style="color:#0933cb">Text here</p>

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


#0933cb Background Color

<div style="background-color:#0933cb">
Div content here</div>

This div background color is #0933cb


#0933cb Border Color

<div style="border:3px solid #0933cb">
Div here</div>

This div border color is #0933cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,51,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0933cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0933cb;
  -webkit-box-shadow: 1px 1px 3px 2px #0933cb;
  box-shadow:         1px 1px 3px 2px #0933cb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0933cb


Comments

No comments written yet.

Please login to write comment.