Shades of Cerulean #157297
Tints of Cerulean #157297
RGB
CMYK
RGB Variations
Color information
#157297 (or 0x157297) is known color: Cerulean. HEX triplet: 15, 72 and 97. RGB value is (21,114,151). Sum of RGB (Red+Green+Blue) = 21+114+151=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #157297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157297 is #EA8D68. Grayscale: #5A5A5A. Windows color (decimal): -15371625 or 9925141. OLE color: 9925141.
HSL color Cylindrical-coordinate representation of color #157297: hue angle of 197.08º 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 #157297 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 114 | 151 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.41 |
| HSL | 197.08º | 0.76% | 0.34% | - |
| HSV(B) | 197.08º | 0.86% | 0.59% | - |
| XYZ | 11.91 | 14.43 | 31.44 | - |
| YUV | 90.41 | 162.19 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 151 | 0.86 | 0.25 | 0 | 0.41 | 197.08 | 0.76 | 0.34 |
| Hex | 15 | 72 | 97 | 56 | 19 | 0 | 29 | C5 | 4C | 22 |
| Octal | 25 | 162 | 227 | 126 | 31 | 0 | 51 | 305 | 114 | 42 |
| Binary | 10101 | 1110010 | 10010111 | 1010110 | 11001 | 0 | 101001 | 11000101 | 1001100 | 100010 |
Color Harmonies of #157297
Complementary color
Monochromatic Colors of #157297
Black with #157297
Text Example
Text Example
White with #157297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157297; }
p { color: rgb(21,114,151); }
H1.HeaderClassName
{
color: #157297;
}
.AnyTagClassName
{
color: #157297;
}
</style>
background-color css
<style>
a { background-color: #157297; }
a { background-color: rgb(21,114,151); }
div.DivClassName
{
background-color: #157297;
}
.BgClassName
{
background-color: #157297;
}
</style>
border-color css
<style>
span { border-color: #157297; }
span { border-color: rgb(21,114,151); }
td.TdClassName
{
border-color: #157297;
}
.TagClassName
{
border-color: #157297;
}
</style>