Shades of Navy Blue #136DDC
Tints of Navy Blue #136DDC
RGB
CMYK
RGB Variations
Color information
#136DDC (or 0x136DDC) is known color: Navy Blue. HEX triplet: 13, 6D and DC. RGB value is (19,109,220). Sum of RGB (Red+Green+Blue) = 19+109+220=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #136DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DDC is #EC9223. Grayscale: #5E5E5E. Windows color (decimal): -15503908 or 14445843. OLE color: 14445843.
HSL color Cylindrical-coordinate representation of color #136DDC: hue angle of 213.13º 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 #136DDC is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 109 | 220 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.14 |
| HSL | 213.13º | 0.84% | 0.47% | - |
| HSV(B) | 213.13º | 0.91% | 0.86% | - |
| XYZ | 18.66 | 16.24 | 69.86 | - |
| YUV | 94.74 | 198.68 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 220 | 0.91 | 0.50 | 0 | 0.14 | 213.13 | 0.84 | 0.47 |
| Hex | 13 | 6D | DC | 5B | 32 | 0 | E | D5 | 54 | 2F |
| Octal | 23 | 155 | 334 | 133 | 62 | 0 | 16 | 325 | 124 | 57 |
| Binary | 10011 | 1101101 | 11011100 | 1011011 | 110010 | 0 | 1110 | 11010101 | 1010100 | 101111 |
Color Harmonies of #136DDC
Complementary color
Monochromatic Colors of #136DDC
Black with #136DDC
Text Example
Text Example
White with #136DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DDC; }
p { color: rgb(19,109,220); }
H1.HeaderClassName
{
color: #136DDC;
}
.AnyTagClassName
{
color: #136DDC;
}
</style>
background-color css
<style>
a { background-color: #136DDC; }
a { background-color: rgb(19,109,220); }
div.DivClassName
{
background-color: #136DDC;
}
.BgClassName
{
background-color: #136DDC;
}
</style>
border-color css
<style>
span { border-color: #136DDC; }
span { border-color: rgb(19,109,220); }
td.TdClassName
{
border-color: #136DDC;
}
.TagClassName
{
border-color: #136DDC;
}
</style>