Shades of Cerulean #1482AB
Tints of Cerulean #1482AB
RGB
CMYK
RGB Variations
Color information
#1482AB (or 0x1482AB) is known color: Cerulean. HEX triplet: 14, 82 and AB. RGB value is (20,130,171). Sum of RGB (Red+Green+Blue) = 20+130+171=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #1482AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1482AB is #EB7D54. Grayscale: #656565. Windows color (decimal): -15433045 or 11239956. OLE color: 11239956.
HSL color Cylindrical-coordinate representation of color #1482AB: hue angle of 196.29º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1482AB is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 130 | 171 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.33 |
| HSL | 196.29º | 0.79% | 0.37% | - |
| HSV(B) | 196.29º | 0.88% | 0.67% | - |
| XYZ | 15.62 | 19.05 | 41.38 | - |
| YUV | 101.78 | 167.06 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 171 | 0.88 | 0.24 | 0 | 0.33 | 196.29 | 0.79 | 0.37 |
| Hex | 14 | 82 | AB | 58 | 18 | 0 | 21 | C4 | 4F | 25 |
| Octal | 24 | 202 | 253 | 130 | 30 | 0 | 41 | 304 | 117 | 45 |
| Binary | 10100 | 10000010 | 10101011 | 1011000 | 11000 | 0 | 100001 | 11000100 | 1001111 | 100101 |
Color Harmonies of #1482AB
Complementary color
Monochromatic Colors of #1482AB
Black with #1482AB
Text Example
Text Example
White with #1482AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1482AB; }
p { color: rgb(20,130,171); }
H1.HeaderClassName
{
color: #1482AB;
}
.AnyTagClassName
{
color: #1482AB;
}
</style>
background-color css
<style>
a { background-color: #1482AB; }
a { background-color: rgb(20,130,171); }
div.DivClassName
{
background-color: #1482AB;
}
.BgClassName
{
background-color: #1482AB;
}
</style>
border-color css
<style>
span { border-color: #1482AB; }
span { border-color: rgb(20,130,171); }
td.TdClassName
{
border-color: #1482AB;
}
.TagClassName
{
border-color: #1482AB;
}
</style>