Shades of Navy Blue #136DDD
Tints of Navy Blue #136DDD
RGB
CMYK
RGB Variations
Color information
#136DDD (or 0x136DDD) is known color: Navy Blue. HEX triplet: 13, 6D and DD. RGB value is (19,109,221). Sum of RGB (Red+Green+Blue) = 19+109+221=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #136DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DDD is #EC9222. Grayscale: #5E5E5E. Windows color (decimal): -15503907 or 14511379. OLE color: 14511379.
HSL color Cylindrical-coordinate representation of color #136DDD: hue angle of 213.27º 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 #136DDD is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 109 | 221 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.13 |
| HSL | 213.27º | 0.84% | 0.47% | - |
| HSV(B) | 213.27º | 0.91% | 0.87% | - |
| XYZ | 18.79 | 16.3 | 70.56 | - |
| YUV | 94.86 | 199.18 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 221 | 0.91 | 0.51 | 0 | 0.13 | 213.27 | 0.84 | 0.47 |
| Hex | 13 | 6D | DD | 5B | 33 | 0 | D | D5 | 54 | 2F |
| Octal | 23 | 155 | 335 | 133 | 63 | 0 | 15 | 325 | 124 | 57 |
| Binary | 10011 | 1101101 | 11011101 | 1011011 | 110011 | 0 | 1101 | 11010101 | 1010100 | 101111 |
Color Harmonies of #136DDD
Complementary color
Monochromatic Colors of #136DDD
Black with #136DDD
Text Example
Text Example
White with #136DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DDD; }
p { color: rgb(19,109,221); }
H1.HeaderClassName
{
color: #136DDD;
}
.AnyTagClassName
{
color: #136DDD;
}
</style>
background-color css
<style>
a { background-color: #136DDD; }
a { background-color: rgb(19,109,221); }
div.DivClassName
{
background-color: #136DDD;
}
.BgClassName
{
background-color: #136DDD;
}
</style>
border-color css
<style>
span { border-color: #136DDD; }
span { border-color: rgb(19,109,221); }
td.TdClassName
{
border-color: #136DDD;
}
.TagClassName
{
border-color: #136DDD;
}
</style>