Color Hex Logo

#1530cc Color Hex

#1530CC
(21,48,204)
0 Favorites   0 Comments

Color spaces of #1530cc

RGB 2148204
HSL0.640.810.44
HSV231°90°80°
CMYK 0.900.760.00   0.20
XYZ12.26536.633057.7606
Yxy6.63300.16000.0865
Hunter Lab25.754639.9377-114.9431
CIE-Lab30.956450.2696-80.9433

#1530cc color RGB value is (21,48,204).

#1530cc hex color red value is 21, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1530cc hue: 0.64 , saturation: 0.81 and the lightness value of 1530cc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110000 11001100
Octal 25 60 314
Decimal 21 48 204
Hex 15 30 CC

RGB Percentages of Color #1530cc

%7.69
%17.58
%74.73

CMYK Percentages of Color #1530cc

%90
%76
%0
%20

Triadic Colors of #1530cc

#1530cc #cc1530 #30cc15

Analogous Colors of #1530cc

#1530cc #5515cc #158ccc

Monochromatic Colors of #1530cc

#1530cc

Complementary Color

#1530cc #ccb115

#1530cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1530cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1530cc Color CSS Codes

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

#1530cc Text Font Color

<p style="color:#1530cc">Text here</p>

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


#1530cc Background Color

<div style="background-color:#1530cc">
Div content here</div>

This div background color is #1530cc


#1530cc Border Color

<div style="border:3px solid #1530cc">
Div here</div>

This div border color is #1530cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,48,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1530cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1530cc;
  -webkit-box-shadow: 1px 1px 3px 2px #1530cc;
  box-shadow:         1px 1px 3px 2px #1530cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,48,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1530cc


Comments

No comments written yet.

Please login to write comment.