Shades of Navy Blue #137CCE
Tints of Navy Blue #137CCE
RGB
CMYK
RGB Variations
Color information
#137CCE (or 0x137CCE) is known color: Navy Blue. HEX triplet: 13, 7C and CE. RGB value is (19,124,206). Sum of RGB (Red+Green+Blue) = 19+124+206=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #137CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CCE is #EC8331. Grayscale: #656565. Windows color (decimal): -15500082 or 13532179. OLE color: 13532179.
HSL color Cylindrical-coordinate representation of color #137CCE: hue angle of 206.31º 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 #137CCE is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 124 | 206 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.19 |
| HSL | 206.31º | 0.83% | 0.44% | - |
| HSV(B) | 206.31º | 0.91% | 0.81% | - |
| XYZ | 18.62 | 19.01 | 61.08 | - |
| YUV | 101.95 | 186.71 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 206 | 0.91 | 0.40 | 0 | 0.19 | 206.31 | 0.83 | 0.44 |
| Hex | 13 | 7C | CE | 5B | 28 | 0 | 13 | CE | 53 | 2C |
| Octal | 23 | 174 | 316 | 133 | 50 | 0 | 23 | 316 | 123 | 54 |
| Binary | 10011 | 1111100 | 11001110 | 1011011 | 101000 | 0 | 10011 | 11001110 | 1010011 | 101100 |
Color Harmonies of #137CCE
Complementary color
Monochromatic Colors of #137CCE
Black with #137CCE
Text Example
Text Example
White with #137CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CCE; }
p { color: rgb(19,124,206); }
H1.HeaderClassName
{
color: #137CCE;
}
.AnyTagClassName
{
color: #137CCE;
}
</style>
background-color css
<style>
a { background-color: #137CCE; }
a { background-color: rgb(19,124,206); }
div.DivClassName
{
background-color: #137CCE;
}
.BgClassName
{
background-color: #137CCE;
}
</style>
border-color css
<style>
span { border-color: #137CCE; }
span { border-color: rgb(19,124,206); }
td.TdClassName
{
border-color: #137CCE;
}
.TagClassName
{
border-color: #137CCE;
}
</style>