Shades of Cerulean #157197
Tints of Cerulean #157197
RGB
CMYK
RGB Variations
Color information
#157197 (or 0x157197) is known color: Cerulean. HEX triplet: 15, 71 and 97. RGB value is (21,113,151). Sum of RGB (Red+Green+Blue) = 21+113+151=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #157197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157197 is #EA8E68. Grayscale: #595959. Windows color (decimal): -15371881 or 9924885. OLE color: 9924885.
HSL color Cylindrical-coordinate representation of color #157197: hue angle of 197.54º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157197 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 113 | 151 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.41 |
| HSL | 197.54º | 0.76% | 0.34% | - |
| HSV(B) | 197.54º | 0.86% | 0.59% | - |
| XYZ | 11.8 | 14.2 | 31.4 | - |
| YUV | 89.82 | 162.52 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 151 | 0.86 | 0.25 | 0 | 0.41 | 197.54 | 0.76 | 0.34 |
| Hex | 15 | 71 | 97 | 56 | 19 | 0 | 29 | C6 | 4C | 22 |
| Octal | 25 | 161 | 227 | 126 | 31 | 0 | 51 | 306 | 114 | 42 |
| Binary | 10101 | 1110001 | 10010111 | 1010110 | 11001 | 0 | 101001 | 11000110 | 1001100 | 100010 |
Color Harmonies of #157197
Complementary color
Monochromatic Colors of #157197
Black with #157197
Text Example
Text Example
White with #157197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157197; }
p { color: rgb(21,113,151); }
H1.HeaderClassName
{
color: #157197;
}
.AnyTagClassName
{
color: #157197;
}
</style>
background-color css
<style>
a { background-color: #157197; }
a { background-color: rgb(21,113,151); }
div.DivClassName
{
background-color: #157197;
}
.BgClassName
{
background-color: #157197;
}
</style>
border-color css
<style>
span { border-color: #157197; }
span { border-color: rgb(21,113,151); }
td.TdClassName
{
border-color: #157197;
}
.TagClassName
{
border-color: #157197;
}
</style>