Shades of Navy Blue #137BD8
Tints of Navy Blue #137BD8
RGB
CMYK
RGB Variations
Color information
#137BD8 (or 0x137BD8) is known color: Navy Blue. HEX triplet: 13, 7B and D8. RGB value is (19,123,216). Sum of RGB (Red+Green+Blue) = 19+123+216=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 216 (84.77% from 255 or 60.34% from 358); Max value from RGB is 216 - color contains mainly: blue. Hex color #137BD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BD8 is #EC8427. Grayscale: #666666. Windows color (decimal): -15500328 or 14187283. OLE color: 14187283.
HSL color Cylindrical-coordinate representation of color #137BD8: hue angle of 208.32º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137BD8 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 123 | 216 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.15 |
| HSL | 208.32º | 0.84% | 0.46% | - |
| HSV(B) | 208.32º | 0.91% | 0.85% | - |
| XYZ | 19.75 | 19.26 | 67.64 | - |
| YUV | 102.51 | 192.04 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 216 | 0.91 | 0.43 | 0 | 0.15 | 208.32 | 0.84 | 0.46 |
| Hex | 13 | 7B | D8 | 5B | 2B | 0 | F | D0 | 54 | 2E |
| Octal | 23 | 173 | 330 | 133 | 53 | 0 | 17 | 320 | 124 | 56 |
| Binary | 10011 | 1111011 | 11011000 | 1011011 | 101011 | 0 | 1111 | 11010000 | 1010100 | 101110 |
Color Harmonies of #137BD8
Complementary color
Monochromatic Colors of #137BD8
Black with #137BD8
Text Example
Text Example
White with #137BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BD8; }
p { color: rgb(19,123,216); }
H1.HeaderClassName
{
color: #137BD8;
}
.AnyTagClassName
{
color: #137BD8;
}
</style>
background-color css
<style>
a { background-color: #137BD8; }
a { background-color: rgb(19,123,216); }
div.DivClassName
{
background-color: #137BD8;
}
.BgClassName
{
background-color: #137BD8;
}
</style>
border-color css
<style>
span { border-color: #137BD8; }
span { border-color: rgb(19,123,216); }
td.TdClassName
{
border-color: #137BD8;
}
.TagClassName
{
border-color: #137BD8;
}
</style>