Shades of Navy Blue #136DE6
Tints of Navy Blue #136DE6
RGB
CMYK
RGB Variations
Color information
#136DE6 (or 0x136DE6) is known color: Navy Blue. HEX triplet: 13, 6D and E6. RGB value is (19,109,230). Sum of RGB (Red+Green+Blue) = 19+109+230=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #136DE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136DE6 is #EC9219. Grayscale: #5F5F5F. Windows color (decimal): -15503898 or 15101203. OLE color: 15101203.
HSL color Cylindrical-coordinate representation of color #136DE6: hue angle of 214.41º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136DE6 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 109 | 230 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.10 |
| HSL | 214.41º | 0.85% | 0.49% | - |
| HSV(B) | 214.41º | 0.92% | 0.9% | - |
| XYZ | 20.02 | 16.79 | 77.05 | - |
| YUV | 95.88 | 203.68 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 230 | 0.92 | 0.53 | 0 | 0.10 | 214.41 | 0.85 | 0.49 |
| Hex | 13 | 6D | E6 | 5C | 35 | 0 | A | D6 | 55 | 31 |
| Octal | 23 | 155 | 346 | 134 | 65 | 0 | 12 | 326 | 125 | 61 |
| Binary | 10011 | 1101101 | 11100110 | 1011100 | 110101 | 0 | 1010 | 11010110 | 1010101 | 110001 |
Color Harmonies of #136DE6
Complementary color
Monochromatic Colors of #136DE6
Black with #136DE6
Text Example
Text Example
White with #136DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DE6; }
p { color: rgb(19,109,230); }
H1.HeaderClassName
{
color: #136DE6;
}
.AnyTagClassName
{
color: #136DE6;
}
</style>
background-color css
<style>
a { background-color: #136DE6; }
a { background-color: rgb(19,109,230); }
div.DivClassName
{
background-color: #136DE6;
}
.BgClassName
{
background-color: #136DE6;
}
</style>
border-color css
<style>
span { border-color: #136DE6; }
span { border-color: rgb(19,109,230); }
td.TdClassName
{
border-color: #136DE6;
}
.TagClassName
{
border-color: #136DE6;
}
</style>