Shades of Cerulean #147999
Tints of Cerulean #147999
RGB
CMYK
RGB Variations
Color information
#147999 (or 0x147999) is known color: Cerulean. HEX triplet: 14, 79 and 99. RGB value is (20,121,153). Sum of RGB (Red+Green+Blue) = 20+121+153=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #147999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147999 is #EB8666. Grayscale: #5E5E5E. Windows color (decimal): -15435367 or 10058004. OLE color: 10058004.
HSL color Cylindrical-coordinate representation of color #147999: hue angle of 194.44º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147999 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 121 | 153 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.4 |
| HSL | 194.44º | 0.77% | 0.34% | - |
| HSV(B) | 194.44º | 0.87% | 0.6% | - |
| XYZ | 12.88 | 16.12 | 32.57 | - |
| YUV | 94.45 | 161.04 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 153 | 0.87 | 0.21 | 0 | 0.4 | 194.44 | 0.77 | 0.34 |
| Hex | 14 | 79 | 99 | 57 | 15 | 0 | 28 | C2 | 4D | 22 |
| Octal | 24 | 171 | 231 | 127 | 25 | 0 | 50 | 302 | 115 | 42 |
| Binary | 10100 | 1111001 | 10011001 | 1010111 | 10101 | 0 | 101000 | 11000010 | 1001101 | 100010 |
Color Harmonies of #147999
Complementary color
Monochromatic Colors of #147999
Black with #147999
Text Example
Text Example
White with #147999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147999; }
p { color: rgb(20,121,153); }
H1.HeaderClassName
{
color: #147999;
}
.AnyTagClassName
{
color: #147999;
}
</style>
background-color css
<style>
a { background-color: #147999; }
a { background-color: rgb(20,121,153); }
div.DivClassName
{
background-color: #147999;
}
.BgClassName
{
background-color: #147999;
}
</style>
border-color css
<style>
span { border-color: #147999; }
span { border-color: rgb(20,121,153); }
td.TdClassName
{
border-color: #147999;
}
.TagClassName
{
border-color: #147999;
}
</style>