Shades of Cerulean #1473AC
Tints of Cerulean #1473AC
RGB
CMYK
RGB Variations
Color information
#1473AC (or 0x1473AC) is known color: Cerulean. HEX triplet: 14, 73 and AC. RGB value is (20,115,172). Sum of RGB (Red+Green+Blue) = 20+115+172=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #1473AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1473AC is #EB8C53. Grayscale: #5C5C5C. Windows color (decimal): -15436884 or 11301652. OLE color: 11301652.
HSL color Cylindrical-coordinate representation of color #1473AC: hue angle of 202.5º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1473AC is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 115 | 172 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.33 |
| HSL | 202.5º | 0.79% | 0.38% | - |
| HSV(B) | 202.5º | 0.88% | 0.67% | - |
| XYZ | 13.87 | 15.39 | 41.27 | - |
| YUV | 93.09 | 172.53 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 172 | 0.88 | 0.33 | 0 | 0.33 | 202.5 | 0.79 | 0.38 |
| Hex | 14 | 73 | AC | 58 | 21 | 0 | 21 | CA | 4F | 26 |
| Octal | 24 | 163 | 254 | 130 | 41 | 0 | 41 | 312 | 117 | 46 |
| Binary | 10100 | 1110011 | 10101100 | 1011000 | 100001 | 0 | 100001 | 11001010 | 1001111 | 100110 |
Color Harmonies of #1473AC
Complementary color
Monochromatic Colors of #1473AC
Black with #1473AC
Text Example
Text Example
White with #1473AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1473AC; }
p { color: rgb(20,115,172); }
H1.HeaderClassName
{
color: #1473AC;
}
.AnyTagClassName
{
color: #1473AC;
}
</style>
background-color css
<style>
a { background-color: #1473AC; }
a { background-color: rgb(20,115,172); }
div.DivClassName
{
background-color: #1473AC;
}
.BgClassName
{
background-color: #1473AC;
}
</style>
border-color css
<style>
span { border-color: #1473AC; }
span { border-color: rgb(20,115,172); }
td.TdClassName
{
border-color: #1473AC;
}
.TagClassName
{
border-color: #1473AC;
}
</style>