Shades of Cerulean #147AAA
Tints of Cerulean #147AAA
RGB
CMYK
RGB Variations
Color information
#147AAA (or 0x147AAA) is known color: Cerulean. HEX triplet: 14, 7A and AA. RGB value is (20,122,170). Sum of RGB (Red+Green+Blue) = 20+122+170=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #147AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147AAA is #EB8555. Grayscale: #606060. Windows color (decimal): -15435094 or 11172372. OLE color: 11172372.
HSL color Cylindrical-coordinate representation of color #147AAA: hue angle of 199.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147AAA is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 122 | 170 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.33 |
| HSL | 199.2º | 0.79% | 0.37% | - |
| HSV(B) | 199.2º | 0.88% | 0.67% | - |
| XYZ | 14.5 | 16.97 | 40.54 | - |
| YUV | 96.97 | 169.21 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 170 | 0.88 | 0.28 | 0 | 0.33 | 199.2 | 0.79 | 0.37 |
| Hex | 14 | 7A | AA | 58 | 1C | 0 | 21 | C7 | 4F | 25 |
| Octal | 24 | 172 | 252 | 130 | 34 | 0 | 41 | 307 | 117 | 45 |
| Binary | 10100 | 1111010 | 10101010 | 1011000 | 11100 | 0 | 100001 | 11000111 | 1001111 | 100101 |
Color Harmonies of #147AAA
Complementary color
Monochromatic Colors of #147AAA
Black with #147AAA
Text Example
Text Example
White with #147AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147AAA; }
p { color: rgb(20,122,170); }
H1.HeaderClassName
{
color: #147AAA;
}
.AnyTagClassName
{
color: #147AAA;
}
</style>
background-color css
<style>
a { background-color: #147AAA; }
a { background-color: rgb(20,122,170); }
div.DivClassName
{
background-color: #147AAA;
}
.BgClassName
{
background-color: #147AAA;
}
</style>
border-color css
<style>
span { border-color: #147AAA; }
span { border-color: rgb(20,122,170); }
td.TdClassName
{
border-color: #147AAA;
}
.TagClassName
{
border-color: #147AAA;
}
</style>