Shades of Navy Blue #137ED3
Tints of Navy Blue #137ED3
RGB
CMYK
RGB Variations
Color information
#137ED3 (or 0x137ED3) is known color: Navy Blue. HEX triplet: 13, 7E and D3. RGB value is (19,126,211). Sum of RGB (Red+Green+Blue) = 19+126+211=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 211 (82.81% from 255 or 59.27% from 356); Max value from RGB is 211 - color contains mainly: blue. Hex color #137ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ED3 is #EC812C. Grayscale: #676767. Windows color (decimal): -15499565 or 13860371. OLE color: 13860371.
HSL color Cylindrical-coordinate representation of color #137ED3: hue angle of 206.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137ED3 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 126 | 211 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.17 |
| HSL | 206.56º | 0.83% | 0.45% | - |
| HSV(B) | 206.56º | 0.91% | 0.83% | - |
| XYZ | 19.49 | 19.76 | 64.42 | - |
| YUV | 103.7 | 188.55 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 211 | 0.91 | 0.40 | 0 | 0.17 | 206.56 | 0.83 | 0.45 |
| Hex | 13 | 7E | D3 | 5B | 28 | 0 | 11 | CF | 53 | 2D |
| Octal | 23 | 176 | 323 | 133 | 50 | 0 | 21 | 317 | 123 | 55 |
| Binary | 10011 | 1111110 | 11010011 | 1011011 | 101000 | 0 | 10001 | 11001111 | 1010011 | 101101 |
Color Harmonies of #137ED3
Complementary color
Monochromatic Colors of #137ED3
Black with #137ED3
Text Example
Text Example
White with #137ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137ED3; }
p { color: rgb(19,126,211); }
H1.HeaderClassName
{
color: #137ED3;
}
.AnyTagClassName
{
color: #137ED3;
}
</style>
background-color css
<style>
a { background-color: #137ED3; }
a { background-color: rgb(19,126,211); }
div.DivClassName
{
background-color: #137ED3;
}
.BgClassName
{
background-color: #137ED3;
}
</style>
border-color css
<style>
span { border-color: #137ED3; }
span { border-color: rgb(19,126,211); }
td.TdClassName
{
border-color: #137ED3;
}
.TagClassName
{
border-color: #137ED3;
}
</style>