Shades of Navy Blue #136DCD
Tints of Navy Blue #136DCD
RGB
CMYK
RGB Variations
Color information
#136DCD (or 0x136DCD) is known color: Navy Blue. HEX triplet: 13, 6D and CD. RGB value is (19,109,205). Sum of RGB (Red+Green+Blue) = 19+109+205=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #136DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DCD is #EC9232. Grayscale: #5C5C5C. Windows color (decimal): -15503923 or 13462803. OLE color: 13462803.
HSL color Cylindrical-coordinate representation of color #136DCD: hue angle of 210.97º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136DCD is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 109 | 205 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.20 |
| HSL | 210.97º | 0.83% | 0.44% | - |
| HSV(B) | 210.97º | 0.91% | 0.8% | - |
| XYZ | 16.76 | 15.48 | 59.86 | - |
| YUV | 93.03 | 191.18 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 205 | 0.91 | 0.47 | 0 | 0.20 | 210.97 | 0.83 | 0.44 |
| Hex | 13 | 6D | CD | 5B | 2F | 0 | 14 | D3 | 53 | 2C |
| Octal | 23 | 155 | 315 | 133 | 57 | 0 | 24 | 323 | 123 | 54 |
| Binary | 10011 | 1101101 | 11001101 | 1011011 | 101111 | 0 | 10100 | 11010011 | 1010011 | 101100 |
Color Harmonies of #136DCD
Complementary color
Monochromatic Colors of #136DCD
Black with #136DCD
Text Example
Text Example
White with #136DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DCD; }
p { color: rgb(19,109,205); }
H1.HeaderClassName
{
color: #136DCD;
}
.AnyTagClassName
{
color: #136DCD;
}
</style>
background-color css
<style>
a { background-color: #136DCD; }
a { background-color: rgb(19,109,205); }
div.DivClassName
{
background-color: #136DCD;
}
.BgClassName
{
background-color: #136DCD;
}
</style>
border-color css
<style>
span { border-color: #136DCD; }
span { border-color: rgb(19,109,205); }
td.TdClassName
{
border-color: #136DCD;
}
.TagClassName
{
border-color: #136DCD;
}
</style>