Shades of Navy Blue #136EDE
Tints of Navy Blue #136EDE
RGB
CMYK
RGB Variations
Color information
#136EDE (or 0x136EDE) is known color: Navy Blue. HEX triplet: 13, 6E and DE. RGB value is (19,110,222). Sum of RGB (Red+Green+Blue) = 19+110+222=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #136EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136EDE is #EC9121. Grayscale: #5F5F5F. Windows color (decimal): -15503650 or 14577171. OLE color: 14577171.
HSL color Cylindrical-coordinate representation of color #136EDE: hue angle of 213.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136EDE is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 110 | 222 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.13 |
| HSL | 213.1º | 0.84% | 0.47% | - |
| HSV(B) | 213.1º | 0.91% | 0.87% | - |
| XYZ | 19.03 | 16.56 | 71.3 | - |
| YUV | 95.56 | 199.35 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 222 | 0.91 | 0.50 | 0 | 0.13 | 213.1 | 0.84 | 0.47 |
| Hex | 13 | 6E | DE | 5B | 32 | 0 | D | D5 | 54 | 2F |
| Octal | 23 | 156 | 336 | 133 | 62 | 0 | 15 | 325 | 124 | 57 |
| Binary | 10011 | 1101110 | 11011110 | 1011011 | 110010 | 0 | 1101 | 11010101 | 1010100 | 101111 |
Color Harmonies of #136EDE
Complementary color
Monochromatic Colors of #136EDE
Black with #136EDE
Text Example
Text Example
White with #136EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EDE; }
p { color: rgb(19,110,222); }
H1.HeaderClassName
{
color: #136EDE;
}
.AnyTagClassName
{
color: #136EDE;
}
</style>
background-color css
<style>
a { background-color: #136EDE; }
a { background-color: rgb(19,110,222); }
div.DivClassName
{
background-color: #136EDE;
}
.BgClassName
{
background-color: #136EDE;
}
</style>
border-color css
<style>
span { border-color: #136EDE; }
span { border-color: rgb(19,110,222); }
td.TdClassName
{
border-color: #136EDE;
}
.TagClassName
{
border-color: #136EDE;
}
</style>