Shades of Navy Blue #137AD2
Tints of Navy Blue #137AD2
RGB
CMYK
RGB Variations
Color information
#137AD2 (or 0x137AD2) is known color: Navy Blue. HEX triplet: 13, 7A and D2. RGB value is (19,122,210). Sum of RGB (Red+Green+Blue) = 19+122+210=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 210 (82.42% from 255 or 59.83% from 351); Max value from RGB is 210 - color contains mainly: blue. Hex color #137AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137AD2 is #EC852D. Grayscale: #646464. Windows color (decimal): -15500590 or 13793811. OLE color: 13793811.
HSL color Cylindrical-coordinate representation of color #137AD2: hue angle of 207.64º 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 #137AD2 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 122 | 210 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.18 |
| HSL | 207.64º | 0.83% | 0.45% | - |
| HSV(B) | 207.64º | 0.91% | 0.82% | - |
| XYZ | 18.86 | 18.71 | 63.59 | - |
| YUV | 101.24 | 189.38 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 210 | 0.91 | 0.42 | 0 | 0.18 | 207.64 | 0.83 | 0.45 |
| Hex | 13 | 7A | D2 | 5B | 2A | 0 | 12 | D0 | 53 | 2D |
| Octal | 23 | 172 | 322 | 133 | 52 | 0 | 22 | 320 | 123 | 55 |
| Binary | 10011 | 1111010 | 11010010 | 1011011 | 101010 | 0 | 10010 | 11010000 | 1010011 | 101101 |
Color Harmonies of #137AD2
Complementary color
Monochromatic Colors of #137AD2
Black with #137AD2
Text Example
Text Example
White with #137AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AD2; }
p { color: rgb(19,122,210); }
H1.HeaderClassName
{
color: #137AD2;
}
.AnyTagClassName
{
color: #137AD2;
}
</style>
background-color css
<style>
a { background-color: #137AD2; }
a { background-color: rgb(19,122,210); }
div.DivClassName
{
background-color: #137AD2;
}
.BgClassName
{
background-color: #137AD2;
}
</style>
border-color css
<style>
span { border-color: #137AD2; }
span { border-color: rgb(19,122,210); }
td.TdClassName
{
border-color: #137AD2;
}
.TagClassName
{
border-color: #137AD2;
}
</style>