Shades of Navy Blue #137ADE
Tints of Navy Blue #137ADE
RGB
CMYK
RGB Variations
Color information
#137ADE (or 0x137ADE) is known color: Navy Blue. HEX triplet: 13, 7A and DE. RGB value is (19,122,222). Sum of RGB (Red+Green+Blue) = 19+122+222=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #137ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ADE is #EC8521. Grayscale: #666666. Windows color (decimal): -15500578 or 14580243. OLE color: 14580243.
HSL color Cylindrical-coordinate representation of color #137ADE: hue angle of 209.56º 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 #137ADE is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 122 | 222 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.13 |
| HSL | 209.56º | 0.84% | 0.47% | - |
| HSV(B) | 209.56º | 0.91% | 0.87% | - |
| XYZ | 20.41 | 19.33 | 71.76 | - |
| YUV | 102.6 | 195.38 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 222 | 0.91 | 0.45 | 0 | 0.13 | 209.56 | 0.84 | 0.47 |
| Hex | 13 | 7A | DE | 5B | 2D | 0 | D | D2 | 54 | 2F |
| Octal | 23 | 172 | 336 | 133 | 55 | 0 | 15 | 322 | 124 | 57 |
| Binary | 10011 | 1111010 | 11011110 | 1011011 | 101101 | 0 | 1101 | 11010010 | 1010100 | 101111 |
Color Harmonies of #137ADE
Complementary color
Monochromatic Colors of #137ADE
Black with #137ADE
Text Example
Text Example
White with #137ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137ADE; }
p { color: rgb(19,122,222); }
H1.HeaderClassName
{
color: #137ADE;
}
.AnyTagClassName
{
color: #137ADE;
}
</style>
background-color css
<style>
a { background-color: #137ADE; }
a { background-color: rgb(19,122,222); }
div.DivClassName
{
background-color: #137ADE;
}
.BgClassName
{
background-color: #137ADE;
}
</style>
border-color css
<style>
span { border-color: #137ADE; }
span { border-color: rgb(19,122,222); }
td.TdClassName
{
border-color: #137ADE;
}
.TagClassName
{
border-color: #137ADE;
}
</style>