#1580B3

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

Shades of Cerulean #1580B3

Tints of Cerulean #1580B3

Color information

#1580B3 (or 0x1580B3) is unknown color: approx Cerulean. HEX triplet: 15, 80 and B3. RGB value is (21,128,179). Sum of RGB (Red+Green+Blue) = 21+128+179=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 179 (70.31% from 255 or 54.57% from 328); Max value from RGB is 179 - color contains mainly: blue. Hex color #1580B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580B3 is #EA7F4C. Grayscale: #656565. Windows color (decimal): -15368013 or 11763733. OLE color: 11763733.

HSL color Cylindrical-coordinate representation of color #1580B3: hue angle of 199.37º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1580B3 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB21128179-
CMYK0.880.2800.30
HSL199.37º79%39.22%-
HSV(B)199.37º88.27%70.2%-
XYZ16.1718.8545.43-
YUV101.82171.5570.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.40%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 179 (70.31% from 255) = 54.57%
R=6.40%
G=39.02%
B=54.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal211281790.880.2800.30199.377939.22
Hex1580B3581C01Ec74f27
Octal252002631303403630711747
Binary101011000000010110011101100011100011110110001111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1580B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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