Shades of Navy Blue #137ACE
Tints of Navy Blue #137ACE
RGB
CMYK
RGB Variations
Color information
#137ACE (or 0x137ACE) is known color: Navy Blue. HEX triplet: 13, 7A and CE. RGB value is (19,122,206). Sum of RGB (Red+Green+Blue) = 19+122+206=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #137ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ACE is #EC8531. Grayscale: #646464. Windows color (decimal): -15500594 or 13531667. OLE color: 13531667.
HSL color Cylindrical-coordinate representation of color #137ACE: hue angle of 206.95º 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 #137ACE is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 122 | 206 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.19 |
| HSL | 206.95º | 0.83% | 0.44% | - |
| HSV(B) | 206.95º | 0.91% | 0.81% | - |
| XYZ | 18.37 | 18.51 | 61 | - |
| YUV | 100.78 | 187.38 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 206 | 0.91 | 0.41 | 0 | 0.19 | 206.95 | 0.83 | 0.44 |
| Hex | 13 | 7A | CE | 5B | 29 | 0 | 13 | CF | 53 | 2C |
| Octal | 23 | 172 | 316 | 133 | 51 | 0 | 23 | 317 | 123 | 54 |
| Binary | 10011 | 1111010 | 11001110 | 1011011 | 101001 | 0 | 10011 | 11001111 | 1010011 | 101100 |
Color Harmonies of #137ACE
Complementary color
Monochromatic Colors of #137ACE
Black with #137ACE
Text Example
Text Example
White with #137ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137ACE; }
p { color: rgb(19,122,206); }
H1.HeaderClassName
{
color: #137ACE;
}
.AnyTagClassName
{
color: #137ACE;
}
</style>
background-color css
<style>
a { background-color: #137ACE; }
a { background-color: rgb(19,122,206); }
div.DivClassName
{
background-color: #137ACE;
}
.BgClassName
{
background-color: #137ACE;
}
</style>
border-color css
<style>
span { border-color: #137ACE; }
span { border-color: rgb(19,122,206); }
td.TdClassName
{
border-color: #137ACE;
}
.TagClassName
{
border-color: #137ACE;
}
</style>