Shades of Navy Blue #136FDB
Tints of Navy Blue #136FDB
RGB
CMYK
RGB Variations
Color information
#136FDB (or 0x136FDB) is known color: Navy Blue. HEX triplet: 13, 6F and DB. RGB value is (19,111,219). Sum of RGB (Red+Green+Blue) = 19+111+219=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #136FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136FDB is #EC9024. Grayscale: #5F5F5F. Windows color (decimal): -15503397 or 14380819. OLE color: 14380819.
HSL color Cylindrical-coordinate representation of color #136FDB: hue angle of 212.4º 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 #136FDB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 111 | 219 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.14 |
| HSL | 212.4º | 0.84% | 0.47% | - |
| HSV(B) | 212.4º | 0.91% | 0.86% | - |
| XYZ | 18.74 | 16.62 | 69.24 | - |
| YUV | 95.8 | 197.52 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 219 | 0.91 | 0.49 | 0 | 0.14 | 212.4 | 0.84 | 0.47 |
| Hex | 13 | 6F | DB | 5B | 31 | 0 | E | D4 | 54 | 2F |
| Octal | 23 | 157 | 333 | 133 | 61 | 0 | 16 | 324 | 124 | 57 |
| Binary | 10011 | 1101111 | 11011011 | 1011011 | 110001 | 0 | 1110 | 11010100 | 1010100 | 101111 |
Color Harmonies of #136FDB
Complementary color
Monochromatic Colors of #136FDB
Black with #136FDB
Text Example
Text Example
White with #136FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FDB; }
p { color: rgb(19,111,219); }
H1.HeaderClassName
{
color: #136FDB;
}
.AnyTagClassName
{
color: #136FDB;
}
</style>
background-color css
<style>
a { background-color: #136FDB; }
a { background-color: rgb(19,111,219); }
div.DivClassName
{
background-color: #136FDB;
}
.BgClassName
{
background-color: #136FDB;
}
</style>
border-color css
<style>
span { border-color: #136FDB; }
span { border-color: rgb(19,111,219); }
td.TdClassName
{
border-color: #136FDB;
}
.TagClassName
{
border-color: #136FDB;
}
</style>