Shades of Navy Blue #137EDC
Tints of Navy Blue #137EDC
RGB
CMYK
RGB Variations
Color information
#137EDC (or 0x137EDC) is known color: Navy Blue. HEX triplet: 13, 7E and DC. RGB value is (19,126,220). Sum of RGB (Red+Green+Blue) = 19+126+220=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #137EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137EDC is #EC8123. Grayscale: #686868. Windows color (decimal): -15499556 or 14450195. OLE color: 14450195.
HSL color Cylindrical-coordinate representation of color #137EDC: hue angle of 208.06º 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 #137EDC is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 126 | 220 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.14 |
| HSL | 208.06º | 0.84% | 0.47% | - |
| HSV(B) | 208.06º | 0.91% | 0.86% | - |
| XYZ | 20.65 | 20.23 | 70.53 | - |
| YUV | 104.72 | 193.05 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 220 | 0.91 | 0.43 | 0 | 0.14 | 208.06 | 0.84 | 0.47 |
| Hex | 13 | 7E | DC | 5B | 2B | 0 | E | D0 | 54 | 2F |
| Octal | 23 | 176 | 334 | 133 | 53 | 0 | 16 | 320 | 124 | 57 |
| Binary | 10011 | 1111110 | 11011100 | 1011011 | 101011 | 0 | 1110 | 11010000 | 1010100 | 101111 |
Color Harmonies of #137EDC
Complementary color
Monochromatic Colors of #137EDC
Black with #137EDC
Text Example
Text Example
White with #137EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137EDC; }
p { color: rgb(19,126,220); }
H1.HeaderClassName
{
color: #137EDC;
}
.AnyTagClassName
{
color: #137EDC;
}
</style>
background-color css
<style>
a { background-color: #137EDC; }
a { background-color: rgb(19,126,220); }
div.DivClassName
{
background-color: #137EDC;
}
.BgClassName
{
background-color: #137EDC;
}
</style>
border-color css
<style>
span { border-color: #137EDC; }
span { border-color: rgb(19,126,220); }
td.TdClassName
{
border-color: #137EDC;
}
.TagClassName
{
border-color: #137EDC;
}
</style>