Shades of Navy Blue #137AD0
Tints of Navy Blue #137AD0
RGB
CMYK
RGB Variations
Color information
#137AD0 (or 0x137AD0) is known color: Navy Blue. HEX triplet: 13, 7A and D0. RGB value is (19,122,208). Sum of RGB (Red+Green+Blue) = 19+122+208=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #137AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137AD0 is #EC852F. Grayscale: #646464. Windows color (decimal): -15500592 or 13662739. OLE color: 13662739.
HSL color Cylindrical-coordinate representation of color #137AD0: hue angle of 207.3º 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 #137AD0 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 122 | 208 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.18 |
| HSL | 207.3º | 0.83% | 0.45% | - |
| HSV(B) | 207.3º | 0.91% | 0.82% | - |
| XYZ | 18.61 | 18.61 | 62.29 | - |
| YUV | 101.01 | 188.38 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 208 | 0.91 | 0.41 | 0 | 0.18 | 207.3 | 0.83 | 0.45 |
| Hex | 13 | 7A | D0 | 5B | 29 | 0 | 12 | CF | 53 | 2D |
| Octal | 23 | 172 | 320 | 133 | 51 | 0 | 22 | 317 | 123 | 55 |
| Binary | 10011 | 1111010 | 11010000 | 1011011 | 101001 | 0 | 10010 | 11001111 | 1010011 | 101101 |
Color Harmonies of #137AD0
Complementary color
Monochromatic Colors of #137AD0
Black with #137AD0
Text Example
Text Example
White with #137AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AD0; }
p { color: rgb(19,122,208); }
H1.HeaderClassName
{
color: #137AD0;
}
.AnyTagClassName
{
color: #137AD0;
}
</style>
background-color css
<style>
a { background-color: #137AD0; }
a { background-color: rgb(19,122,208); }
div.DivClassName
{
background-color: #137AD0;
}
.BgClassName
{
background-color: #137AD0;
}
</style>
border-color css
<style>
span { border-color: #137AD0; }
span { border-color: rgb(19,122,208); }
td.TdClassName
{
border-color: #137AD0;
}
.TagClassName
{
border-color: #137AD0;
}
</style>