Shades of Navy Blue #137BDD
Tints of Navy Blue #137BDD
RGB
CMYK
RGB Variations
Color information
#137BDD (or 0x137BDD) is known color: Navy Blue. HEX triplet: 13, 7B and DD. RGB value is (19,123,221). Sum of RGB (Red+Green+Blue) = 19+123+221=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #137BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BDD is #EC8422. Grayscale: #666666. Windows color (decimal): -15500323 or 14514963. OLE color: 14514963.
HSL color Cylindrical-coordinate representation of color #137BDD: hue angle of 209.11º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137BDD is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 123 | 221 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.13 |
| HSL | 209.11º | 0.84% | 0.47% | - |
| HSV(B) | 209.11º | 0.91% | 0.87% | - |
| XYZ | 20.4 | 19.52 | 71.1 | - |
| YUV | 103.08 | 194.54 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 221 | 0.91 | 0.44 | 0 | 0.13 | 209.11 | 0.84 | 0.47 |
| Hex | 13 | 7B | DD | 5B | 2C | 0 | D | D1 | 54 | 2F |
| Octal | 23 | 173 | 335 | 133 | 54 | 0 | 15 | 321 | 124 | 57 |
| Binary | 10011 | 1111011 | 11011101 | 1011011 | 101100 | 0 | 1101 | 11010001 | 1010100 | 101111 |
Color Harmonies of #137BDD
Complementary color
Monochromatic Colors of #137BDD
Black with #137BDD
Text Example
Text Example
White with #137BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BDD; }
p { color: rgb(19,123,221); }
H1.HeaderClassName
{
color: #137BDD;
}
.AnyTagClassName
{
color: #137BDD;
}
</style>
background-color css
<style>
a { background-color: #137BDD; }
a { background-color: rgb(19,123,221); }
div.DivClassName
{
background-color: #137BDD;
}
.BgClassName
{
background-color: #137BDD;
}
</style>
border-color css
<style>
span { border-color: #137BDD; }
span { border-color: rgb(19,123,221); }
td.TdClassName
{
border-color: #137BDD;
}
.TagClassName
{
border-color: #137BDD;
}
</style>