Shades of Navy Blue #137EDD
Tints of Navy Blue #137EDD
RGB
CMYK
RGB Variations
Color information
#137EDD (or 0x137EDD) is known color: Navy Blue. HEX triplet: 13, 7E and DD. RGB value is (19,126,221). Sum of RGB (Red+Green+Blue) = 19+126+221=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #137EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137EDD is #EC8122. Grayscale: #686868. Windows color (decimal): -15499555 or 14515731. OLE color: 14515731.
HSL color Cylindrical-coordinate representation of color #137EDD: hue angle of 208.22º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137EDD is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 126 | 221 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.13 |
| HSL | 208.22º | 0.84% | 0.47% | - |
| HSV(B) | 208.22º | 0.91% | 0.87% | - |
| XYZ | 20.78 | 20.28 | 71.23 | - |
| YUV | 104.84 | 193.55 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 221 | 0.91 | 0.43 | 0 | 0.13 | 208.22 | 0.84 | 0.47 |
| Hex | 13 | 7E | DD | 5B | 2B | 0 | D | D0 | 54 | 2F |
| Octal | 23 | 176 | 335 | 133 | 53 | 0 | 15 | 320 | 124 | 57 |
| Binary | 10011 | 1111110 | 11011101 | 1011011 | 101011 | 0 | 1101 | 11010000 | 1010100 | 101111 |
Color Harmonies of #137EDD
Complementary color
Monochromatic Colors of #137EDD
Black with #137EDD
Text Example
Text Example
White with #137EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137EDD; }
p { color: rgb(19,126,221); }
H1.HeaderClassName
{
color: #137EDD;
}
.AnyTagClassName
{
color: #137EDD;
}
</style>
background-color css
<style>
a { background-color: #137EDD; }
a { background-color: rgb(19,126,221); }
div.DivClassName
{
background-color: #137EDD;
}
.BgClassName
{
background-color: #137EDD;
}
</style>
border-color css
<style>
span { border-color: #137EDD; }
span { border-color: rgb(19,126,221); }
td.TdClassName
{
border-color: #137EDD;
}
.TagClassName
{
border-color: #137EDD;
}
</style>