Shades of Cerulean #157CA2
Tints of Cerulean #157CA2
RGB
CMYK
RGB Variations
Color information
#157CA2 (or 0x157CA2) is known color: Cerulean. HEX triplet: 15, 7C and A2. RGB value is (21,124,162). Sum of RGB (Red+Green+Blue) = 21+124+162=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #157CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157CA2 is #EA835D. Grayscale: #616161. Windows color (decimal): -15369054 or 10648597. OLE color: 10648597.
HSL color Cylindrical-coordinate representation of color #157CA2: hue angle of 196.17º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #157CA2 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 124 | 162 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.36 |
| HSL | 196.17º | 0.77% | 0.36% | - |
| HSV(B) | 196.17º | 0.87% | 0.64% | - |
| XYZ | 14.04 | 17.18 | 36.76 | - |
| YUV | 97.54 | 164.38 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 162 | 0.87 | 0.23 | 0 | 0.36 | 196.17 | 0.77 | 0.36 |
| Hex | 15 | 7C | A2 | 57 | 17 | 0 | 24 | C4 | 4D | 24 |
| Octal | 25 | 174 | 242 | 127 | 27 | 0 | 44 | 304 | 115 | 44 |
| Binary | 10101 | 1111100 | 10100010 | 1010111 | 10111 | 0 | 100100 | 11000100 | 1001101 | 100100 |
Color Harmonies of #157CA2
Complementary color
Monochromatic Colors of #157CA2
Black with #157CA2
Text Example
Text Example
White with #157CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CA2; }
p { color: rgb(21,124,162); }
H1.HeaderClassName
{
color: #157CA2;
}
.AnyTagClassName
{
color: #157CA2;
}
</style>
background-color css
<style>
a { background-color: #157CA2; }
a { background-color: rgb(21,124,162); }
div.DivClassName
{
background-color: #157CA2;
}
.BgClassName
{
background-color: #157CA2;
}
</style>
border-color css
<style>
span { border-color: #157CA2; }
span { border-color: rgb(21,124,162); }
td.TdClassName
{
border-color: #157CA2;
}
.TagClassName
{
border-color: #157CA2;
}
</style>