Shades of Navy Blue #137FDE
Tints of Navy Blue #137FDE
RGB
CMYK
RGB Variations
Color information
#137FDE (or 0x137FDE) is known color: Navy Blue. HEX triplet: 13, 7F and DE. RGB value is (19,127,222). Sum of RGB (Red+Green+Blue) = 19+127+222=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #137FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FDE is #EC8021. Grayscale: #696969. Windows color (decimal): -15499298 or 14581523. OLE color: 14581523.
HSL color Cylindrical-coordinate representation of color #137FDE: hue angle of 208.08º 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 #137FDE is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 127 | 222 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.13 |
| HSL | 208.08º | 0.84% | 0.47% | - |
| HSV(B) | 208.08º | 0.91% | 0.87% | - |
| XYZ | 21.04 | 20.59 | 71.97 | - |
| YUV | 105.54 | 193.72 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 222 | 0.91 | 0.43 | 0 | 0.13 | 208.08 | 0.84 | 0.47 |
| Hex | 13 | 7F | DE | 5B | 2B | 0 | D | D0 | 54 | 2F |
| Octal | 23 | 177 | 336 | 133 | 53 | 0 | 15 | 320 | 124 | 57 |
| Binary | 10011 | 1111111 | 11011110 | 1011011 | 101011 | 0 | 1101 | 11010000 | 1010100 | 101111 |
Color Harmonies of #137FDE
Complementary color
Monochromatic Colors of #137FDE
Black with #137FDE
Text Example
Text Example
White with #137FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FDE; }
p { color: rgb(19,127,222); }
H1.HeaderClassName
{
color: #137FDE;
}
.AnyTagClassName
{
color: #137FDE;
}
</style>
background-color css
<style>
a { background-color: #137FDE; }
a { background-color: rgb(19,127,222); }
div.DivClassName
{
background-color: #137FDE;
}
.BgClassName
{
background-color: #137FDE;
}
</style>
border-color css
<style>
span { border-color: #137FDE; }
span { border-color: rgb(19,127,222); }
td.TdClassName
{
border-color: #137FDE;
}
.TagClassName
{
border-color: #137FDE;
}
</style>