Shades of Navy Blue #136BD6
Tints of Navy Blue #136BD6
RGB
CMYK
RGB Variations
Color information
#136BD6 (or 0x136BD6) is known color: Navy Blue. HEX triplet: 13, 6B and D6. RGB value is (19,107,214). Sum of RGB (Red+Green+Blue) = 19+107+214=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 214 (83.98% from 255 or 62.94% from 340); Max value from RGB is 214 - color contains mainly: blue. Hex color #136BD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BD6 is #EC9429. Grayscale: #5C5C5C. Windows color (decimal): -15504426 or 14052115. OLE color: 14052115.
HSL color Cylindrical-coordinate representation of color #136BD6: hue angle of 212.92º 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 #136BD6 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 107 | 214 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.16 |
| HSL | 212.92º | 0.84% | 0.46% | - |
| HSV(B) | 212.92º | 0.91% | 0.84% | - |
| XYZ | 17.66 | 15.51 | 65.68 | - |
| YUV | 92.89 | 196.35 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 214 | 0.91 | 0.50 | 0 | 0.16 | 212.92 | 0.84 | 0.46 |
| Hex | 13 | 6B | D6 | 5B | 32 | 0 | 10 | D5 | 54 | 2E |
| Octal | 23 | 153 | 326 | 133 | 62 | 0 | 20 | 325 | 124 | 56 |
| Binary | 10011 | 1101011 | 11010110 | 1011011 | 110010 | 0 | 10000 | 11010101 | 1010100 | 101110 |
Color Harmonies of #136BD6
Complementary color
Monochromatic Colors of #136BD6
Black with #136BD6
Text Example
Text Example
White with #136BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BD6; }
p { color: rgb(19,107,214); }
H1.HeaderClassName
{
color: #136BD6;
}
.AnyTagClassName
{
color: #136BD6;
}
</style>
background-color css
<style>
a { background-color: #136BD6; }
a { background-color: rgb(19,107,214); }
div.DivClassName
{
background-color: #136BD6;
}
.BgClassName
{
background-color: #136BD6;
}
</style>
border-color css
<style>
span { border-color: #136BD6; }
span { border-color: rgb(19,107,214); }
td.TdClassName
{
border-color: #136BD6;
}
.TagClassName
{
border-color: #136BD6;
}
</style>