Shades of Navy Blue #137ADC
Tints of Navy Blue #137ADC
RGB
CMYK
RGB Variations
Color information
#137ADC (or 0x137ADC) is known color: Navy Blue. HEX triplet: 13, 7A and DC. RGB value is (19,122,220). Sum of RGB (Red+Green+Blue) = 19+122+220=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #137ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ADC is #EC8523. Grayscale: #656565. Windows color (decimal): -15500580 or 14449171. OLE color: 14449171.
HSL color Cylindrical-coordinate representation of color #137ADC: hue angle of 209.25º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137ADC is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 122 | 220 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.14 |
| HSL | 209.25º | 0.84% | 0.47% | - |
| HSV(B) | 209.25º | 0.91% | 0.86% | - |
| XYZ | 20.15 | 19.22 | 70.36 | - |
| YUV | 102.38 | 194.38 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 220 | 0.91 | 0.45 | 0 | 0.14 | 209.25 | 0.84 | 0.47 |
| Hex | 13 | 7A | DC | 5B | 2D | 0 | E | D1 | 54 | 2F |
| Octal | 23 | 172 | 334 | 133 | 55 | 0 | 16 | 321 | 124 | 57 |
| Binary | 10011 | 1111010 | 11011100 | 1011011 | 101101 | 0 | 1110 | 11010001 | 1010100 | 101111 |
Color Harmonies of #137ADC
Complementary color
Monochromatic Colors of #137ADC
Black with #137ADC
Text Example
Text Example
White with #137ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137ADC; }
p { color: rgb(19,122,220); }
H1.HeaderClassName
{
color: #137ADC;
}
.AnyTagClassName
{
color: #137ADC;
}
</style>
background-color css
<style>
a { background-color: #137ADC; }
a { background-color: rgb(19,122,220); }
div.DivClassName
{
background-color: #137ADC;
}
.BgClassName
{
background-color: #137ADC;
}
</style>
border-color css
<style>
span { border-color: #137ADC; }
span { border-color: rgb(19,122,220); }
td.TdClassName
{
border-color: #137ADC;
}
.TagClassName
{
border-color: #137ADC;
}
</style>