#1580BA

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

Shades of Cerulean #1580BA

Tints of Cerulean #1580BA

Color information

#1580BA (or 0x1580BA) is unknown color: approx Cerulean. HEX triplet: 15, 80 and BA. RGB value is (21,128,186). Sum of RGB (Red+Green+Blue) = 21+128+186=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #1580BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580BA is #EA7F45. Grayscale: #666666. Windows color (decimal): -15368006 or 12222485. OLE color: 12222485.

HSL color Cylindrical-coordinate representation of color #1580BA: hue angle of 201.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1580BA is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21128186-
CMYK0.890.3100.27
HSL201.09º79.71%40.59%-
HSV(B)201.09º88.71%72.94%-
XYZ16.8919.1449.26-
YUV102.62175.0569.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.27%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=6.27%
G=38.21%
B=55.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211281860.890.3100.27201.0979.7140.59
Hex1580BA591F01Bc95029
Octal252002721313703331112051
Binary101011000000010111010101100111111011011110010011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1580BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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