Shades of Navy Blue #136DDB
Tints of Navy Blue #136DDB
RGB
CMYK
RGB Variations
Color information
#136DDB (or 0x136DDB) is known color: Navy Blue. HEX triplet: 13, 6D and DB. RGB value is (19,109,219). Sum of RGB (Red+Green+Blue) = 19+109+219=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #136DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DDB is #EC9224. Grayscale: #5E5E5E. Windows color (decimal): -15503909 or 14380307. OLE color: 14380307.
HSL color Cylindrical-coordinate representation of color #136DDB: hue angle of 213º 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 #136DDB is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 109 | 219 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.14 |
| HSL | 213º | 0.84% | 0.47% | - |
| HSV(B) | 213º | 0.91% | 0.86% | - |
| XYZ | 18.52 | 16.19 | 69.17 | - |
| YUV | 94.63 | 198.18 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 219 | 0.91 | 0.50 | 0 | 0.14 | 213 | 0.84 | 0.47 |
| Hex | 13 | 6D | DB | 5B | 32 | 0 | E | D5 | 54 | 2F |
| Octal | 23 | 155 | 333 | 133 | 62 | 0 | 16 | 325 | 124 | 57 |
| Binary | 10011 | 1101101 | 11011011 | 1011011 | 110010 | 0 | 1110 | 11010101 | 1010100 | 101111 |
Color Harmonies of #136DDB
Complementary color
Monochromatic Colors of #136DDB
Black with #136DDB
Text Example
Text Example
White with #136DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DDB; }
p { color: rgb(19,109,219); }
H1.HeaderClassName
{
color: #136DDB;
}
.AnyTagClassName
{
color: #136DDB;
}
</style>
background-color css
<style>
a { background-color: #136DDB; }
a { background-color: rgb(19,109,219); }
div.DivClassName
{
background-color: #136DDB;
}
.BgClassName
{
background-color: #136DDB;
}
</style>
border-color css
<style>
span { border-color: #136DDB; }
span { border-color: rgb(19,109,219); }
td.TdClassName
{
border-color: #136DDB;
}
.TagClassName
{
border-color: #136DDB;
}
</style>