Shades of Navy Blue #137BDB
Tints of Navy Blue #137BDB
RGB
CMYK
RGB Variations
Color information
#137BDB (or 0x137BDB) is known color: Navy Blue. HEX triplet: 13, 7B and DB. RGB value is (19,123,219). Sum of RGB (Red+Green+Blue) = 19+123+219=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #137BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BDB is #EC8424. Grayscale: #666666. Windows color (decimal): -15500325 or 14383891. OLE color: 14383891.
HSL color Cylindrical-coordinate representation of color #137BDB: hue angle of 208.8º 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 #137BDB is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 123 | 219 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.14 |
| HSL | 208.8º | 0.84% | 0.47% | - |
| HSV(B) | 208.8º | 0.91% | 0.86% | - |
| XYZ | 20.14 | 19.42 | 69.7 | - |
| YUV | 102.85 | 193.54 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 219 | 0.91 | 0.44 | 0 | 0.14 | 208.8 | 0.84 | 0.47 |
| Hex | 13 | 7B | DB | 5B | 2C | 0 | E | D1 | 54 | 2F |
| Octal | 23 | 173 | 333 | 133 | 54 | 0 | 16 | 321 | 124 | 57 |
| Binary | 10011 | 1111011 | 11011011 | 1011011 | 101100 | 0 | 1110 | 11010001 | 1010100 | 101111 |
Color Harmonies of #137BDB
Complementary color
Monochromatic Colors of #137BDB
Black with #137BDB
Text Example
Text Example
White with #137BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BDB; }
p { color: rgb(19,123,219); }
H1.HeaderClassName
{
color: #137BDB;
}
.AnyTagClassName
{
color: #137BDB;
}
</style>
background-color css
<style>
a { background-color: #137BDB; }
a { background-color: rgb(19,123,219); }
div.DivClassName
{
background-color: #137BDB;
}
.BgClassName
{
background-color: #137BDB;
}
</style>
border-color css
<style>
span { border-color: #137BDB; }
span { border-color: rgb(19,123,219); }
td.TdClassName
{
border-color: #137BDB;
}
.TagClassName
{
border-color: #137BDB;
}
</style>