Shades of Navy Blue #136EDA
Tints of Navy Blue #136EDA
RGB
CMYK
RGB Variations
Color information
#136EDA (or 0x136EDA) is known color: Navy Blue. HEX triplet: 13, 6E and DA. RGB value is (19,110,218). Sum of RGB (Red+Green+Blue) = 19+110+218=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #136EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136EDA is #EC9125. Grayscale: #5E5E5E. Windows color (decimal): -15503654 or 14315027. OLE color: 14315027.
HSL color Cylindrical-coordinate representation of color #136EDA: hue angle of 212.56º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136EDA is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 110 | 218 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.15 |
| HSL | 212.56º | 0.84% | 0.46% | - |
| HSV(B) | 212.56º | 0.91% | 0.85% | - |
| XYZ | 18.5 | 16.35 | 68.51 | - |
| YUV | 95.1 | 197.35 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 218 | 0.91 | 0.50 | 0 | 0.15 | 212.56 | 0.84 | 0.46 |
| Hex | 13 | 6E | DA | 5B | 32 | 0 | F | D5 | 54 | 2E |
| Octal | 23 | 156 | 332 | 133 | 62 | 0 | 17 | 325 | 124 | 56 |
| Binary | 10011 | 1101110 | 11011010 | 1011011 | 110010 | 0 | 1111 | 11010101 | 1010100 | 101110 |
Color Harmonies of #136EDA
Complementary color
Monochromatic Colors of #136EDA
Black with #136EDA
Text Example
Text Example
White with #136EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EDA; }
p { color: rgb(19,110,218); }
H1.HeaderClassName
{
color: #136EDA;
}
.AnyTagClassName
{
color: #136EDA;
}
</style>
background-color css
<style>
a { background-color: #136EDA; }
a { background-color: rgb(19,110,218); }
div.DivClassName
{
background-color: #136EDA;
}
.BgClassName
{
background-color: #136EDA;
}
</style>
border-color css
<style>
span { border-color: #136EDA; }
span { border-color: rgb(19,110,218); }
td.TdClassName
{
border-color: #136EDA;
}
.TagClassName
{
border-color: #136EDA;
}
</style>