Shades of Navy Blue #137DD0
Tints of Navy Blue #137DD0
RGB
CMYK
RGB Variations
Color information
#137DD0 (or 0x137DD0) is known color: Navy Blue. HEX triplet: 13, 7D and D0. RGB value is (19,125,208). Sum of RGB (Red+Green+Blue) = 19+125+208=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #137DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DD0 is #EC822F. Grayscale: #666666. Windows color (decimal): -15499824 or 13663507. OLE color: 13663507.
HSL color Cylindrical-coordinate representation of color #137DD0: hue angle of 206.35º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137DD0 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 125 | 208 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.18 |
| HSL | 206.35º | 0.83% | 0.45% | - |
| HSV(B) | 206.35º | 0.91% | 0.82% | - |
| XYZ | 18.99 | 19.36 | 62.41 | - |
| YUV | 102.77 | 187.38 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 208 | 0.91 | 0.40 | 0 | 0.18 | 206.35 | 0.83 | 0.45 |
| Hex | 13 | 7D | D0 | 5B | 28 | 0 | 12 | CE | 53 | 2D |
| Octal | 23 | 175 | 320 | 133 | 50 | 0 | 22 | 316 | 123 | 55 |
| Binary | 10011 | 1111101 | 11010000 | 1011011 | 101000 | 0 | 10010 | 11001110 | 1010011 | 101101 |
Color Harmonies of #137DD0
Complementary color
Monochromatic Colors of #137DD0
Black with #137DD0
Text Example
Text Example
White with #137DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DD0; }
p { color: rgb(19,125,208); }
H1.HeaderClassName
{
color: #137DD0;
}
.AnyTagClassName
{
color: #137DD0;
}
</style>
background-color css
<style>
a { background-color: #137DD0; }
a { background-color: rgb(19,125,208); }
div.DivClassName
{
background-color: #137DD0;
}
.BgClassName
{
background-color: #137DD0;
}
</style>
border-color css
<style>
span { border-color: #137DD0; }
span { border-color: rgb(19,125,208); }
td.TdClassName
{
border-color: #137DD0;
}
.TagClassName
{
border-color: #137DD0;
}
</style>