#1580A2

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

Shades of Cerulean #1580A2

Tints of Cerulean #1580A2

Color information

#1580A2 (or 0x1580A2) is unknown color: approx Cerulean. HEX triplet: 15, 80 and A2. RGB value is (21,128,162). Sum of RGB (Red+Green+Blue) = 21+128+162=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #1580A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1580A2 is #EA7F5D. Grayscale: #636363. Windows color (decimal): -15368030 or 10649621. OLE color: 10649621.

HSL color Cylindrical-coordinate representation of color #1580A2: hue angle of 194.47º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1580A2 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB21128162-
CMYK0.870.2100.36
HSL194.47º77.05%35.88%-
HSV(B)194.47º87.04%63.53%-
XYZ14.5518.2136.93-
YUV99.88163.0571.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 162 (63.67% from 255) = 52.09%
R=6.75%
G=41.16%
B=52.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211281620.870.2100.36194.4777.0535.88
Hex1580A25715024c24d24
Octal252002421272504430211544
Binary1010110000000101000101010111101010100100110000101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1580A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1580A2; }

 p { color: rgb(21,128,162); }

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

<style>
 a { background-color: #1580A2; }

 a { background-color: rgb(21,128,162); }

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

<style>
 span { border-color: #1580A2; }

 span { border-color: rgb(21,128,162); }

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