Shades of Navy Blue #136ED5
Tints of Navy Blue #136ED5
RGB
CMYK
RGB Variations
Color information
#136ED5 (or 0x136ED5) is known color: Navy Blue. HEX triplet: 13, 6E and D5. RGB value is (19,110,213). Sum of RGB (Red+Green+Blue) = 19+110+213=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #136ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ED5 is #EC912A. Grayscale: #5E5E5E. Windows color (decimal): -15503659 or 13987347. OLE color: 13987347.
HSL color Cylindrical-coordinate representation of color #136ED5: hue angle of 211.86º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136ED5 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 110 | 213 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.16 |
| HSL | 211.86º | 0.84% | 0.45% | - |
| HSV(B) | 211.86º | 0.91% | 0.84% | - |
| XYZ | 17.85 | 16.09 | 65.12 | - |
| YUV | 94.53 | 194.85 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 213 | 0.91 | 0.48 | 0 | 0.16 | 211.86 | 0.84 | 0.45 |
| Hex | 13 | 6E | D5 | 5B | 30 | 0 | 10 | D4 | 54 | 2D |
| Octal | 23 | 156 | 325 | 133 | 60 | 0 | 20 | 324 | 124 | 55 |
| Binary | 10011 | 1101110 | 11010101 | 1011011 | 110000 | 0 | 10000 | 11010100 | 1010100 | 101101 |
Color Harmonies of #136ED5
Complementary color
Monochromatic Colors of #136ED5
Black with #136ED5
Text Example
Text Example
White with #136ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136ED5; }
p { color: rgb(19,110,213); }
H1.HeaderClassName
{
color: #136ED5;
}
.AnyTagClassName
{
color: #136ED5;
}
</style>
background-color css
<style>
a { background-color: #136ED5; }
a { background-color: rgb(19,110,213); }
div.DivClassName
{
background-color: #136ED5;
}
.BgClassName
{
background-color: #136ED5;
}
</style>
border-color css
<style>
span { border-color: #136ED5; }
span { border-color: rgb(19,110,213); }
td.TdClassName
{
border-color: #136ED5;
}
.TagClassName
{
border-color: #136ED5;
}
</style>