Shades of Cerulean #137399
Tints of Cerulean #137399
RGB
CMYK
RGB Variations
Color information
#137399 (or 0x137399) is known color: Cerulean. HEX triplet: 13, 73 and 99. RGB value is (19,115,153). Sum of RGB (Red+Green+Blue) = 19+115+153=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #137399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137399 is #EC8C66. Grayscale: #5A5A5A. Windows color (decimal): -15502439 or 10056467. OLE color: 10056467.
HSL color Cylindrical-coordinate representation of color #137399: hue angle of 197.01º 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 #137399 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 115 | 153 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.4 |
| HSL | 197.01º | 0.78% | 0.34% | - |
| HSV(B) | 197.01º | 0.88% | 0.6% | - |
| XYZ | 12.15 | 14.7 | 32.33 | - |
| YUV | 90.63 | 163.2 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 153 | 0.88 | 0.25 | 0 | 0.4 | 197.01 | 0.78 | 0.34 |
| Hex | 13 | 73 | 99 | 58 | 19 | 0 | 28 | C5 | 4E | 22 |
| Octal | 23 | 163 | 231 | 130 | 31 | 0 | 50 | 305 | 116 | 42 |
| Binary | 10011 | 1110011 | 10011001 | 1011000 | 11001 | 0 | 101000 | 11000101 | 1001110 | 100010 |
Color Harmonies of #137399
Complementary color
Monochromatic Colors of #137399
Black with #137399
Text Example
Text Example
White with #137399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137399; }
p { color: rgb(19,115,153); }
H1.HeaderClassName
{
color: #137399;
}
.AnyTagClassName
{
color: #137399;
}
</style>
background-color css
<style>
a { background-color: #137399; }
a { background-color: rgb(19,115,153); }
div.DivClassName
{
background-color: #137399;
}
.BgClassName
{
background-color: #137399;
}
</style>
border-color css
<style>
span { border-color: #137399; }
span { border-color: rgb(19,115,153); }
td.TdClassName
{
border-color: #137399;
}
.TagClassName
{
border-color: #137399;
}
</style>