Shades of Navy Blue #137BC6
Tints of Navy Blue #137BC6
RGB
CMYK
RGB Variations
Color information
#137BC6 (or 0x137BC6) is known color: Navy Blue. HEX triplet: 13, 7B and C6. RGB value is (19,123,198). Sum of RGB (Red+Green+Blue) = 19+123+198=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 198 (77.73% from 255 or 58.24% from 340); Max value from RGB is 198 - color contains mainly: blue. Hex color #137BC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BC6 is #EC8439. Grayscale: #646464. Windows color (decimal): -15500346 or 13007635. OLE color: 13007635.
HSL color Cylindrical-coordinate representation of color #137BC6: hue angle of 205.14º degrees, saturation: 0.82, 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 #137BC6 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 123 | 198 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.22 |
| HSL | 205.14º | 0.82% | 0.43% | - |
| HSV(B) | 205.14º | 0.9% | 0.78% | - |
| XYZ | 17.54 | 18.38 | 56.05 | - |
| YUV | 100.45 | 183.04 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 198 | 0.90 | 0.38 | 0 | 0.22 | 205.14 | 0.82 | 0.43 |
| Hex | 13 | 7B | C6 | 5A | 26 | 0 | 16 | CD | 52 | 2B |
| Octal | 23 | 173 | 306 | 132 | 46 | 0 | 26 | 315 | 122 | 53 |
| Binary | 10011 | 1111011 | 11000110 | 1011010 | 100110 | 0 | 10110 | 11001101 | 1010010 | 101011 |
Color Harmonies of #137BC6
Complementary color
Monochromatic Colors of #137BC6
Black with #137BC6
Text Example
Text Example
White with #137BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BC6; }
p { color: rgb(19,123,198); }
H1.HeaderClassName
{
color: #137BC6;
}
.AnyTagClassName
{
color: #137BC6;
}
</style>
background-color css
<style>
a { background-color: #137BC6; }
a { background-color: rgb(19,123,198); }
div.DivClassName
{
background-color: #137BC6;
}
.BgClassName
{
background-color: #137BC6;
}
</style>
border-color css
<style>
span { border-color: #137BC6; }
span { border-color: rgb(19,123,198); }
td.TdClassName
{
border-color: #137BC6;
}
.TagClassName
{
border-color: #137BC6;
}
</style>