Shades of Navy Blue #137DC9
Tints of Navy Blue #137DC9
RGB
CMYK
RGB Variations
Color information
#137DC9 (or 0x137DC9) is known color: Navy Blue. HEX triplet: 13, 7D and C9. RGB value is (19,125,201). Sum of RGB (Red+Green+Blue) = 19+125+201=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #137DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DC9 is #EC8236. Grayscale: #656565. Windows color (decimal): -15499831 or 13204755. OLE color: 13204755.
HSL color Cylindrical-coordinate representation of color #137DC9: hue angle of 205.05º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137DC9 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 125 | 201 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.21 |
| HSL | 205.05º | 0.83% | 0.43% | - |
| HSV(B) | 205.05º | 0.91% | 0.79% | - |
| XYZ | 18.14 | 19.02 | 57.97 | - |
| YUV | 101.97 | 183.88 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 201 | 0.91 | 0.38 | 0 | 0.21 | 205.05 | 0.83 | 0.43 |
| Hex | 13 | 7D | C9 | 5B | 26 | 0 | 15 | CD | 53 | 2B |
| Octal | 23 | 175 | 311 | 133 | 46 | 0 | 25 | 315 | 123 | 53 |
| Binary | 10011 | 1111101 | 11001001 | 1011011 | 100110 | 0 | 10101 | 11001101 | 1010011 | 101011 |
Color Harmonies of #137DC9
Complementary color
Monochromatic Colors of #137DC9
Black with #137DC9
Text Example
Text Example
White with #137DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DC9; }
p { color: rgb(19,125,201); }
H1.HeaderClassName
{
color: #137DC9;
}
.AnyTagClassName
{
color: #137DC9;
}
</style>
background-color css
<style>
a { background-color: #137DC9; }
a { background-color: rgb(19,125,201); }
div.DivClassName
{
background-color: #137DC9;
}
.BgClassName
{
background-color: #137DC9;
}
</style>
border-color css
<style>
span { border-color: #137DC9; }
span { border-color: rgb(19,125,201); }
td.TdClassName
{
border-color: #137DC9;
}
.TagClassName
{
border-color: #137DC9;
}
</style>