#1582AA

Color #1582AA Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1582AA

Tints of Cerulean #1582AA

Color information

#1582AA (or 0x1582AA) is unknown color: approx Cerulean. HEX triplet: 15, 82 and AA. RGB value is (21,130,170). Sum of RGB (Red+Green+Blue) = 21+130+170=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #1582AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1582AA is #EA7D55. Grayscale: #656565. Windows color (decimal): -15367510 or 11174421. OLE color: 11174421.

HSL color Cylindrical-coordinate representation of color #1582AA: hue angle of 196.11º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1582AA is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21130170-
CMYK0.880.2400.33
HSL196.11º78.01%37.45%-
HSV(B)196.11º87.65%66.67%-
XYZ15.5519.0340.88-
YUV101.97166.3970.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 6.54%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=6.54%
G=40.50%
B=52.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211301700.880.2400.33196.1178.0137.45
Hex1582AA5818021c44e25
Octal252022521303004130411645
Binary1010110000010101010101011000110000100001110001001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1582AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1582AA; }

 p { color: rgb(21,130,170); }

 H1.HeaderClassName
 {
   color: #1582AA;
 }
 .AnyTagClassName
 {
   color: #1582AA;
 }
</style>
background-color css

<style>
 a { background-color: #1582AA; }

 a { background-color: rgb(21,130,170); }

 div.DivClassName
 {
   background-color: #1582AA;
 }
 .BgClassName
 {
   background-color: #1582AA;
 }
</style>
border-color css

<style>
 span { border-color: #1582AA; }

 span { border-color: rgb(21,130,170); }

 td.TdClassName
 {
   border-color: #1582AA;
 }
 .TagClassName
 {
   border-color: #1582AA;
 }
</style>