Shades of Navy Blue #137DCD
Tints of Navy Blue #137DCD
RGB
CMYK
RGB Variations
Color information
#137DCD (or 0x137DCD) is known color: Navy Blue. HEX triplet: 13, 7D and CD. RGB value is (19,125,205). Sum of RGB (Red+Green+Blue) = 19+125+205=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #137DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DCD is #EC8232. Grayscale: #666666. Windows color (decimal): -15499827 or 13466899. OLE color: 13466899.
HSL color Cylindrical-coordinate representation of color #137DCD: hue angle of 205.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137DCD is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 125 | 205 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.20 |
| HSL | 205.81º | 0.83% | 0.44% | - |
| HSV(B) | 205.81º | 0.91% | 0.8% | - |
| XYZ | 18.62 | 19.21 | 60.48 | - |
| YUV | 102.43 | 185.88 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 205 | 0.91 | 0.39 | 0 | 0.20 | 205.81 | 0.83 | 0.44 |
| Hex | 13 | 7D | CD | 5B | 27 | 0 | 14 | CE | 53 | 2C |
| Octal | 23 | 175 | 315 | 133 | 47 | 0 | 24 | 316 | 123 | 54 |
| Binary | 10011 | 1111101 | 11001101 | 1011011 | 100111 | 0 | 10100 | 11001110 | 1010011 | 101100 |
Color Harmonies of #137DCD
Complementary color
Monochromatic Colors of #137DCD
Black with #137DCD
Text Example
Text Example
White with #137DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DCD; }
p { color: rgb(19,125,205); }
H1.HeaderClassName
{
color: #137DCD;
}
.AnyTagClassName
{
color: #137DCD;
}
</style>
background-color css
<style>
a { background-color: #137DCD; }
a { background-color: rgb(19,125,205); }
div.DivClassName
{
background-color: #137DCD;
}
.BgClassName
{
background-color: #137DCD;
}
</style>
border-color css
<style>
span { border-color: #137DCD; }
span { border-color: rgb(19,125,205); }
td.TdClassName
{
border-color: #137DCD;
}
.TagClassName
{
border-color: #137DCD;
}
</style>