Shades of Cerulean #157DA2
Tints of Cerulean #157DA2
RGB
CMYK
RGB Variations
Color information
#157DA2 (or 0x157DA2) is known color: Cerulean. HEX triplet: 15, 7D and A2. RGB value is (21,125,162). Sum of RGB (Red+Green+Blue) = 21+125+162=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #157DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157DA2 is #EA825D. Grayscale: #616161. Windows color (decimal): -15368798 or 10648853. OLE color: 10648853.
HSL color Cylindrical-coordinate representation of color #157DA2: hue angle of 195.74º 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 #157DA2 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 125 | 162 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.36 |
| HSL | 195.74º | 0.77% | 0.36% | - |
| HSV(B) | 195.74º | 0.87% | 0.64% | - |
| XYZ | 14.16 | 17.44 | 36.8 | - |
| YUV | 98.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 162 | 0.87 | 0.23 | 0 | 0.36 | 195.74 | 0.77 | 0.36 |
| Hex | 15 | 7D | A2 | 57 | 17 | 0 | 24 | C4 | 4D | 24 |
| Octal | 25 | 175 | 242 | 127 | 27 | 0 | 44 | 304 | 115 | 44 |
| Binary | 10101 | 1111101 | 10100010 | 1010111 | 10111 | 0 | 100100 | 11000100 | 1001101 | 100100 |
Color Harmonies of #157DA2
Complementary color
Monochromatic Colors of #157DA2
Black with #157DA2
Text Example
Text Example
White with #157DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DA2; }
p { color: rgb(21,125,162); }
H1.HeaderClassName
{
color: #157DA2;
}
.AnyTagClassName
{
color: #157DA2;
}
</style>
background-color css
<style>
a { background-color: #157DA2; }
a { background-color: rgb(21,125,162); }
div.DivClassName
{
background-color: #157DA2;
}
.BgClassName
{
background-color: #157DA2;
}
</style>
border-color css
<style>
span { border-color: #157DA2; }
span { border-color: rgb(21,125,162); }
td.TdClassName
{
border-color: #157DA2;
}
.TagClassName
{
border-color: #157DA2;
}
</style>