Shades of Cerulean #147599
Tints of Cerulean #147599
RGB
CMYK
RGB Variations
Color information
#147599 (or 0x147599) is known color: Cerulean. HEX triplet: 14, 75 and 99. RGB value is (20,117,153). Sum of RGB (Red+Green+Blue) = 20+117+153=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #147599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147599 is #EB8A66. Grayscale: #5B5B5B. Windows color (decimal): -15436391 or 10056980. OLE color: 10056980.
HSL color Cylindrical-coordinate representation of color #147599: hue angle of 196.24º 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 #147599 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 117 | 153 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.4 |
| HSL | 196.24º | 0.77% | 0.34% | - |
| HSV(B) | 196.24º | 0.87% | 0.6% | - |
| XYZ | 12.4 | 15.17 | 32.41 | - |
| YUV | 92.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 153 | 0.87 | 0.24 | 0 | 0.4 | 196.24 | 0.77 | 0.34 |
| Hex | 14 | 75 | 99 | 57 | 18 | 0 | 28 | C4 | 4D | 22 |
| Octal | 24 | 165 | 231 | 127 | 30 | 0 | 50 | 304 | 115 | 42 |
| Binary | 10100 | 1110101 | 10011001 | 1010111 | 11000 | 0 | 101000 | 11000100 | 1001101 | 100010 |
Color Harmonies of #147599
Complementary color
Monochromatic Colors of #147599
Black with #147599
Text Example
Text Example
White with #147599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147599; }
p { color: rgb(20,117,153); }
H1.HeaderClassName
{
color: #147599;
}
.AnyTagClassName
{
color: #147599;
}
</style>
background-color css
<style>
a { background-color: #147599; }
a { background-color: rgb(20,117,153); }
div.DivClassName
{
background-color: #147599;
}
.BgClassName
{
background-color: #147599;
}
</style>
border-color css
<style>
span { border-color: #147599; }
span { border-color: rgb(20,117,153); }
td.TdClassName
{
border-color: #147599;
}
.TagClassName
{
border-color: #147599;
}
</style>