Shades of Navy Blue #137FC5
Tints of Navy Blue #137FC5
RGB
CMYK
RGB Variations
Color information
#137FC5 (or 0x137FC5) is known color: Navy Blue. HEX triplet: 13, 7F and C5. RGB value is (19,127,197). Sum of RGB (Red+Green+Blue) = 19+127+197=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 197 (77.34% from 255 or 57.43% from 343); Max value from RGB is 197 - color contains mainly: blue. Hex color #137FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FC5 is #EC803A. Grayscale: #666666. Windows color (decimal): -15499323 or 12943123. OLE color: 12943123.
HSL color Cylindrical-coordinate representation of color #137FC5: hue angle of 203.6º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137FC5 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 127 | 197 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.23 |
| HSL | 203.6º | 0.82% | 0.42% | - |
| HSV(B) | 203.6º | 0.9% | 0.77% | - |
| XYZ | 17.94 | 19.35 | 55.61 | - |
| YUV | 102.69 | 181.22 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 197 | 0.90 | 0.36 | 0 | 0.23 | 203.6 | 0.82 | 0.42 |
| Hex | 13 | 7F | C5 | 5A | 24 | 0 | 17 | CC | 52 | 2A |
| Octal | 23 | 177 | 305 | 132 | 44 | 0 | 27 | 314 | 122 | 52 |
| Binary | 10011 | 1111111 | 11000101 | 1011010 | 100100 | 0 | 10111 | 11001100 | 1010010 | 101010 |
Color Harmonies of #137FC5
Complementary color
Monochromatic Colors of #137FC5
Black with #137FC5
Text Example
Text Example
White with #137FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FC5; }
p { color: rgb(19,127,197); }
H1.HeaderClassName
{
color: #137FC5;
}
.AnyTagClassName
{
color: #137FC5;
}
</style>
background-color css
<style>
a { background-color: #137FC5; }
a { background-color: rgb(19,127,197); }
div.DivClassName
{
background-color: #137FC5;
}
.BgClassName
{
background-color: #137FC5;
}
</style>
border-color css
<style>
span { border-color: #137FC5; }
span { border-color: rgb(19,127,197); }
td.TdClassName
{
border-color: #137FC5;
}
.TagClassName
{
border-color: #137FC5;
}
</style>