Shades of Navy Blue #137FC9
Tints of Navy Blue #137FC9
RGB
CMYK
RGB Variations
Color information
#137FC9 (or 0x137FC9) is known color: Navy Blue. HEX triplet: 13, 7F and C9. RGB value is (19,127,201). Sum of RGB (Red+Green+Blue) = 19+127+201=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #137FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FC9 is #EC8036. Grayscale: #666666. Windows color (decimal): -15499319 or 13205267. OLE color: 13205267.
HSL color Cylindrical-coordinate representation of color #137FC9: hue angle of 204.4º 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 #137FC9 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 127 | 201 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.21 |
| HSL | 204.4º | 0.83% | 0.43% | - |
| HSV(B) | 204.4º | 0.91% | 0.79% | - |
| XYZ | 18.4 | 19.53 | 58.06 | - |
| YUV | 103.14 | 183.22 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 201 | 0.91 | 0.37 | 0 | 0.21 | 204.4 | 0.83 | 0.43 |
| Hex | 13 | 7F | C9 | 5B | 25 | 0 | 15 | CC | 53 | 2B |
| Octal | 23 | 177 | 311 | 133 | 45 | 0 | 25 | 314 | 123 | 53 |
| Binary | 10011 | 1111111 | 11001001 | 1011011 | 100101 | 0 | 10101 | 11001100 | 1010011 | 101011 |
Color Harmonies of #137FC9
Complementary color
Monochromatic Colors of #137FC9
Black with #137FC9
Text Example
Text Example
White with #137FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FC9; }
p { color: rgb(19,127,201); }
H1.HeaderClassName
{
color: #137FC9;
}
.AnyTagClassName
{
color: #137FC9;
}
</style>
background-color css
<style>
a { background-color: #137FC9; }
a { background-color: rgb(19,127,201); }
div.DivClassName
{
background-color: #137FC9;
}
.BgClassName
{
background-color: #137FC9;
}
</style>
border-color css
<style>
span { border-color: #137FC9; }
span { border-color: rgb(19,127,201); }
td.TdClassName
{
border-color: #137FC9;
}
.TagClassName
{
border-color: #137FC9;
}
</style>