Shades of Cerulean #137098
Tints of Cerulean #137098
RGB
CMYK
RGB Variations
Color information
#137098 (or 0x137098) is known color: Cerulean. HEX triplet: 13, 70 and 98. RGB value is (19,112,152). Sum of RGB (Red+Green+Blue) = 19+112+152=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #137098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137098 is #EC8F67. Grayscale: #585858. Windows color (decimal): -15503208 or 9990163. OLE color: 9990163.
HSL color Cylindrical-coordinate representation of color #137098: hue angle of 198.05º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #137098 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 112 | 152 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.40 |
| HSL | 198.05º | 0.78% | 0.34% | - |
| HSV(B) | 198.05º | 0.88% | 0.6% | - |
| XYZ | 11.73 | 13.99 | 31.79 | - |
| YUV | 88.75 | 163.69 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 152 | 0.87 | 0.26 | 0 | 0.40 | 198.05 | 0.78 | 0.34 |
| Hex | 13 | 70 | 98 | 57 | 1A | 0 | 28 | C6 | 4E | 22 |
| Octal | 23 | 160 | 230 | 127 | 32 | 0 | 50 | 306 | 116 | 42 |
| Binary | 10011 | 1110000 | 10011000 | 1010111 | 11010 | 0 | 101000 | 11000110 | 1001110 | 100010 |
Color Harmonies of #137098
Complementary color
Monochromatic Colors of #137098
Black with #137098
Text Example
Text Example
White with #137098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137098; }
p { color: rgb(19,112,152); }
H1.HeaderClassName
{
color: #137098;
}
.AnyTagClassName
{
color: #137098;
}
</style>
background-color css
<style>
a { background-color: #137098; }
a { background-color: rgb(19,112,152); }
div.DivClassName
{
background-color: #137098;
}
.BgClassName
{
background-color: #137098;
}
</style>
border-color css
<style>
span { border-color: #137098; }
span { border-color: rgb(19,112,152); }
td.TdClassName
{
border-color: #137098;
}
.TagClassName
{
border-color: #137098;
}
</style>