Shades of Navy Blue #035AD9
Tints of Navy Blue #035AD9
RGB
CMYK
RGB Variations
Color information
#035AD9 (or 0x035AD9) is known color: Navy Blue. HEX triplet: 03, 5A and D9. RGB value is (3,90,217). Sum of RGB (Red+Green+Blue) = 3+90+217=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 217 (85.16% from 255 or 70% from 310); Max value from RGB is 217 - color contains mainly: blue. Hex color #035AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035AD9 is #FCA526. Grayscale: #4D4D4D. Windows color (decimal): -16557351 or 14244355. OLE color: 14244355.
HSL color Cylindrical-coordinate representation of color #035AD9: hue angle of 215.61º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035AD9 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 90 | 217 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.15 |
| HSL | 215.61º | 0.97% | 0.43% | - |
| HSV(B) | 215.61º | 0.99% | 0.85% | - |
| XYZ | 16.22 | 12.34 | 67.17 | - |
| YUV | 78.47 | 206.18 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 217 | 0.99 | 0.59 | 0 | 0.15 | 215.61 | 0.97 | 0.43 |
| Hex | 3 | 5A | D9 | 63 | 3B | 0 | F | D8 | 61 | 2B |
| Octal | 3 | 132 | 331 | 143 | 73 | 0 | 17 | 330 | 141 | 53 |
| Binary | 11 | 1011010 | 11011001 | 1100011 | 111011 | 0 | 1111 | 11011000 | 1100001 | 101011 |
Color Harmonies of #035AD9
Complementary color
Monochromatic Colors of #035AD9
Black with #035AD9
Text Example
Text Example
White with #035AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035AD9; }
p { color: rgb(3,90,217); }
H1.HeaderClassName
{
color: #035AD9;
}
.AnyTagClassName
{
color: #035AD9;
}
</style>
background-color css
<style>
a { background-color: #035AD9; }
a { background-color: rgb(3,90,217); }
div.DivClassName
{
background-color: #035AD9;
}
.BgClassName
{
background-color: #035AD9;
}
</style>
border-color css
<style>
span { border-color: #035AD9; }
span { border-color: rgb(3,90,217); }
td.TdClassName
{
border-color: #035AD9;
}
.TagClassName
{
border-color: #035AD9;
}
</style>