Shades of Navy Blue #035ADB
Tints of Navy Blue #035ADB
RGB
CMYK
RGB Variations
Color information
#035ADB (or 0x035ADB) is known color: Navy Blue. HEX triplet: 03, 5A and DB. RGB value is (3,90,219). Sum of RGB (Red+Green+Blue) = 3+90+219=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #035ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ADB is #FCA524. Grayscale: #4E4E4E. Windows color (decimal): -16557349 or 14375427. OLE color: 14375427.
HSL color Cylindrical-coordinate representation of color #035ADB: hue angle of 215.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035ADB is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 90 | 219 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.14 |
| HSL | 215.83º | 0.97% | 0.44% | - |
| HSV(B) | 215.83º | 0.99% | 0.86% | - |
| XYZ | 16.48 | 12.45 | 68.55 | - |
| YUV | 78.69 | 207.18 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 219 | 0.99 | 0.59 | 0 | 0.14 | 215.83 | 0.97 | 0.44 |
| Hex | 3 | 5A | DB | 63 | 3B | 0 | E | D8 | 61 | 2C |
| Octal | 3 | 132 | 333 | 143 | 73 | 0 | 16 | 330 | 141 | 54 |
| Binary | 11 | 1011010 | 11011011 | 1100011 | 111011 | 0 | 1110 | 11011000 | 1100001 | 101100 |
Color Harmonies of #035ADB
Complementary color
Monochromatic Colors of #035ADB
Black with #035ADB
Text Example
Text Example
White with #035ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035ADB; }
p { color: rgb(3,90,219); }
H1.HeaderClassName
{
color: #035ADB;
}
.AnyTagClassName
{
color: #035ADB;
}
</style>
background-color css
<style>
a { background-color: #035ADB; }
a { background-color: rgb(3,90,219); }
div.DivClassName
{
background-color: #035ADB;
}
.BgClassName
{
background-color: #035ADB;
}
</style>
border-color css
<style>
span { border-color: #035ADB; }
span { border-color: rgb(3,90,219); }
td.TdClassName
{
border-color: #035ADB;
}
.TagClassName
{
border-color: #035ADB;
}
</style>