Shades of Navy Blue #137EE0
Tints of Navy Blue #137EE0
RGB
CMYK
RGB Variations
Color information
#137EE0 (or 0x137EE0) is known color: Navy Blue. HEX triplet: 13, 7E and E0. RGB value is (19,126,224). Sum of RGB (Red+Green+Blue) = 19+126+224=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #137EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137EE0 is #EC811F. Grayscale: #686868. Windows color (decimal): -15499552 or 14712339. OLE color: 14712339.
HSL color Cylindrical-coordinate representation of color #137EE0: hue angle of 208.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137EE0 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 126 | 224 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.12 |
| HSL | 208.68º | 0.84% | 0.48% | - |
| HSV(B) | 208.68º | 0.92% | 0.88% | - |
| XYZ | 21.18 | 20.44 | 73.35 | - |
| YUV | 105.18 | 195.05 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 224 | 0.92 | 0.44 | 0 | 0.12 | 208.68 | 0.84 | 0.48 |
| Hex | 13 | 7E | E0 | 5C | 2C | 0 | C | D1 | 54 | 30 |
| Octal | 23 | 176 | 340 | 134 | 54 | 0 | 14 | 321 | 124 | 60 |
| Binary | 10011 | 1111110 | 11100000 | 1011100 | 101100 | 0 | 1100 | 11010001 | 1010100 | 110000 |
Color Harmonies of #137EE0
Complementary color
Monochromatic Colors of #137EE0
Black with #137EE0
Text Example
Text Example
White with #137EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137EE0; }
p { color: rgb(19,126,224); }
H1.HeaderClassName
{
color: #137EE0;
}
.AnyTagClassName
{
color: #137EE0;
}
</style>
background-color css
<style>
a { background-color: #137EE0; }
a { background-color: rgb(19,126,224); }
div.DivClassName
{
background-color: #137EE0;
}
.BgClassName
{
background-color: #137EE0;
}
</style>
border-color css
<style>
span { border-color: #137EE0; }
span { border-color: rgb(19,126,224); }
td.TdClassName
{
border-color: #137EE0;
}
.TagClassName
{
border-color: #137EE0;
}
</style>