Shades of Navy Blue #136EEB
Tints of Navy Blue #136EEB
RGB
CMYK
RGB Variations
Color information
#136EEB (or 0x136EEB) is known color: Navy Blue. HEX triplet: 13, 6E and EB. RGB value is (19,110,235). Sum of RGB (Red+Green+Blue) = 19+110+235=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #136EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EEB is #EC9114. Grayscale: #606060. Windows color (decimal): -15503637 or 15429139. OLE color: 15429139.
HSL color Cylindrical-coordinate representation of color #136EEB: hue angle of 214.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136EEB is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 110 | 235 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.08 |
| HSL | 214.72º | 0.85% | 0.5% | - |
| HSV(B) | 214.72º | 0.92% | 0.92% | - |
| XYZ | 20.84 | 17.29 | 80.84 | - |
| YUV | 97.04 | 205.85 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 235 | 0.92 | 0.53 | 0 | 0.08 | 214.72 | 0.85 | 0.5 |
| Hex | 13 | 6E | EB | 5C | 35 | 0 | 8 | D7 | 55 | 32 |
| Octal | 23 | 156 | 353 | 134 | 65 | 0 | 10 | 327 | 125 | 62 |
| Binary | 10011 | 1101110 | 11101011 | 1011100 | 110101 | 0 | 1000 | 11010111 | 1010101 | 110010 |
Color Harmonies of #136EEB
Complementary color
Monochromatic Colors of #136EEB
Black with #136EEB
Text Example
Text Example
White with #136EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EEB; }
p { color: rgb(19,110,235); }
H1.HeaderClassName
{
color: #136EEB;
}
.AnyTagClassName
{
color: #136EEB;
}
</style>
background-color css
<style>
a { background-color: #136EEB; }
a { background-color: rgb(19,110,235); }
div.DivClassName
{
background-color: #136EEB;
}
.BgClassName
{
background-color: #136EEB;
}
</style>
border-color css
<style>
span { border-color: #136EEB; }
span { border-color: rgb(19,110,235); }
td.TdClassName
{
border-color: #136EEB;
}
.TagClassName
{
border-color: #136EEB;
}
</style>