Shades of Navy Blue #137BC7
Tints of Navy Blue #137BC7
RGB
CMYK
RGB Variations
Color information
#137BC7 (or 0x137BC7) is known color: Navy Blue. HEX triplet: 13, 7B and C7. RGB value is (19,123,199). Sum of RGB (Red+Green+Blue) = 19+123+199=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 199 (78.12% from 255 or 58.36% from 341); Max value from RGB is 199 - color contains mainly: blue. Hex color #137BC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BC7 is #EC8438. Grayscale: #646464. Windows color (decimal): -15500345 or 13073171. OLE color: 13073171.
HSL color Cylindrical-coordinate representation of color #137BC7: hue angle of 205.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137BC7 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 123 | 199 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.22 |
| HSL | 205.33º | 0.83% | 0.43% | - |
| HSV(B) | 205.33º | 0.9% | 0.78% | - |
| XYZ | 17.66 | 18.43 | 56.66 | - |
| YUV | 100.57 | 183.54 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 199 | 0.90 | 0.38 | 0 | 0.22 | 205.33 | 0.83 | 0.43 |
| Hex | 13 | 7B | C7 | 5A | 26 | 0 | 16 | CD | 53 | 2B |
| Octal | 23 | 173 | 307 | 132 | 46 | 0 | 26 | 315 | 123 | 53 |
| Binary | 10011 | 1111011 | 11000111 | 1011010 | 100110 | 0 | 10110 | 11001101 | 1010011 | 101011 |
Color Harmonies of #137BC7
Complementary color
Monochromatic Colors of #137BC7
Black with #137BC7
Text Example
Text Example
White with #137BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BC7; }
p { color: rgb(19,123,199); }
H1.HeaderClassName
{
color: #137BC7;
}
.AnyTagClassName
{
color: #137BC7;
}
</style>
background-color css
<style>
a { background-color: #137BC7; }
a { background-color: rgb(19,123,199); }
div.DivClassName
{
background-color: #137BC7;
}
.BgClassName
{
background-color: #137BC7;
}
</style>
border-color css
<style>
span { border-color: #137BC7; }
span { border-color: rgb(19,123,199); }
td.TdClassName
{
border-color: #137BC7;
}
.TagClassName
{
border-color: #137BC7;
}
</style>