Shades of Navy Blue #035FDB
Tints of Navy Blue #035FDB
RGB
CMYK
RGB Variations
Color information
#035FDB (or 0x035FDB) is known color: Navy Blue. HEX triplet: 03, 5F and DB. RGB value is (3,95,219). Sum of RGB (Red+Green+Blue) = 3+95+219=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #035FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FDB is #FCA024. Grayscale: #515151. Windows color (decimal): -16556069 or 14376707. OLE color: 14376707.
HSL color Cylindrical-coordinate representation of color #035FDB: hue angle of 214.44º 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 #035FDB is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 95 | 219 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.14 |
| HSL | 214.44º | 0.97% | 0.44% | - |
| HSV(B) | 214.44º | 0.99% | 0.86% | - |
| XYZ | 16.92 | 13.32 | 68.7 | - |
| YUV | 81.63 | 205.52 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 219 | 0.99 | 0.57 | 0 | 0.14 | 214.44 | 0.97 | 0.44 |
| Hex | 3 | 5F | DB | 63 | 39 | 0 | E | D6 | 61 | 2C |
| Octal | 3 | 137 | 333 | 143 | 71 | 0 | 16 | 326 | 141 | 54 |
| Binary | 11 | 1011111 | 11011011 | 1100011 | 111001 | 0 | 1110 | 11010110 | 1100001 | 101100 |
Color Harmonies of #035FDB
Complementary color
Monochromatic Colors of #035FDB
Black with #035FDB
Text Example
Text Example
White with #035FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FDB; }
p { color: rgb(3,95,219); }
H1.HeaderClassName
{
color: #035FDB;
}
.AnyTagClassName
{
color: #035FDB;
}
</style>
background-color css
<style>
a { background-color: #035FDB; }
a { background-color: rgb(3,95,219); }
div.DivClassName
{
background-color: #035FDB;
}
.BgClassName
{
background-color: #035FDB;
}
</style>
border-color css
<style>
span { border-color: #035FDB; }
span { border-color: rgb(3,95,219); }
td.TdClassName
{
border-color: #035FDB;
}
.TagClassName
{
border-color: #035FDB;
}
</style>