Shades of Navy Blue #136EED
Tints of Navy Blue #136EED
RGB
CMYK
RGB Variations
Color information
#136EED (or 0x136EED) is known color: Navy Blue. HEX triplet: 13, 6E and ED. RGB value is (19,110,237). Sum of RGB (Red+Green+Blue) = 19+110+237=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #136EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EED is #EC9112. Grayscale: #606060. Windows color (decimal): -15503635 or 15560211. OLE color: 15560211.
HSL color Cylindrical-coordinate representation of color #136EED: hue angle of 214.95º 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 #136EED is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 110 | 237 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.07 |
| HSL | 214.95º | 0.86% | 0.5% | - |
| HSV(B) | 214.95º | 0.92% | 0.93% | - |
| XYZ | 21.13 | 17.4 | 82.37 | - |
| YUV | 97.27 | 206.85 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 237 | 0.92 | 0.54 | 0 | 0.07 | 214.95 | 0.86 | 0.5 |
| Hex | 13 | 6E | ED | 5C | 36 | 0 | 7 | D7 | 56 | 32 |
| Octal | 23 | 156 | 355 | 134 | 66 | 0 | 7 | 327 | 126 | 62 |
| Binary | 10011 | 1101110 | 11101101 | 1011100 | 110110 | 0 | 111 | 11010111 | 1010110 | 110010 |
Color Harmonies of #136EED
Complementary color
Monochromatic Colors of #136EED
Black with #136EED
Text Example
Text Example
White with #136EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EED; }
p { color: rgb(19,110,237); }
H1.HeaderClassName
{
color: #136EED;
}
.AnyTagClassName
{
color: #136EED;
}
</style>
background-color css
<style>
a { background-color: #136EED; }
a { background-color: rgb(19,110,237); }
div.DivClassName
{
background-color: #136EED;
}
.BgClassName
{
background-color: #136EED;
}
</style>
border-color css
<style>
span { border-color: #136EED; }
span { border-color: rgb(19,110,237); }
td.TdClassName
{
border-color: #136EED;
}
.TagClassName
{
border-color: #136EED;
}
</style>