Shades of Navy Blue #136AE5
Tints of Navy Blue #136AE5
RGB
CMYK
RGB Variations
Color information
#136AE5 (or 0x136AE5) is known color: Navy Blue. HEX triplet: 13, 6A and E5. RGB value is (19,106,229). Sum of RGB (Red+Green+Blue) = 19+106+229=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 229 (89.84% from 255 or 64.69% from 354); Max value from RGB is 229 - color contains mainly: blue. Hex color #136AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136AE5 is #EC951A. Grayscale: #5D5D5D. Windows color (decimal): -15504667 or 15034899. OLE color: 15034899.
HSL color Cylindrical-coordinate representation of color #136AE5: hue angle of 215.14º 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 #136AE5 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 106 | 229 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.10 |
| HSL | 215.14º | 0.85% | 0.49% | - |
| HSV(B) | 215.14º | 0.92% | 0.9% | - |
| XYZ | 19.57 | 16.1 | 76.21 | - |
| YUV | 94.01 | 204.18 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 229 | 0.92 | 0.54 | 0 | 0.10 | 215.14 | 0.85 | 0.49 |
| Hex | 13 | 6A | E5 | 5C | 36 | 0 | A | D7 | 55 | 31 |
| Octal | 23 | 152 | 345 | 134 | 66 | 0 | 12 | 327 | 125 | 61 |
| Binary | 10011 | 1101010 | 11100101 | 1011100 | 110110 | 0 | 1010 | 11010111 | 1010101 | 110001 |
Color Harmonies of #136AE5
Complementary color
Monochromatic Colors of #136AE5
Black with #136AE5
Text Example
Text Example
White with #136AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136AE5; }
p { color: rgb(19,106,229); }
H1.HeaderClassName
{
color: #136AE5;
}
.AnyTagClassName
{
color: #136AE5;
}
</style>
background-color css
<style>
a { background-color: #136AE5; }
a { background-color: rgb(19,106,229); }
div.DivClassName
{
background-color: #136AE5;
}
.BgClassName
{
background-color: #136AE5;
}
</style>
border-color css
<style>
span { border-color: #136AE5; }
span { border-color: rgb(19,106,229); }
td.TdClassName
{
border-color: #136AE5;
}
.TagClassName
{
border-color: #136AE5;
}
</style>