#1582A6

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

Shades of Cerulean #1582A6

Tints of Cerulean #1582A6

Color information

#1582A6 (or 0x1582A6) is unknown color: approx Cerulean. HEX triplet: 15, 82 and A6. RGB value is (21,130,166). Sum of RGB (Red+Green+Blue) = 21+130+166=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 166 (65.23% from 255 or 52.37% from 317); Max value from RGB is 166 - color contains mainly: blue. Hex color #1582A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1582A6 is #EA7D59. Grayscale: #656565. Windows color (decimal): -15367514 or 10912277. OLE color: 10912277.

HSL color Cylindrical-coordinate representation of color #1582A6: hue angle of 194.9º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1582A6 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB21130166-
CMYK0.870.2200.35
HSL194.9º77.54%36.67%-
HSV(B)194.9º87.35%65.1%-
XYZ15.1718.8838.92-
YUV101.51164.3970.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.62%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 166 (65.23% from 255) = 52.37%
R=6.62%
G=41.01%
B=52.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal211301660.870.2200.35194.977.5436.67
Hex1582A65716023c34e25
Octal252022461272604330311645
Binary1010110000010101001101010111101100100011110000111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1582A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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