Shades of Cerulean #137695
Tints of Cerulean #137695
RGB
CMYK
RGB Variations
Color information
#137695 (or 0x137695) is known color: Cerulean. HEX triplet: 13, 76 and 95. RGB value is (19,118,149). Sum of RGB (Red+Green+Blue) = 19+118+149=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #137695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137695 is #EC896A. Grayscale: #5B5B5B. Windows color (decimal): -15501675 or 9795091. OLE color: 9795091.
HSL color Cylindrical-coordinate representation of color #137695: hue angle of 194.31º 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 #137695 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 118 | 149 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.42 |
| HSL | 194.31º | 0.77% | 0.33% | - |
| HSV(B) | 194.31º | 0.87% | 0.58% | - |
| XYZ | 12.17 | 15.27 | 30.74 | - |
| YUV | 91.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 149 | 0.87 | 0.21 | 0 | 0.42 | 194.31 | 0.77 | 0.33 |
| Hex | 13 | 76 | 95 | 57 | 15 | 0 | 2A | C2 | 4D | 21 |
| Octal | 23 | 166 | 225 | 127 | 25 | 0 | 52 | 302 | 115 | 41 |
| Binary | 10011 | 1110110 | 10010101 | 1010111 | 10101 | 0 | 101010 | 11000010 | 1001101 | 100001 |
Color Harmonies of #137695
Complementary color
Monochromatic Colors of #137695
Black with #137695
Text Example
Text Example
White with #137695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137695; }
p { color: rgb(19,118,149); }
H1.HeaderClassName
{
color: #137695;
}
.AnyTagClassName
{
color: #137695;
}
</style>
background-color css
<style>
a { background-color: #137695; }
a { background-color: rgb(19,118,149); }
div.DivClassName
{
background-color: #137695;
}
.BgClassName
{
background-color: #137695;
}
</style>
border-color css
<style>
span { border-color: #137695; }
span { border-color: rgb(19,118,149); }
td.TdClassName
{
border-color: #137695;
}
.TagClassName
{
border-color: #137695;
}
</style>