Shades of Cerulean #137494
Tints of Cerulean #137494
RGB
CMYK
RGB Variations
Color information
#137494 (or 0x137494) is known color: Cerulean. HEX triplet: 13, 74 and 94. RGB value is (19,116,148). Sum of RGB (Red+Green+Blue) = 19+116+148=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #137494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137494 is #EC8B6B. Grayscale: #5A5A5A. Windows color (decimal): -15502188 or 9729043. OLE color: 9729043.
HSL color Cylindrical-coordinate representation of color #137494: hue angle of 194.88º 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 #137494 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 116 | 148 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.42 |
| HSL | 194.88º | 0.77% | 0.33% | - |
| HSV(B) | 194.88º | 0.87% | 0.58% | - |
| XYZ | 11.86 | 14.77 | 30.24 | - |
| YUV | 90.65 | 160.36 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 148 | 0.87 | 0.22 | 0 | 0.42 | 194.88 | 0.77 | 0.33 |
| Hex | 13 | 74 | 94 | 57 | 16 | 0 | 2A | C3 | 4D | 21 |
| Octal | 23 | 164 | 224 | 127 | 26 | 0 | 52 | 303 | 115 | 41 |
| Binary | 10011 | 1110100 | 10010100 | 1010111 | 10110 | 0 | 101010 | 11000011 | 1001101 | 100001 |
Color Harmonies of #137494
Complementary color
Monochromatic Colors of #137494
Black with #137494
Text Example
Text Example
White with #137494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137494; }
p { color: rgb(19,116,148); }
H1.HeaderClassName
{
color: #137494;
}
.AnyTagClassName
{
color: #137494;
}
</style>
background-color css
<style>
a { background-color: #137494; }
a { background-color: rgb(19,116,148); }
div.DivClassName
{
background-color: #137494;
}
.BgClassName
{
background-color: #137494;
}
</style>
border-color css
<style>
span { border-color: #137494; }
span { border-color: rgb(19,116,148); }
td.TdClassName
{
border-color: #137494;
}
.TagClassName
{
border-color: #137494;
}
</style>