Shades of Navy Blue #137DD2
Tints of Navy Blue #137DD2
RGB
CMYK
RGB Variations
Color information
#137DD2 (or 0x137DD2) is known color: Navy Blue. HEX triplet: 13, 7D and D2. RGB value is (19,125,210). Sum of RGB (Red+Green+Blue) = 19+125+210=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 210 (82.42% from 255 or 59.32% from 354); Max value from RGB is 210 - color contains mainly: blue. Hex color #137DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DD2 is #EC822D. Grayscale: #666666. Windows color (decimal): -15499822 or 13794579. OLE color: 13794579.
HSL color Cylindrical-coordinate representation of color #137DD2: hue angle of 206.7º 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 #137DD2 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 125 | 210 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.18 |
| HSL | 206.7º | 0.83% | 0.45% | - |
| HSV(B) | 206.7º | 0.91% | 0.82% | - |
| XYZ | 19.24 | 19.46 | 63.71 | - |
| YUV | 103 | 188.38 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 210 | 0.91 | 0.40 | 0 | 0.18 | 206.7 | 0.83 | 0.45 |
| Hex | 13 | 7D | D2 | 5B | 28 | 0 | 12 | CF | 53 | 2D |
| Octal | 23 | 175 | 322 | 133 | 50 | 0 | 22 | 317 | 123 | 55 |
| Binary | 10011 | 1111101 | 11010010 | 1011011 | 101000 | 0 | 10010 | 11001111 | 1010011 | 101101 |
Color Harmonies of #137DD2
Complementary color
Monochromatic Colors of #137DD2
Black with #137DD2
Text Example
Text Example
White with #137DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DD2; }
p { color: rgb(19,125,210); }
H1.HeaderClassName
{
color: #137DD2;
}
.AnyTagClassName
{
color: #137DD2;
}
</style>
background-color css
<style>
a { background-color: #137DD2; }
a { background-color: rgb(19,125,210); }
div.DivClassName
{
background-color: #137DD2;
}
.BgClassName
{
background-color: #137DD2;
}
</style>
border-color css
<style>
span { border-color: #137DD2; }
span { border-color: rgb(19,125,210); }
td.TdClassName
{
border-color: #137DD2;
}
.TagClassName
{
border-color: #137DD2;
}
</style>