Color Hex Logo

#1815cb Color Hex

#1815CB
(24,21,203)
0 Favorites   0 Comments

Color spaces of #1815cb

RGB 2421203
HSL0.670.810.44
HSV241°90°80°
CMYK 0.880.900.00   0.20
XYZ11.42435.042356.8710
Yxy5.04230.15580.0688
Hunter Lab22.455151.5178-134.4427
CIE-Lab26.854962.0361-87.1793

#1815cb color RGB value is (24,21,203).

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

The process color (four color CMYK) of #1815cb color hex is 0.88, 0.90, 0.00, 0.20. Web safe color of #1815cb is #0000cc. Color #1815cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00010101 11001011
Octal 30 25 313
Decimal 24 21 203
Hex 18 15 CB

RGB Percentages of Color #1815cb

%9.68
%8.47
%81.85

CMYK Percentages of Color #1815cb

%88
%90
%0
%20

Triadic Colors of #1815cb

#1815cb #cb1815 #15cb18

Analogous Colors of #1815cb

#1815cb #7315cb #156dcb

Monochromatic Colors of #1815cb

#1815cb

Complementary Color

#1815cb #c8cb15

#1815cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1815cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1815cb Color CSS Codes

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

#1815cb Text Font Color

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

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


#1815cb Background Color

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

This div background color is #1815cb


#1815cb Border Color

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

This div border color is #1815cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1815cb


Comments

No comments written yet.

Please login to write comment.