Shades of Cerulean #137EC0
Tints of Cerulean #137EC0
RGB
CMYK
RGB Variations
Color information
#137EC0 (or 0x137EC0) is known color: Cerulean. HEX triplet: 13, 7E and C0. RGB value is (19,126,192). Sum of RGB (Red+Green+Blue) = 19+126+192=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #137EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137EC0 is #EC813F. Grayscale: #656565. Windows color (decimal): -15499584 or 12615187. OLE color: 12615187.
HSL color Cylindrical-coordinate representation of color #137EC0: hue angle of 202.89º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137EC0 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 126 | 192 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.25 |
| HSL | 202.89º | 0.82% | 0.41% | - |
| HSV(B) | 202.89º | 0.9% | 0.75% | - |
| XYZ | 17.24 | 18.87 | 52.6 | - |
| YUV | 101.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 192 | 0.90 | 0.34 | 0 | 0.25 | 202.89 | 0.82 | 0.41 |
| Hex | 13 | 7E | C0 | 5A | 22 | 0 | 19 | CB | 52 | 29 |
| Octal | 23 | 176 | 300 | 132 | 42 | 0 | 31 | 313 | 122 | 51 |
| Binary | 10011 | 1111110 | 11000000 | 1011010 | 100010 | 0 | 11001 | 11001011 | 1010010 | 101001 |
Color Harmonies of #137EC0
Complementary color
Monochromatic Colors of #137EC0
Black with #137EC0
Text Example
Text Example
White with #137EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137EC0; }
p { color: rgb(19,126,192); }
H1.HeaderClassName
{
color: #137EC0;
}
.AnyTagClassName
{
color: #137EC0;
}
</style>
background-color css
<style>
a { background-color: #137EC0; }
a { background-color: rgb(19,126,192); }
div.DivClassName
{
background-color: #137EC0;
}
.BgClassName
{
background-color: #137EC0;
}
</style>
border-color css
<style>
span { border-color: #137EC0; }
span { border-color: rgb(19,126,192); }
td.TdClassName
{
border-color: #137EC0;
}
.TagClassName
{
border-color: #137EC0;
}
</style>