Shades of Cerulean #157099
Tints of Cerulean #157099
RGB
CMYK
RGB Variations
Color information
#157099 (or 0x157099) is known color: Cerulean. HEX triplet: 15, 70 and 99. RGB value is (21,112,153). Sum of RGB (Red+Green+Blue) = 21+112+153=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #157099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157099 is #EA8F66. Grayscale: #595959. Windows color (decimal): -15372135 or 10055701. OLE color: 10055701.
HSL color Cylindrical-coordinate representation of color #157099: hue angle of 198.64º 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 #157099 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 112 | 153 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.4 |
| HSL | 198.64º | 0.76% | 0.34% | - |
| HSV(B) | 198.64º | 0.86% | 0.6% | - |
| XYZ | 11.85 | 14.05 | 32.22 | - |
| YUV | 89.47 | 163.85 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 153 | 0.86 | 0.27 | 0 | 0.4 | 198.64 | 0.76 | 0.34 |
| Hex | 15 | 70 | 99 | 56 | 1B | 0 | 28 | C7 | 4C | 22 |
| Octal | 25 | 160 | 231 | 126 | 33 | 0 | 50 | 307 | 114 | 42 |
| Binary | 10101 | 1110000 | 10011001 | 1010110 | 11011 | 0 | 101000 | 11000111 | 1001100 | 100010 |
Color Harmonies of #157099
Complementary color
Monochromatic Colors of #157099
Black with #157099
Text Example
Text Example
White with #157099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157099; }
p { color: rgb(21,112,153); }
H1.HeaderClassName
{
color: #157099;
}
.AnyTagClassName
{
color: #157099;
}
</style>
background-color css
<style>
a { background-color: #157099; }
a { background-color: rgb(21,112,153); }
div.DivClassName
{
background-color: #157099;
}
.BgClassName
{
background-color: #157099;
}
</style>
border-color css
<style>
span { border-color: #157099; }
span { border-color: rgb(21,112,153); }
td.TdClassName
{
border-color: #157099;
}
.TagClassName
{
border-color: #157099;
}
</style>