Shades of Navy Blue #137EDB
Tints of Navy Blue #137EDB
RGB
CMYK
RGB Variations
Color information
#137EDB (or 0x137EDB) is known color: Navy Blue. HEX triplet: 13, 7E and DB. RGB value is (19,126,219). Sum of RGB (Red+Green+Blue) = 19+126+219=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #137EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137EDB is #EC8124. Grayscale: #686868. Windows color (decimal): -15499557 or 14384659. OLE color: 14384659.
HSL color Cylindrical-coordinate representation of color #137EDB: hue angle of 207.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137EDB is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 126 | 219 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.14 |
| HSL | 207.9º | 0.84% | 0.47% | - |
| HSV(B) | 207.9º | 0.91% | 0.86% | - |
| XYZ | 20.52 | 20.17 | 69.83 | - |
| YUV | 104.61 | 192.55 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 219 | 0.91 | 0.42 | 0 | 0.14 | 207.9 | 0.84 | 0.47 |
| Hex | 13 | 7E | DB | 5B | 2A | 0 | E | D0 | 54 | 2F |
| Octal | 23 | 176 | 333 | 133 | 52 | 0 | 16 | 320 | 124 | 57 |
| Binary | 10011 | 1111110 | 11011011 | 1011011 | 101010 | 0 | 1110 | 11010000 | 1010100 | 101111 |
Color Harmonies of #137EDB
Complementary color
Monochromatic Colors of #137EDB
Black with #137EDB
Text Example
Text Example
White with #137EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137EDB; }
p { color: rgb(19,126,219); }
H1.HeaderClassName
{
color: #137EDB;
}
.AnyTagClassName
{
color: #137EDB;
}
</style>
background-color css
<style>
a { background-color: #137EDB; }
a { background-color: rgb(19,126,219); }
div.DivClassName
{
background-color: #137EDB;
}
.BgClassName
{
background-color: #137EDB;
}
</style>
border-color css
<style>
span { border-color: #137EDB; }
span { border-color: rgb(19,126,219); }
td.TdClassName
{
border-color: #137EDB;
}
.TagClassName
{
border-color: #137EDB;
}
</style>