Shades of Navy Blue #136BDB
Tints of Navy Blue #136BDB
RGB
CMYK
RGB Variations
Color information
#136BDB (or 0x136BDB) is known color: Navy Blue. HEX triplet: 13, 6B and DB. RGB value is (19,107,219). Sum of RGB (Red+Green+Blue) = 19+107+219=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #136BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BDB is #EC9424. Grayscale: #5C5C5C. Windows color (decimal): -15504421 or 14379795. OLE color: 14379795.
HSL color Cylindrical-coordinate representation of color #136BDB: hue angle of 213.6º 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 #136BDB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 107 | 219 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.14 |
| HSL | 213.6º | 0.84% | 0.47% | - |
| HSV(B) | 213.6º | 0.91% | 0.86% | - |
| XYZ | 18.31 | 15.77 | 69.1 | - |
| YUV | 93.46 | 198.85 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 219 | 0.91 | 0.51 | 0 | 0.14 | 213.6 | 0.84 | 0.47 |
| Hex | 13 | 6B | DB | 5B | 33 | 0 | E | D6 | 54 | 2F |
| Octal | 23 | 153 | 333 | 133 | 63 | 0 | 16 | 326 | 124 | 57 |
| Binary | 10011 | 1101011 | 11011011 | 1011011 | 110011 | 0 | 1110 | 11010110 | 1010100 | 101111 |
Color Harmonies of #136BDB
Complementary color
Monochromatic Colors of #136BDB
Black with #136BDB
Text Example
Text Example
White with #136BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BDB; }
p { color: rgb(19,107,219); }
H1.HeaderClassName
{
color: #136BDB;
}
.AnyTagClassName
{
color: #136BDB;
}
</style>
background-color css
<style>
a { background-color: #136BDB; }
a { background-color: rgb(19,107,219); }
div.DivClassName
{
background-color: #136BDB;
}
.BgClassName
{
background-color: #136BDB;
}
</style>
border-color css
<style>
span { border-color: #136BDB; }
span { border-color: rgb(19,107,219); }
td.TdClassName
{
border-color: #136BDB;
}
.TagClassName
{
border-color: #136BDB;
}
</style>