Shades of Cerulean #137595
Tints of Cerulean #137595
RGB
CMYK
RGB Variations
Color information
#137595 (or 0x137595) is known color: Cerulean. HEX triplet: 13, 75 and 95. RGB value is (19,117,149). Sum of RGB (Red+Green+Blue) = 19+117+149=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #137595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137595 is #EC8A6A. Grayscale: #5B5B5B. Windows color (decimal): -15501931 or 9794835. OLE color: 9794835.
HSL color Cylindrical-coordinate representation of color #137595: hue angle of 194.77º 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 #137595 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 117 | 149 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.42 |
| HSL | 194.77º | 0.77% | 0.33% | - |
| HSV(B) | 194.77º | 0.87% | 0.58% | - |
| XYZ | 12.05 | 15.03 | 30.7 | - |
| YUV | 91.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 149 | 0.87 | 0.21 | 0 | 0.42 | 194.77 | 0.77 | 0.33 |
| Hex | 13 | 75 | 95 | 57 | 15 | 0 | 2A | C3 | 4D | 21 |
| Octal | 23 | 165 | 225 | 127 | 25 | 0 | 52 | 303 | 115 | 41 |
| Binary | 10011 | 1110101 | 10010101 | 1010111 | 10101 | 0 | 101010 | 11000011 | 1001101 | 100001 |
Color Harmonies of #137595
Complementary color
Monochromatic Colors of #137595
Black with #137595
Text Example
Text Example
White with #137595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137595; }
p { color: rgb(19,117,149); }
H1.HeaderClassName
{
color: #137595;
}
.AnyTagClassName
{
color: #137595;
}
</style>
background-color css
<style>
a { background-color: #137595; }
a { background-color: rgb(19,117,149); }
div.DivClassName
{
background-color: #137595;
}
.BgClassName
{
background-color: #137595;
}
</style>
border-color css
<style>
span { border-color: #137595; }
span { border-color: rgb(19,117,149); }
td.TdClassName
{
border-color: #137595;
}
.TagClassName
{
border-color: #137595;
}
</style>