Shades of Navy Blue #136DE2
Tints of Navy Blue #136DE2
RGB
CMYK
RGB Variations
Color information
#136DE2 (or 0x136DE2) is known color: Navy Blue. HEX triplet: 13, 6D and E2. RGB value is (19,109,226). Sum of RGB (Red+Green+Blue) = 19+109+226=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 226 (88.67% from 255 or 63.84% from 354); Max value from RGB is 226 - color contains mainly: blue. Hex color #136DE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136DE2 is #EC921D. Grayscale: #5E5E5E. Windows color (decimal): -15503902 or 14839059. OLE color: 14839059.
HSL color Cylindrical-coordinate representation of color #136DE2: hue angle of 213.91º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136DE2 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 109 | 226 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.11 |
| HSL | 213.91º | 0.84% | 0.48% | - |
| HSV(B) | 213.91º | 0.92% | 0.89% | - |
| XYZ | 19.46 | 16.57 | 74.12 | - |
| YUV | 95.43 | 201.68 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 226 | 0.92 | 0.52 | 0 | 0.11 | 213.91 | 0.84 | 0.48 |
| Hex | 13 | 6D | E2 | 5C | 34 | 0 | B | D6 | 54 | 30 |
| Octal | 23 | 155 | 342 | 134 | 64 | 0 | 13 | 326 | 124 | 60 |
| Binary | 10011 | 1101101 | 11100010 | 1011100 | 110100 | 0 | 1011 | 11010110 | 1010100 | 110000 |
Color Harmonies of #136DE2
Complementary color
Monochromatic Colors of #136DE2
Black with #136DE2
Text Example
Text Example
White with #136DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DE2; }
p { color: rgb(19,109,226); }
H1.HeaderClassName
{
color: #136DE2;
}
.AnyTagClassName
{
color: #136DE2;
}
</style>
background-color css
<style>
a { background-color: #136DE2; }
a { background-color: rgb(19,109,226); }
div.DivClassName
{
background-color: #136DE2;
}
.BgClassName
{
background-color: #136DE2;
}
</style>
border-color css
<style>
span { border-color: #136DE2; }
span { border-color: rgb(19,109,226); }
td.TdClassName
{
border-color: #136DE2;
}
.TagClassName
{
border-color: #136DE2;
}
</style>