Shades of Navy Blue #137CD3
Tints of Navy Blue #137CD3
RGB
CMYK
RGB Variations
Color information
#137CD3 (or 0x137CD3) is known color: Navy Blue. HEX triplet: 13, 7C and D3. RGB value is (19,124,211). Sum of RGB (Red+Green+Blue) = 19+124+211=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 211 (82.81% from 255 or 59.60% from 354); Max value from RGB is 211 - color contains mainly: blue. Hex color #137CD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CD3 is #EC832C. Grayscale: #666666. Windows color (decimal): -15500077 or 13859859. OLE color: 13859859.
HSL color Cylindrical-coordinate representation of color #137CD3: hue angle of 207.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137CD3 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 124 | 211 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.17 |
| HSL | 207.19º | 0.83% | 0.45% | - |
| HSV(B) | 207.19º | 0.91% | 0.83% | - |
| XYZ | 19.23 | 19.26 | 64.33 | - |
| YUV | 102.52 | 189.21 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 211 | 0.91 | 0.41 | 0 | 0.17 | 207.19 | 0.83 | 0.45 |
| Hex | 13 | 7C | D3 | 5B | 29 | 0 | 11 | CF | 53 | 2D |
| Octal | 23 | 174 | 323 | 133 | 51 | 0 | 21 | 317 | 123 | 55 |
| Binary | 10011 | 1111100 | 11010011 | 1011011 | 101001 | 0 | 10001 | 11001111 | 1010011 | 101101 |
Color Harmonies of #137CD3
Complementary color
Monochromatic Colors of #137CD3
Black with #137CD3
Text Example
Text Example
White with #137CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CD3; }
p { color: rgb(19,124,211); }
H1.HeaderClassName
{
color: #137CD3;
}
.AnyTagClassName
{
color: #137CD3;
}
</style>
background-color css
<style>
a { background-color: #137CD3; }
a { background-color: rgb(19,124,211); }
div.DivClassName
{
background-color: #137CD3;
}
.BgClassName
{
background-color: #137CD3;
}
</style>
border-color css
<style>
span { border-color: #137CD3; }
span { border-color: rgb(19,124,211); }
td.TdClassName
{
border-color: #137CD3;
}
.TagClassName
{
border-color: #137CD3;
}
</style>