Shades of Cerulean #1480B2
Tints of Cerulean #1480B2
RGB
CMYK
RGB Variations
Color information
#1480B2 (or 0x1480B2) is known color: Cerulean. HEX triplet: 14, 80 and B2. RGB value is (20,128,178). Sum of RGB (Red+Green+Blue) = 20+128+178=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #1480B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1480B2 is #EB7F4D. Grayscale: #656565. Windows color (decimal): -15433550 or 11698196. OLE color: 11698196.
HSL color Cylindrical-coordinate representation of color #1480B2: hue angle of 198.99º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1480B2 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 128 | 178 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.30 |
| HSL | 198.99º | 0.8% | 0.39% | - |
| HSV(B) | 198.99º | 0.89% | 0.7% | - |
| XYZ | 16.04 | 18.8 | 44.9 | - |
| YUV | 101.41 | 171.22 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 178 | 0.89 | 0.28 | 0 | 0.30 | 198.99 | 0.8 | 0.39 |
| Hex | 14 | 80 | B2 | 59 | 1C | 0 | 1E | C7 | 50 | 27 |
| Octal | 24 | 200 | 262 | 131 | 34 | 0 | 36 | 307 | 120 | 47 |
| Binary | 10100 | 10000000 | 10110010 | 1011001 | 11100 | 0 | 11110 | 11000111 | 1010000 | 100111 |
Color Harmonies of #1480B2
Complementary color
Monochromatic Colors of #1480B2
Black with #1480B2
Text Example
Text Example
White with #1480B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1480B2; }
p { color: rgb(20,128,178); }
H1.HeaderClassName
{
color: #1480B2;
}
.AnyTagClassName
{
color: #1480B2;
}
</style>
background-color css
<style>
a { background-color: #1480B2; }
a { background-color: rgb(20,128,178); }
div.DivClassName
{
background-color: #1480B2;
}
.BgClassName
{
background-color: #1480B2;
}
</style>
border-color css
<style>
span { border-color: #1480B2; }
span { border-color: rgb(20,128,178); }
td.TdClassName
{
border-color: #1480B2;
}
.TagClassName
{
border-color: #1480B2;
}
</style>