Shades of Cerulean #1473AF
Tints of Cerulean #1473AF
RGB
CMYK
RGB Variations
Color information
#1473AF (or 0x1473AF) is known color: Cerulean. HEX triplet: 14, 73 and AF. RGB value is (20,115,175). Sum of RGB (Red+Green+Blue) = 20+115+175=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #1473AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1473AF is #EB8C50. Grayscale: #5D5D5D. Windows color (decimal): -15436881 or 11498260. OLE color: 11498260.
HSL color Cylindrical-coordinate representation of color #1473AF: hue angle of 203.23º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1473AF is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 115 | 175 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.31 |
| HSL | 203.23º | 0.79% | 0.38% | - |
| HSV(B) | 203.23º | 0.89% | 0.69% | - |
| XYZ | 14.16 | 15.51 | 42.8 | - |
| YUV | 93.44 | 174.03 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 175 | 0.89 | 0.34 | 0 | 0.31 | 203.23 | 0.79 | 0.38 |
| Hex | 14 | 73 | AF | 59 | 22 | 0 | 1F | CB | 4F | 26 |
| Octal | 24 | 163 | 257 | 131 | 42 | 0 | 37 | 313 | 117 | 46 |
| Binary | 10100 | 1110011 | 10101111 | 1011001 | 100010 | 0 | 11111 | 11001011 | 1001111 | 100110 |
Color Harmonies of #1473AF
Complementary color
Monochromatic Colors of #1473AF
Black with #1473AF
Text Example
Text Example
White with #1473AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1473AF; }
p { color: rgb(20,115,175); }
H1.HeaderClassName
{
color: #1473AF;
}
.AnyTagClassName
{
color: #1473AF;
}
</style>
background-color css
<style>
a { background-color: #1473AF; }
a { background-color: rgb(20,115,175); }
div.DivClassName
{
background-color: #1473AF;
}
.BgClassName
{
background-color: #1473AF;
}
</style>
border-color css
<style>
span { border-color: #1473AF; }
span { border-color: rgb(20,115,175); }
td.TdClassName
{
border-color: #1473AF;
}
.TagClassName
{
border-color: #1473AF;
}
</style>