Shades of Navy Blue #136EDC
Tints of Navy Blue #136EDC
RGB
CMYK
RGB Variations
Color information
#136EDC (or 0x136EDC) is known color: Navy Blue. HEX triplet: 13, 6E and DC. RGB value is (19,110,220). Sum of RGB (Red+Green+Blue) = 19+110+220=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #136EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136EDC is #EC9123. Grayscale: #5E5E5E. Windows color (decimal): -15503652 or 14446099. OLE color: 14446099.
HSL color Cylindrical-coordinate representation of color #136EDC: hue angle of 212.84º 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 #136EDC is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 110 | 220 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.14 |
| HSL | 212.84º | 0.84% | 0.47% | - |
| HSV(B) | 212.84º | 0.91% | 0.86% | - |
| XYZ | 18.76 | 16.46 | 69.9 | - |
| YUV | 95.33 | 198.35 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 220 | 0.91 | 0.50 | 0 | 0.14 | 212.84 | 0.84 | 0.47 |
| Hex | 13 | 6E | DC | 5B | 32 | 0 | E | D5 | 54 | 2F |
| Octal | 23 | 156 | 334 | 133 | 62 | 0 | 16 | 325 | 124 | 57 |
| Binary | 10011 | 1101110 | 11011100 | 1011011 | 110010 | 0 | 1110 | 11010101 | 1010100 | 101111 |
Color Harmonies of #136EDC
Complementary color
Monochromatic Colors of #136EDC
Black with #136EDC
Text Example
Text Example
White with #136EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EDC; }
p { color: rgb(19,110,220); }
H1.HeaderClassName
{
color: #136EDC;
}
.AnyTagClassName
{
color: #136EDC;
}
</style>
background-color css
<style>
a { background-color: #136EDC; }
a { background-color: rgb(19,110,220); }
div.DivClassName
{
background-color: #136EDC;
}
.BgClassName
{
background-color: #136EDC;
}
</style>
border-color css
<style>
span { border-color: #136EDC; }
span { border-color: rgb(19,110,220); }
td.TdClassName
{
border-color: #136EDC;
}
.TagClassName
{
border-color: #136EDC;
}
</style>