Shades of Navy Blue #137FCD
Tints of Navy Blue #137FCD
RGB
CMYK
RGB Variations
Color information
#137FCD (or 0x137FCD) is known color: Navy Blue. HEX triplet: 13, 7F and CD. RGB value is (19,127,205). Sum of RGB (Red+Green+Blue) = 19+127+205=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #137FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FCD is #EC8032. Grayscale: #676767. Windows color (decimal): -15499315 or 13467411. OLE color: 13467411.
HSL color Cylindrical-coordinate representation of color #137FCD: hue angle of 205.16º 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 #137FCD is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 127 | 205 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.20 |
| HSL | 205.16º | 0.83% | 0.44% | - |
| HSV(B) | 205.16º | 0.91% | 0.8% | - |
| XYZ | 18.88 | 19.72 | 60.57 | - |
| YUV | 103.6 | 185.22 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 205 | 0.91 | 0.38 | 0 | 0.20 | 205.16 | 0.83 | 0.44 |
| Hex | 13 | 7F | CD | 5B | 26 | 0 | 14 | CD | 53 | 2C |
| Octal | 23 | 177 | 315 | 133 | 46 | 0 | 24 | 315 | 123 | 54 |
| Binary | 10011 | 1111111 | 11001101 | 1011011 | 100110 | 0 | 10100 | 11001101 | 1010011 | 101100 |
Color Harmonies of #137FCD
Complementary color
Monochromatic Colors of #137FCD
Black with #137FCD
Text Example
Text Example
White with #137FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FCD; }
p { color: rgb(19,127,205); }
H1.HeaderClassName
{
color: #137FCD;
}
.AnyTagClassName
{
color: #137FCD;
}
</style>
background-color css
<style>
a { background-color: #137FCD; }
a { background-color: rgb(19,127,205); }
div.DivClassName
{
background-color: #137FCD;
}
.BgClassName
{
background-color: #137FCD;
}
</style>
border-color css
<style>
span { border-color: #137FCD; }
span { border-color: rgb(19,127,205); }
td.TdClassName
{
border-color: #137FCD;
}
.TagClassName
{
border-color: #137FCD;
}
</style>