Shades of Navy Blue #137ECE
Tints of Navy Blue #137ECE
RGB
CMYK
RGB Variations
Color information
#137ECE (or 0x137ECE) is known color: Navy Blue. HEX triplet: 13, 7E and CE. RGB value is (19,126,206). Sum of RGB (Red+Green+Blue) = 19+126+206=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #137ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ECE is #EC8131. Grayscale: #666666. Windows color (decimal): -15499570 or 13532691. OLE color: 13532691.
HSL color Cylindrical-coordinate representation of color #137ECE: hue angle of 205.67º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137ECE is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 126 | 206 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.19 |
| HSL | 205.67º | 0.83% | 0.44% | - |
| HSV(B) | 205.67º | 0.91% | 0.81% | - |
| XYZ | 18.87 | 19.52 | 61.17 | - |
| YUV | 103.13 | 186.05 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 206 | 0.91 | 0.39 | 0 | 0.19 | 205.67 | 0.83 | 0.44 |
| Hex | 13 | 7E | CE | 5B | 27 | 0 | 13 | CE | 53 | 2C |
| Octal | 23 | 176 | 316 | 133 | 47 | 0 | 23 | 316 | 123 | 54 |
| Binary | 10011 | 1111110 | 11001110 | 1011011 | 100111 | 0 | 10011 | 11001110 | 1010011 | 101100 |
Color Harmonies of #137ECE
Complementary color
Monochromatic Colors of #137ECE
Black with #137ECE
Text Example
Text Example
White with #137ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137ECE; }
p { color: rgb(19,126,206); }
H1.HeaderClassName
{
color: #137ECE;
}
.AnyTagClassName
{
color: #137ECE;
}
</style>
background-color css
<style>
a { background-color: #137ECE; }
a { background-color: rgb(19,126,206); }
div.DivClassName
{
background-color: #137ECE;
}
.BgClassName
{
background-color: #137ECE;
}
</style>
border-color css
<style>
span { border-color: #137ECE; }
span { border-color: rgb(19,126,206); }
td.TdClassName
{
border-color: #137ECE;
}
.TagClassName
{
border-color: #137ECE;
}
</style>