Shades of Navy Blue #136ADA
Tints of Navy Blue #136ADA
RGB
CMYK
RGB Variations
Color information
#136ADA (or 0x136ADA) is known color: Navy Blue. HEX triplet: 13, 6A and DA. RGB value is (19,106,218). Sum of RGB (Red+Green+Blue) = 19+106+218=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #136ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ADA is #EC9525. Grayscale: #5C5C5C. Windows color (decimal): -15504678 or 14314003. OLE color: 14314003.
HSL color Cylindrical-coordinate representation of color #136ADA: hue angle of 213.77º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136ADA is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 106 | 218 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.15 |
| HSL | 213.77º | 0.84% | 0.46% | - |
| HSV(B) | 213.77º | 0.91% | 0.85% | - |
| XYZ | 18.08 | 15.51 | 68.37 | - |
| YUV | 92.76 | 198.68 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 218 | 0.91 | 0.51 | 0 | 0.15 | 213.77 | 0.84 | 0.46 |
| Hex | 13 | 6A | DA | 5B | 33 | 0 | F | D6 | 54 | 2E |
| Octal | 23 | 152 | 332 | 133 | 63 | 0 | 17 | 326 | 124 | 56 |
| Binary | 10011 | 1101010 | 11011010 | 1011011 | 110011 | 0 | 1111 | 11010110 | 1010100 | 101110 |
Color Harmonies of #136ADA
Complementary color
Monochromatic Colors of #136ADA
Black with #136ADA
Text Example
Text Example
White with #136ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136ADA; }
p { color: rgb(19,106,218); }
H1.HeaderClassName
{
color: #136ADA;
}
.AnyTagClassName
{
color: #136ADA;
}
</style>
background-color css
<style>
a { background-color: #136ADA; }
a { background-color: rgb(19,106,218); }
div.DivClassName
{
background-color: #136ADA;
}
.BgClassName
{
background-color: #136ADA;
}
</style>
border-color css
<style>
span { border-color: #136ADA; }
span { border-color: rgb(19,106,218); }
td.TdClassName
{
border-color: #136ADA;
}
.TagClassName
{
border-color: #136ADA;
}
</style>