Shades of Cerulean #157CA4
Tints of Cerulean #157CA4
RGB
CMYK
RGB Variations
Color information
#157CA4 (or 0x157CA4) is known color: Cerulean. HEX triplet: 15, 7C and A4. RGB value is (21,124,164). Sum of RGB (Red+Green+Blue) = 21+124+164=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #157CA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157CA4 is #EA835B. Grayscale: #616161. Windows color (decimal): -15369052 or 10779669. OLE color: 10779669.
HSL color Cylindrical-coordinate representation of color #157CA4: hue angle of 196.78º 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 #157CA4 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 124 | 164 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.36 |
| HSL | 196.78º | 0.77% | 0.36% | - |
| HSV(B) | 196.78º | 0.87% | 0.64% | - |
| XYZ | 14.22 | 17.26 | 37.7 | - |
| YUV | 97.76 | 165.38 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 164 | 0.87 | 0.24 | 0 | 0.36 | 196.78 | 0.77 | 0.36 |
| Hex | 15 | 7C | A4 | 57 | 18 | 0 | 24 | C5 | 4D | 24 |
| Octal | 25 | 174 | 244 | 127 | 30 | 0 | 44 | 305 | 115 | 44 |
| Binary | 10101 | 1111100 | 10100100 | 1010111 | 11000 | 0 | 100100 | 11000101 | 1001101 | 100100 |
Color Harmonies of #157CA4
Complementary color
Monochromatic Colors of #157CA4
Black with #157CA4
Text Example
Text Example
White with #157CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CA4; }
p { color: rgb(21,124,164); }
H1.HeaderClassName
{
color: #157CA4;
}
.AnyTagClassName
{
color: #157CA4;
}
</style>
background-color css
<style>
a { background-color: #157CA4; }
a { background-color: rgb(21,124,164); }
div.DivClassName
{
background-color: #157CA4;
}
.BgClassName
{
background-color: #157CA4;
}
</style>
border-color css
<style>
span { border-color: #157CA4; }
span { border-color: rgb(21,124,164); }
td.TdClassName
{
border-color: #157CA4;
}
.TagClassName
{
border-color: #157CA4;
}
</style>