Shades of Navy Blue #136EE5
Tints of Navy Blue #136EE5
RGB
CMYK
RGB Variations
Color information
#136EE5 (or 0x136EE5) is known color: Navy Blue. HEX triplet: 13, 6E and E5. RGB value is (19,110,229). Sum of RGB (Red+Green+Blue) = 19+110+229=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #136EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136EE5 is #EC911A. Grayscale: #5F5F5F. Windows color (decimal): -15503643 or 15035923. OLE color: 15035923.
HSL color Cylindrical-coordinate representation of color #136EE5: hue angle of 214º 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 #136EE5 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 110 | 229 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.10 |
| HSL | 214º | 0.85% | 0.49% | - |
| HSV(B) | 214º | 0.92% | 0.9% | - |
| XYZ | 19.99 | 16.95 | 76.35 | - |
| YUV | 96.36 | 202.85 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 229 | 0.92 | 0.52 | 0 | 0.10 | 214 | 0.85 | 0.49 |
| Hex | 13 | 6E | E5 | 5C | 34 | 0 | A | D6 | 55 | 31 |
| Octal | 23 | 156 | 345 | 134 | 64 | 0 | 12 | 326 | 125 | 61 |
| Binary | 10011 | 1101110 | 11100101 | 1011100 | 110100 | 0 | 1010 | 11010110 | 1010101 | 110001 |
Color Harmonies of #136EE5
Complementary color
Monochromatic Colors of #136EE5
Black with #136EE5
Text Example
Text Example
White with #136EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EE5; }
p { color: rgb(19,110,229); }
H1.HeaderClassName
{
color: #136EE5;
}
.AnyTagClassName
{
color: #136EE5;
}
</style>
background-color css
<style>
a { background-color: #136EE5; }
a { background-color: rgb(19,110,229); }
div.DivClassName
{
background-color: #136EE5;
}
.BgClassName
{
background-color: #136EE5;
}
</style>
border-color css
<style>
span { border-color: #136EE5; }
span { border-color: rgb(19,110,229); }
td.TdClassName
{
border-color: #136EE5;
}
.TagClassName
{
border-color: #136EE5;
}
</style>