Color Hex Logo

#153bcb Color Hex

#153BCB
(21,59,203)
0 Favorites   0 Comments

Color spaces of #153bcb

RGB 2159203
HSL0.630.810.44
HSV227°90°80°
CMYK 0.900.710.00   0.20
XYZ12.65277.599257.2998
Yxy7.59920.16320.0980
Hunter Lab27.566633.6873-103.9430
CIE-Lab33.133843.5167-76.7574

#153bcb color RGB value is (21,59,203).

#153bcb hex color red value is 21, green value is 59 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #153bcb hue: 0.63 , saturation: 0.81 and the lightness value of 153bcb is 0.44.

The process color (four color CMYK) of #153bcb color hex is 0.90, 0.71, 0.00, 0.20. Web safe color of #153bcb is #0033cc. Color #153bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111011 11001011
Octal 25 73 313
Decimal 21 59 203
Hex 15 3B CB

RGB Percentages of Color #153bcb

%7.42
%20.85
%71.73

CMYK Percentages of Color #153bcb

%90
%71
%0
%20

Triadic Colors of #153bcb

#153bcb #cb153b #3bcb15

Analogous Colors of #153bcb

#153bcb #4a15cb #1596cb

Monochromatic Colors of #153bcb

#153bcb

Complementary Color

#153bcb #cba515

#153bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#153bcb Color CSS Codes

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

#153bcb Text Font Color

<p style="color:#153bcb">Text here</p>

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


#153bcb Background Color

<div style="background-color:#153bcb">
Div content here</div>

This div background color is #153bcb


#153bcb Border Color

<div style="border:3px solid #153bcb">
Div here</div>

This div border color is #153bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,59,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #153bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #153bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #153bcb;
  box-shadow:         1px 1px 3px 2px #153bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,59,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 #153bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153bcb


Comments

No comments written yet.

Please login to write comment.