Shades of Cerulean #1482AE
Tints of Cerulean #1482AE
RGB
CMYK
RGB Variations
Color information
#1482AE (or 0x1482AE) is known color: Cerulean. HEX triplet: 14, 82 and AE. RGB value is (20,130,174). Sum of RGB (Red+Green+Blue) = 20+130+174=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #1482AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1482AE is #EB7D51. Grayscale: #656565. Windows color (decimal): -15433042 or 11436564. OLE color: 11436564.
HSL color Cylindrical-coordinate representation of color #1482AE: hue angle of 197.14º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1482AE is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 130 | 174 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.32 |
| HSL | 197.14º | 0.79% | 0.38% | - |
| HSV(B) | 197.14º | 0.89% | 0.68% | - |
| XYZ | 15.91 | 19.17 | 42.91 | - |
| YUV | 102.13 | 168.56 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 174 | 0.89 | 0.25 | 0 | 0.32 | 197.14 | 0.79 | 0.38 |
| Hex | 14 | 82 | AE | 59 | 19 | 0 | 20 | C5 | 4F | 26 |
| Octal | 24 | 202 | 256 | 131 | 31 | 0 | 40 | 305 | 117 | 46 |
| Binary | 10100 | 10000010 | 10101110 | 1011001 | 11001 | 0 | 100000 | 11000101 | 1001111 | 100110 |
Color Harmonies of #1482AE
Complementary color
Monochromatic Colors of #1482AE
Black with #1482AE
Text Example
Text Example
White with #1482AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1482AE; }
p { color: rgb(20,130,174); }
H1.HeaderClassName
{
color: #1482AE;
}
.AnyTagClassName
{
color: #1482AE;
}
</style>
background-color css
<style>
a { background-color: #1482AE; }
a { background-color: rgb(20,130,174); }
div.DivClassName
{
background-color: #1482AE;
}
.BgClassName
{
background-color: #1482AE;
}
</style>
border-color css
<style>
span { border-color: #1482AE; }
span { border-color: rgb(20,130,174); }
td.TdClassName
{
border-color: #1482AE;
}
.TagClassName
{
border-color: #1482AE;
}
</style>