Shades of Cerulean #157199
Tints of Cerulean #157199
RGB
CMYK
RGB Variations
Color information
#157199 (or 0x157199) is known color: Cerulean. HEX triplet: 15, 71 and 99. RGB value is (21,113,153). Sum of RGB (Red+Green+Blue) = 21+113+153=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #157199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157199 is #EA8E66. Grayscale: #595959. Windows color (decimal): -15371879 or 10055957. OLE color: 10055957.
HSL color Cylindrical-coordinate representation of color #157199: hue angle of 198.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157199 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 113 | 153 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.4 |
| HSL | 198.18º | 0.76% | 0.34% | - |
| HSV(B) | 198.18º | 0.86% | 0.6% | - |
| XYZ | 11.96 | 14.27 | 32.26 | - |
| YUV | 90.05 | 163.52 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 153 | 0.86 | 0.26 | 0 | 0.4 | 198.18 | 0.76 | 0.34 |
| Hex | 15 | 71 | 99 | 56 | 1A | 0 | 28 | C6 | 4C | 22 |
| Octal | 25 | 161 | 231 | 126 | 32 | 0 | 50 | 306 | 114 | 42 |
| Binary | 10101 | 1110001 | 10011001 | 1010110 | 11010 | 0 | 101000 | 11000110 | 1001100 | 100010 |
Color Harmonies of #157199
Complementary color
Monochromatic Colors of #157199
Black with #157199
Text Example
Text Example
White with #157199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157199; }
p { color: rgb(21,113,153); }
H1.HeaderClassName
{
color: #157199;
}
.AnyTagClassName
{
color: #157199;
}
</style>
background-color css
<style>
a { background-color: #157199; }
a { background-color: rgb(21,113,153); }
div.DivClassName
{
background-color: #157199;
}
.BgClassName
{
background-color: #157199;
}
</style>
border-color css
<style>
span { border-color: #157199; }
span { border-color: rgb(21,113,153); }
td.TdClassName
{
border-color: #157199;
}
.TagClassName
{
border-color: #157199;
}
</style>