Shades of Navy Blue #137DC3
Tints of Navy Blue #137DC3
RGB
CMYK
RGB Variations
Color information
#137DC3 (or 0x137DC3) is known color: Navy Blue. HEX triplet: 13, 7D and C3. RGB value is (19,125,195). Sum of RGB (Red+Green+Blue) = 19+125+195=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 195 (76.56% from 255 or 57.52% from 339); Max value from RGB is 195 - color contains mainly: blue. Hex color #137DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DC3 is #EC823C. Grayscale: #646464. Windows color (decimal): -15499837 or 12811539. OLE color: 12811539.
HSL color Cylindrical-coordinate representation of color #137DC3: hue angle of 203.86º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137DC3 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 125 | 195 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.24 |
| HSL | 203.86º | 0.82% | 0.42% | - |
| HSV(B) | 203.86º | 0.9% | 0.76% | - |
| XYZ | 17.45 | 18.75 | 54.33 | - |
| YUV | 101.29 | 180.88 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 195 | 0.90 | 0.36 | 0 | 0.24 | 203.86 | 0.82 | 0.42 |
| Hex | 13 | 7D | C3 | 5A | 24 | 0 | 18 | CC | 52 | 2A |
| Octal | 23 | 175 | 303 | 132 | 44 | 0 | 30 | 314 | 122 | 52 |
| Binary | 10011 | 1111101 | 11000011 | 1011010 | 100100 | 0 | 11000 | 11001100 | 1010010 | 101010 |
Color Harmonies of #137DC3
Complementary color
Monochromatic Colors of #137DC3
Black with #137DC3
Text Example
Text Example
White with #137DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DC3; }
p { color: rgb(19,125,195); }
H1.HeaderClassName
{
color: #137DC3;
}
.AnyTagClassName
{
color: #137DC3;
}
</style>
background-color css
<style>
a { background-color: #137DC3; }
a { background-color: rgb(19,125,195); }
div.DivClassName
{
background-color: #137DC3;
}
.BgClassName
{
background-color: #137DC3;
}
</style>
border-color css
<style>
span { border-color: #137DC3; }
span { border-color: rgb(19,125,195); }
td.TdClassName
{
border-color: #137DC3;
}
.TagClassName
{
border-color: #137DC3;
}
</style>