Shades of Navy Blue #136DED
Tints of Navy Blue #136DED
RGB
CMYK
RGB Variations
Color information
#136DED (or 0x136DED) is known color: Navy Blue. HEX triplet: 13, 6D and ED. RGB value is (19,109,237). Sum of RGB (Red+Green+Blue) = 19+109+237=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #136DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136DED is #EC9212. Grayscale: #606060. Windows color (decimal): -15503891 or 15559955. OLE color: 15559955.
HSL color Cylindrical-coordinate representation of color #136DED: hue angle of 215.23º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136DED is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 109 | 237 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.07 |
| HSL | 215.23º | 0.86% | 0.5% | - |
| HSV(B) | 215.23º | 0.92% | 0.93% | - |
| XYZ | 21.02 | 17.19 | 82.33 | - |
| YUV | 96.68 | 207.18 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 237 | 0.92 | 0.54 | 0 | 0.07 | 215.23 | 0.86 | 0.5 |
| Hex | 13 | 6D | ED | 5C | 36 | 0 | 7 | D7 | 56 | 32 |
| Octal | 23 | 155 | 355 | 134 | 66 | 0 | 7 | 327 | 126 | 62 |
| Binary | 10011 | 1101101 | 11101101 | 1011100 | 110110 | 0 | 111 | 11010111 | 1010110 | 110010 |
Color Harmonies of #136DED
Complementary color
Monochromatic Colors of #136DED
Black with #136DED
Text Example
Text Example
White with #136DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DED; }
p { color: rgb(19,109,237); }
H1.HeaderClassName
{
color: #136DED;
}
.AnyTagClassName
{
color: #136DED;
}
</style>
background-color css
<style>
a { background-color: #136DED; }
a { background-color: rgb(19,109,237); }
div.DivClassName
{
background-color: #136DED;
}
.BgClassName
{
background-color: #136DED;
}
</style>
border-color css
<style>
span { border-color: #136DED; }
span { border-color: rgb(19,109,237); }
td.TdClassName
{
border-color: #136DED;
}
.TagClassName
{
border-color: #136DED;
}
</style>