Shades of Navy Blue #137CDD
Tints of Navy Blue #137CDD
RGB
CMYK
RGB Variations
Color information
#137CDD (or 0x137CDD) is known color: Navy Blue. HEX triplet: 13, 7C and DD. RGB value is (19,124,221). Sum of RGB (Red+Green+Blue) = 19+124+221=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #137CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CDD is #EC8322. Grayscale: #676767. Windows color (decimal): -15500067 or 14515219. OLE color: 14515219.
HSL color Cylindrical-coordinate representation of color #137CDD: hue angle of 208.81º 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 #137CDD is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 124 | 221 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.13 |
| HSL | 208.81º | 0.84% | 0.47% | - |
| HSV(B) | 208.81º | 0.91% | 0.87% | - |
| XYZ | 20.53 | 19.77 | 71.14 | - |
| YUV | 103.66 | 194.21 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 221 | 0.91 | 0.44 | 0 | 0.13 | 208.81 | 0.84 | 0.47 |
| Hex | 13 | 7C | DD | 5B | 2C | 0 | D | D1 | 54 | 2F |
| Octal | 23 | 174 | 335 | 133 | 54 | 0 | 15 | 321 | 124 | 57 |
| Binary | 10011 | 1111100 | 11011101 | 1011011 | 101100 | 0 | 1101 | 11010001 | 1010100 | 101111 |
Color Harmonies of #137CDD
Complementary color
Monochromatic Colors of #137CDD
Black with #137CDD
Text Example
Text Example
White with #137CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CDD; }
p { color: rgb(19,124,221); }
H1.HeaderClassName
{
color: #137CDD;
}
.AnyTagClassName
{
color: #137CDD;
}
</style>
background-color css
<style>
a { background-color: #137CDD; }
a { background-color: rgb(19,124,221); }
div.DivClassName
{
background-color: #137CDD;
}
.BgClassName
{
background-color: #137CDD;
}
</style>
border-color css
<style>
span { border-color: #137CDD; }
span { border-color: rgb(19,124,221); }
td.TdClassName
{
border-color: #137CDD;
}
.TagClassName
{
border-color: #137CDD;
}
</style>