Shades of Cerulean #1472AE
Tints of Cerulean #1472AE
RGB
CMYK
RGB Variations
Color information
#1472AE (or 0x1472AE) is known color: Cerulean. HEX triplet: 14, 72 and AE. RGB value is (20,114,174). Sum of RGB (Red+Green+Blue) = 20+114+174=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #1472AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1472AE is #EB8D51. Grayscale: #5C5C5C. Windows color (decimal): -15437138 or 11432468. OLE color: 11432468.
HSL color Cylindrical-coordinate representation of color #1472AE: hue angle of 203.38º 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 #1472AE is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 114 | 174 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.32 |
| HSL | 203.38º | 0.79% | 0.38% | - |
| HSV(B) | 203.38º | 0.89% | 0.68% | - |
| XYZ | 13.95 | 15.24 | 42.25 | - |
| YUV | 92.73 | 173.86 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 174 | 0.89 | 0.34 | 0 | 0.32 | 203.38 | 0.79 | 0.38 |
| Hex | 14 | 72 | AE | 59 | 22 | 0 | 20 | CB | 4F | 26 |
| Octal | 24 | 162 | 256 | 131 | 42 | 0 | 40 | 313 | 117 | 46 |
| Binary | 10100 | 1110010 | 10101110 | 1011001 | 100010 | 0 | 100000 | 11001011 | 1001111 | 100110 |
Color Harmonies of #1472AE
Complementary color
Monochromatic Colors of #1472AE
Black with #1472AE
Text Example
Text Example
White with #1472AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1472AE; }
p { color: rgb(20,114,174); }
H1.HeaderClassName
{
color: #1472AE;
}
.AnyTagClassName
{
color: #1472AE;
}
</style>
background-color css
<style>
a { background-color: #1472AE; }
a { background-color: rgb(20,114,174); }
div.DivClassName
{
background-color: #1472AE;
}
.BgClassName
{
background-color: #1472AE;
}
</style>
border-color css
<style>
span { border-color: #1472AE; }
span { border-color: rgb(20,114,174); }
td.TdClassName
{
border-color: #1472AE;
}
.TagClassName
{
border-color: #1472AE;
}
</style>