Shades of Cerulean #147AA1
Tints of Cerulean #147AA1
RGB
CMYK
RGB Variations
Color information
#147AA1 (or 0x147AA1) is known color: Cerulean. HEX triplet: 14, 7A and A1. RGB value is (20,122,161). Sum of RGB (Red+Green+Blue) = 20+122+161=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 161 (63.28% from 255 or 53.14% from 303); Max value from RGB is 161 - color contains mainly: blue. Hex color #147AA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147AA1 is #EB855E. Grayscale: #5F5F5F. Windows color (decimal): -15435103 or 10582548. OLE color: 10582548.
HSL color Cylindrical-coordinate representation of color #147AA1: hue angle of 196.6º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147AA1 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 122 | 161 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.37 |
| HSL | 196.6º | 0.78% | 0.35% | - |
| HSV(B) | 196.6º | 0.88% | 0.63% | - |
| XYZ | 13.68 | 16.64 | 36.21 | - |
| YUV | 95.95 | 164.71 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 161 | 0.88 | 0.24 | 0 | 0.37 | 196.6 | 0.78 | 0.35 |
| Hex | 14 | 7A | A1 | 58 | 18 | 0 | 25 | C5 | 4E | 23 |
| Octal | 24 | 172 | 241 | 130 | 30 | 0 | 45 | 305 | 116 | 43 |
| Binary | 10100 | 1111010 | 10100001 | 1011000 | 11000 | 0 | 100101 | 11000101 | 1001110 | 100011 |
Color Harmonies of #147AA1
Complementary color
Monochromatic Colors of #147AA1
Black with #147AA1
Text Example
Text Example
White with #147AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147AA1; }
p { color: rgb(20,122,161); }
H1.HeaderClassName
{
color: #147AA1;
}
.AnyTagClassName
{
color: #147AA1;
}
</style>
background-color css
<style>
a { background-color: #147AA1; }
a { background-color: rgb(20,122,161); }
div.DivClassName
{
background-color: #147AA1;
}
.BgClassName
{
background-color: #147AA1;
}
</style>
border-color css
<style>
span { border-color: #147AA1; }
span { border-color: rgb(20,122,161); }
td.TdClassName
{
border-color: #147AA1;
}
.TagClassName
{
border-color: #147AA1;
}
</style>