Shades of Navy Blue #137DCC
Tints of Navy Blue #137DCC
RGB
CMYK
RGB Variations
Color information
#137DCC (or 0x137DCC) is known color: Navy Blue. HEX triplet: 13, 7D and CC. RGB value is (19,125,204). Sum of RGB (Red+Green+Blue) = 19+125+204=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #137DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DCC is #EC8233. Grayscale: #656565. Windows color (decimal): -15499828 or 13401363. OLE color: 13401363.
HSL color Cylindrical-coordinate representation of color #137DCC: hue angle of 205.62º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137DCC is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 125 | 204 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.2 |
| HSL | 205.62º | 0.83% | 0.44% | - |
| HSV(B) | 205.62º | 0.91% | 0.8% | - |
| XYZ | 18.5 | 19.17 | 59.85 | - |
| YUV | 102.31 | 185.38 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 204 | 0.91 | 0.39 | 0 | 0.2 | 205.62 | 0.83 | 0.44 |
| Hex | 13 | 7D | CC | 5B | 27 | 0 | 14 | CE | 53 | 2C |
| Octal | 23 | 175 | 314 | 133 | 47 | 0 | 24 | 316 | 123 | 54 |
| Binary | 10011 | 1111101 | 11001100 | 1011011 | 100111 | 0 | 10100 | 11001110 | 1010011 | 101100 |
Color Harmonies of #137DCC
Complementary color
Monochromatic Colors of #137DCC
Black with #137DCC
Text Example
Text Example
White with #137DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DCC; }
p { color: rgb(19,125,204); }
H1.HeaderClassName
{
color: #137DCC;
}
.AnyTagClassName
{
color: #137DCC;
}
</style>
background-color css
<style>
a { background-color: #137DCC; }
a { background-color: rgb(19,125,204); }
div.DivClassName
{
background-color: #137DCC;
}
.BgClassName
{
background-color: #137DCC;
}
</style>
border-color css
<style>
span { border-color: #137DCC; }
span { border-color: rgb(19,125,204); }
td.TdClassName
{
border-color: #137DCC;
}
.TagClassName
{
border-color: #137DCC;
}
</style>