Shades of Navy Blue #136ED6
Tints of Navy Blue #136ED6
RGB
CMYK
RGB Variations
Color information
#136ED6 (or 0x136ED6) is known color: Navy Blue. HEX triplet: 13, 6E and D6. RGB value is (19,110,214). Sum of RGB (Red+Green+Blue) = 19+110+214=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #136ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ED6 is #EC9129. Grayscale: #5E5E5E. Windows color (decimal): -15503658 or 14052883. OLE color: 14052883.
HSL color Cylindrical-coordinate representation of color #136ED6: hue angle of 212º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136ED6 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 110 | 214 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.16 |
| HSL | 212º | 0.84% | 0.46% | - |
| HSV(B) | 212º | 0.91% | 0.84% | - |
| XYZ | 17.98 | 16.15 | 65.79 | - |
| YUV | 94.65 | 195.35 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 214 | 0.91 | 0.49 | 0 | 0.16 | 212 | 0.84 | 0.46 |
| Hex | 13 | 6E | D6 | 5B | 31 | 0 | 10 | D4 | 54 | 2E |
| Octal | 23 | 156 | 326 | 133 | 61 | 0 | 20 | 324 | 124 | 56 |
| Binary | 10011 | 1101110 | 11010110 | 1011011 | 110001 | 0 | 10000 | 11010100 | 1010100 | 101110 |
Color Harmonies of #136ED6
Complementary color
Monochromatic Colors of #136ED6
Black with #136ED6
Text Example
Text Example
White with #136ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136ED6; }
p { color: rgb(19,110,214); }
H1.HeaderClassName
{
color: #136ED6;
}
.AnyTagClassName
{
color: #136ED6;
}
</style>
background-color css
<style>
a { background-color: #136ED6; }
a { background-color: rgb(19,110,214); }
div.DivClassName
{
background-color: #136ED6;
}
.BgClassName
{
background-color: #136ED6;
}
</style>
border-color css
<style>
span { border-color: #136ED6; }
span { border-color: rgb(19,110,214); }
td.TdClassName
{
border-color: #136ED6;
}
.TagClassName
{
border-color: #136ED6;
}
</style>