Shades of Navy Blue #135AD9
Tints of Navy Blue #135AD9
RGB
CMYK
RGB Variations
Color information
#135AD9 (or 0x135AD9) is known color: Navy Blue. HEX triplet: 13, 5A and D9. RGB value is (19,90,217). Sum of RGB (Red+Green+Blue) = 19+90+217=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 217 (85.16% from 255 or 66.56% from 326); Max value from RGB is 217 - color contains mainly: blue. Hex color #135AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135AD9 is #ECA526. Grayscale: #525252. Windows color (decimal): -15508775 or 14244371. OLE color: 14244371.
HSL color Cylindrical-coordinate representation of color #135AD9: hue angle of 218.48º 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 #135AD9 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 90 | 217 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.15 |
| HSL | 218.48º | 0.84% | 0.46% | - |
| HSV(B) | 218.48º | 0.91% | 0.85% | - |
| XYZ | 16.45 | 12.46 | 67.18 | - |
| YUV | 83.25 | 203.48 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 217 | 0.91 | 0.59 | 0 | 0.15 | 218.48 | 0.84 | 0.46 |
| Hex | 13 | 5A | D9 | 5B | 3B | 0 | F | DA | 54 | 2E |
| Octal | 23 | 132 | 331 | 133 | 73 | 0 | 17 | 332 | 124 | 56 |
| Binary | 10011 | 1011010 | 11011001 | 1011011 | 111011 | 0 | 1111 | 11011010 | 1010100 | 101110 |
Color Harmonies of #135AD9
Complementary color
Monochromatic Colors of #135AD9
Black with #135AD9
Text Example
Text Example
White with #135AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135AD9; }
p { color: rgb(19,90,217); }
H1.HeaderClassName
{
color: #135AD9;
}
.AnyTagClassName
{
color: #135AD9;
}
</style>
background-color css
<style>
a { background-color: #135AD9; }
a { background-color: rgb(19,90,217); }
div.DivClassName
{
background-color: #135AD9;
}
.BgClassName
{
background-color: #135AD9;
}
</style>
border-color css
<style>
span { border-color: #135AD9; }
span { border-color: rgb(19,90,217); }
td.TdClassName
{
border-color: #135AD9;
}
.TagClassName
{
border-color: #135AD9;
}
</style>