Shades of Cerulean #137899
Tints of Cerulean #137899
RGB
CMYK
RGB Variations
Color information
#137899 (or 0x137899) is known color: Cerulean. HEX triplet: 13, 78 and 99. RGB value is (19,120,153). Sum of RGB (Red+Green+Blue) = 19+120+153=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #137899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137899 is #EC8766. Grayscale: #5D5D5D. Windows color (decimal): -15501159 or 10057747. OLE color: 10057747.
HSL color Cylindrical-coordinate representation of color #137899: hue angle of 194.78º 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 #137899 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 120 | 153 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.4 |
| HSL | 194.78º | 0.78% | 0.34% | - |
| HSV(B) | 194.78º | 0.88% | 0.6% | - |
| XYZ | 12.73 | 15.87 | 32.53 | - |
| YUV | 93.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 153 | 0.88 | 0.22 | 0 | 0.4 | 194.78 | 0.78 | 0.34 |
| Hex | 13 | 78 | 99 | 58 | 16 | 0 | 28 | C3 | 4E | 22 |
| Octal | 23 | 170 | 231 | 130 | 26 | 0 | 50 | 303 | 116 | 42 |
| Binary | 10011 | 1111000 | 10011001 | 1011000 | 10110 | 0 | 101000 | 11000011 | 1001110 | 100010 |
Color Harmonies of #137899
Complementary color
Monochromatic Colors of #137899
Black with #137899
Text Example
Text Example
White with #137899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137899; }
p { color: rgb(19,120,153); }
H1.HeaderClassName
{
color: #137899;
}
.AnyTagClassName
{
color: #137899;
}
</style>
background-color css
<style>
a { background-color: #137899; }
a { background-color: rgb(19,120,153); }
div.DivClassName
{
background-color: #137899;
}
.BgClassName
{
background-color: #137899;
}
</style>
border-color css
<style>
span { border-color: #137899; }
span { border-color: rgb(19,120,153); }
td.TdClassName
{
border-color: #137899;
}
.TagClassName
{
border-color: #137899;
}
</style>