Shades of Cerulean #147AAD
Tints of Cerulean #147AAD
RGB
CMYK
RGB Variations
Color information
#147AAD (or 0x147AAD) is known color: Cerulean. HEX triplet: 14, 7A and AD. RGB value is (20,122,173). Sum of RGB (Red+Green+Blue) = 20+122+173=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #147AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147AAD is #EB8552. Grayscale: #616161. Windows color (decimal): -15435091 or 11368980. OLE color: 11368980.
HSL color Cylindrical-coordinate representation of color #147AAD: hue angle of 200º 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 #147AAD is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 122 | 173 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.32 |
| HSL | 200º | 0.79% | 0.38% | - |
| HSV(B) | 200º | 0.88% | 0.68% | - |
| XYZ | 14.79 | 17.08 | 42.05 | - |
| YUV | 97.32 | 170.71 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 173 | 0.88 | 0.29 | 0 | 0.32 | 200 | 0.79 | 0.38 |
| Hex | 14 | 7A | AD | 58 | 1D | 0 | 20 | C8 | 4F | 26 |
| Octal | 24 | 172 | 255 | 130 | 35 | 0 | 40 | 310 | 117 | 46 |
| Binary | 10100 | 1111010 | 10101101 | 1011000 | 11101 | 0 | 100000 | 11001000 | 1001111 | 100110 |
Color Harmonies of #147AAD
Complementary color
Monochromatic Colors of #147AAD
Black with #147AAD
Text Example
Text Example
White with #147AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147AAD; }
p { color: rgb(20,122,173); }
H1.HeaderClassName
{
color: #147AAD;
}
.AnyTagClassName
{
color: #147AAD;
}
</style>
background-color css
<style>
a { background-color: #147AAD; }
a { background-color: rgb(20,122,173); }
div.DivClassName
{
background-color: #147AAD;
}
.BgClassName
{
background-color: #147AAD;
}
</style>
border-color css
<style>
span { border-color: #147AAD; }
span { border-color: rgb(20,122,173); }
td.TdClassName
{
border-color: #147AAD;
}
.TagClassName
{
border-color: #147AAD;
}
</style>