Shades of Cerulean #137195
Tints of Cerulean #137195
RGB
CMYK
RGB Variations
Color information
#137195 (or 0x137195) is known color: Cerulean. HEX triplet: 13, 71 and 95. RGB value is (19,113,149). Sum of RGB (Red+Green+Blue) = 19+113+149=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #137195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137195 is #EC8E6A. Grayscale: #585858. Windows color (decimal): -15502955 or 9793811. OLE color: 9793811.
HSL color Cylindrical-coordinate representation of color #137195: hue angle of 196.62º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137195 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 113 | 149 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.42 |
| HSL | 196.62º | 0.77% | 0.33% | - |
| HSV(B) | 196.62º | 0.87% | 0.58% | - |
| XYZ | 11.6 | 14.12 | 30.55 | - |
| YUV | 89 | 161.86 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 149 | 0.87 | 0.24 | 0 | 0.42 | 196.62 | 0.77 | 0.33 |
| Hex | 13 | 71 | 95 | 57 | 18 | 0 | 2A | C5 | 4D | 21 |
| Octal | 23 | 161 | 225 | 127 | 30 | 0 | 52 | 305 | 115 | 41 |
| Binary | 10011 | 1110001 | 10010101 | 1010111 | 11000 | 0 | 101010 | 11000101 | 1001101 | 100001 |
Color Harmonies of #137195
Complementary color
Monochromatic Colors of #137195
Black with #137195
Text Example
Text Example
White with #137195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137195; }
p { color: rgb(19,113,149); }
H1.HeaderClassName
{
color: #137195;
}
.AnyTagClassName
{
color: #137195;
}
</style>
background-color css
<style>
a { background-color: #137195; }
a { background-color: rgb(19,113,149); }
div.DivClassName
{
background-color: #137195;
}
.BgClassName
{
background-color: #137195;
}
</style>
border-color css
<style>
span { border-color: #137195; }
span { border-color: rgb(19,113,149); }
td.TdClassName
{
border-color: #137195;
}
.TagClassName
{
border-color: #137195;
}
</style>