Shades of Navy Blue #137FDB
Tints of Navy Blue #137FDB
RGB
CMYK
RGB Variations
Color information
#137FDB (or 0x137FDB) is known color: Navy Blue. HEX triplet: 13, 7F and DB. RGB value is (19,127,219). Sum of RGB (Red+Green+Blue) = 19+127+219=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #137FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FDB is #EC8024. Grayscale: #686868. Windows color (decimal): -15499301 or 14384915. OLE color: 14384915.
HSL color Cylindrical-coordinate representation of color #137FDB: hue angle of 207.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137FDB is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 127 | 219 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.14 |
| HSL | 207.6º | 0.84% | 0.47% | - |
| HSV(B) | 207.6º | 0.91% | 0.86% | - |
| XYZ | 20.64 | 20.43 | 69.87 | - |
| YUV | 105.2 | 192.22 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 219 | 0.91 | 0.42 | 0 | 0.14 | 207.6 | 0.84 | 0.47 |
| Hex | 13 | 7F | DB | 5B | 2A | 0 | E | D0 | 54 | 2F |
| Octal | 23 | 177 | 333 | 133 | 52 | 0 | 16 | 320 | 124 | 57 |
| Binary | 10011 | 1111111 | 11011011 | 1011011 | 101010 | 0 | 1110 | 11010000 | 1010100 | 101111 |
Color Harmonies of #137FDB
Complementary color
Monochromatic Colors of #137FDB
Black with #137FDB
Text Example
Text Example
White with #137FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FDB; }
p { color: rgb(19,127,219); }
H1.HeaderClassName
{
color: #137FDB;
}
.AnyTagClassName
{
color: #137FDB;
}
</style>
background-color css
<style>
a { background-color: #137FDB; }
a { background-color: rgb(19,127,219); }
div.DivClassName
{
background-color: #137FDB;
}
.BgClassName
{
background-color: #137FDB;
}
</style>
border-color css
<style>
span { border-color: #137FDB; }
span { border-color: rgb(19,127,219); }
td.TdClassName
{
border-color: #137FDB;
}
.TagClassName
{
border-color: #137FDB;
}
</style>