Shades of Navy Blue #136EEA
Tints of Navy Blue #136EEA
RGB
CMYK
RGB Variations
Color information
#136EEA (or 0x136EEA) is known color: Navy Blue. HEX triplet: 13, 6E and EA. RGB value is (19,110,234). Sum of RGB (Red+Green+Blue) = 19+110+234=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #136EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EEA is #EC9115. Grayscale: #606060. Windows color (decimal): -15503638 or 15363603. OLE color: 15363603.
HSL color Cylindrical-coordinate representation of color #136EEA: hue angle of 214.6º 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 #136EEA is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 110 | 234 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.08 |
| HSL | 214.6º | 0.85% | 0.5% | - |
| HSV(B) | 214.6º | 0.92% | 0.92% | - |
| XYZ | 20.7 | 17.23 | 80.08 | - |
| YUV | 96.93 | 205.35 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 234 | 0.92 | 0.53 | 0 | 0.08 | 214.6 | 0.85 | 0.5 |
| Hex | 13 | 6E | EA | 5C | 35 | 0 | 8 | D7 | 55 | 32 |
| Octal | 23 | 156 | 352 | 134 | 65 | 0 | 10 | 327 | 125 | 62 |
| Binary | 10011 | 1101110 | 11101010 | 1011100 | 110101 | 0 | 1000 | 11010111 | 1010101 | 110010 |
Color Harmonies of #136EEA
Complementary color
Monochromatic Colors of #136EEA
Black with #136EEA
Text Example
Text Example
White with #136EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EEA; }
p { color: rgb(19,110,234); }
H1.HeaderClassName
{
color: #136EEA;
}
.AnyTagClassName
{
color: #136EEA;
}
</style>
background-color css
<style>
a { background-color: #136EEA; }
a { background-color: rgb(19,110,234); }
div.DivClassName
{
background-color: #136EEA;
}
.BgClassName
{
background-color: #136EEA;
}
</style>
border-color css
<style>
span { border-color: #136EEA; }
span { border-color: rgb(19,110,234); }
td.TdClassName
{
border-color: #136EEA;
}
.TagClassName
{
border-color: #136EEA;
}
</style>