Shades of Cerulean #1472AD
Tints of Cerulean #1472AD
RGB
CMYK
RGB Variations
Color information
#1472AD (or 0x1472AD) is known color: Cerulean. HEX triplet: 14, 72 and AD. RGB value is (20,114,173). Sum of RGB (Red+Green+Blue) = 20+114+173=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #1472AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1472AD is #EB8D52. Grayscale: #5C5C5C. Windows color (decimal): -15437139 or 11366932. OLE color: 11366932.
HSL color Cylindrical-coordinate representation of color #1472AD: hue angle of 203.14º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1472AD is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 114 | 173 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.32 |
| HSL | 203.14º | 0.79% | 0.38% | - |
| HSV(B) | 203.14º | 0.88% | 0.68% | - |
| XYZ | 13.85 | 15.2 | 41.74 | - |
| YUV | 92.62 | 173.36 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 173 | 0.88 | 0.34 | 0 | 0.32 | 203.14 | 0.79 | 0.38 |
| Hex | 14 | 72 | AD | 58 | 22 | 0 | 20 | CB | 4F | 26 |
| Octal | 24 | 162 | 255 | 130 | 42 | 0 | 40 | 313 | 117 | 46 |
| Binary | 10100 | 1110010 | 10101101 | 1011000 | 100010 | 0 | 100000 | 11001011 | 1001111 | 100110 |
Color Harmonies of #1472AD
Complementary color
Monochromatic Colors of #1472AD
Black with #1472AD
Text Example
Text Example
White with #1472AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1472AD; }
p { color: rgb(20,114,173); }
H1.HeaderClassName
{
color: #1472AD;
}
.AnyTagClassName
{
color: #1472AD;
}
</style>
background-color css
<style>
a { background-color: #1472AD; }
a { background-color: rgb(20,114,173); }
div.DivClassName
{
background-color: #1472AD;
}
.BgClassName
{
background-color: #1472AD;
}
</style>
border-color css
<style>
span { border-color: #1472AD; }
span { border-color: rgb(20,114,173); }
td.TdClassName
{
border-color: #1472AD;
}
.TagClassName
{
border-color: #1472AD;
}
</style>