Shades of Navy Blue #136BD7
Tints of Navy Blue #136BD7
RGB
CMYK
RGB Variations
Color information
#136BD7 (or 0x136BD7) is known color: Navy Blue. HEX triplet: 13, 6B and D7. RGB value is (19,107,215). Sum of RGB (Red+Green+Blue) = 19+107+215=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 215 (84.38% from 255 or 63.05% from 341); Max value from RGB is 215 - color contains mainly: blue. Hex color #136BD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BD7 is #EC9428. Grayscale: #5C5C5C. Windows color (decimal): -15504425 or 14117651. OLE color: 14117651.
HSL color Cylindrical-coordinate representation of color #136BD7: hue angle of 213.06º 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 #136BD7 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 107 | 215 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.16 |
| HSL | 213.06º | 0.84% | 0.46% | - |
| HSV(B) | 213.06º | 0.91% | 0.84% | - |
| XYZ | 17.79 | 15.56 | 66.36 | - |
| YUV | 93 | 196.85 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 215 | 0.91 | 0.50 | 0 | 0.16 | 213.06 | 0.84 | 0.46 |
| Hex | 13 | 6B | D7 | 5B | 32 | 0 | 10 | D5 | 54 | 2E |
| Octal | 23 | 153 | 327 | 133 | 62 | 0 | 20 | 325 | 124 | 56 |
| Binary | 10011 | 1101011 | 11010111 | 1011011 | 110010 | 0 | 10000 | 11010101 | 1010100 | 101110 |
Color Harmonies of #136BD7
Complementary color
Monochromatic Colors of #136BD7
Black with #136BD7
Text Example
Text Example
White with #136BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BD7; }
p { color: rgb(19,107,215); }
H1.HeaderClassName
{
color: #136BD7;
}
.AnyTagClassName
{
color: #136BD7;
}
</style>
background-color css
<style>
a { background-color: #136BD7; }
a { background-color: rgb(19,107,215); }
div.DivClassName
{
background-color: #136BD7;
}
.BgClassName
{
background-color: #136BD7;
}
</style>
border-color css
<style>
span { border-color: #136BD7; }
span { border-color: rgb(19,107,215); }
td.TdClassName
{
border-color: #136BD7;
}
.TagClassName
{
border-color: #136BD7;
}
</style>