Shades of Cerulean #137296
Tints of Cerulean #137296
RGB
CMYK
RGB Variations
Color information
#137296 (or 0x137296) is known color: Cerulean. HEX triplet: 13, 72 and 96. RGB value is (19,114,150). Sum of RGB (Red+Green+Blue) = 19+114+150=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #137296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137296 is #EC8D69. Grayscale: #595959. Windows color (decimal): -15502698 or 9859603. OLE color: 9859603.
HSL color Cylindrical-coordinate representation of color #137296: hue angle of 196.49º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137296 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 114 | 150 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.41 |
| HSL | 196.49º | 0.78% | 0.33% | - |
| HSV(B) | 196.49º | 0.87% | 0.59% | - |
| XYZ | 11.79 | 14.38 | 31.01 | - |
| YUV | 89.7 | 162.03 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 150 | 0.87 | 0.24 | 0 | 0.41 | 196.49 | 0.78 | 0.33 |
| Hex | 13 | 72 | 96 | 57 | 18 | 0 | 29 | C4 | 4E | 21 |
| Octal | 23 | 162 | 226 | 127 | 30 | 0 | 51 | 304 | 116 | 41 |
| Binary | 10011 | 1110010 | 10010110 | 1010111 | 11000 | 0 | 101001 | 11000100 | 1001110 | 100001 |
Color Harmonies of #137296
Complementary color
Monochromatic Colors of #137296
Black with #137296
Text Example
Text Example
White with #137296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137296; }
p { color: rgb(19,114,150); }
H1.HeaderClassName
{
color: #137296;
}
.AnyTagClassName
{
color: #137296;
}
</style>
background-color css
<style>
a { background-color: #137296; }
a { background-color: rgb(19,114,150); }
div.DivClassName
{
background-color: #137296;
}
.BgClassName
{
background-color: #137296;
}
</style>
border-color css
<style>
span { border-color: #137296; }
span { border-color: rgb(19,114,150); }
td.TdClassName
{
border-color: #137296;
}
.TagClassName
{
border-color: #137296;
}
</style>