Shades of Cerulean #147CAA
Tints of Cerulean #147CAA
RGB
CMYK
RGB Variations
Color information
#147CAA (or 0x147CAA) is known color: Cerulean. HEX triplet: 14, 7C and AA. RGB value is (20,124,170). Sum of RGB (Red+Green+Blue) = 20+124+170=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #147CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147CAA is #EB8355. Grayscale: #616161. Windows color (decimal): -15434582 or 11172884. OLE color: 11172884.
HSL color Cylindrical-coordinate representation of color #147CAA: hue angle of 198.4º 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 #147CAA is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 124 | 170 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.33 |
| HSL | 198.4º | 0.79% | 0.37% | - |
| HSV(B) | 198.4º | 0.88% | 0.67% | - |
| XYZ | 14.75 | 17.47 | 40.62 | - |
| YUV | 98.15 | 168.54 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 170 | 0.88 | 0.27 | 0 | 0.33 | 198.4 | 0.79 | 0.37 |
| Hex | 14 | 7C | AA | 58 | 1B | 0 | 21 | C6 | 4F | 25 |
| Octal | 24 | 174 | 252 | 130 | 33 | 0 | 41 | 306 | 117 | 45 |
| Binary | 10100 | 1111100 | 10101010 | 1011000 | 11011 | 0 | 100001 | 11000110 | 1001111 | 100101 |
Color Harmonies of #147CAA
Complementary color
Monochromatic Colors of #147CAA
Black with #147CAA
Text Example
Text Example
White with #147CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CAA; }
p { color: rgb(20,124,170); }
H1.HeaderClassName
{
color: #147CAA;
}
.AnyTagClassName
{
color: #147CAA;
}
</style>
background-color css
<style>
a { background-color: #147CAA; }
a { background-color: rgb(20,124,170); }
div.DivClassName
{
background-color: #147CAA;
}
.BgClassName
{
background-color: #147CAA;
}
</style>
border-color css
<style>
span { border-color: #147CAA; }
span { border-color: rgb(20,124,170); }
td.TdClassName
{
border-color: #147CAA;
}
.TagClassName
{
border-color: #147CAA;
}
</style>