Shades of Navy Blue #035DD1
Tints of Navy Blue #035DD1
RGB
CMYK
RGB Variations
Color information
#035DD1 (or 0x035DD1) is known color: Navy Blue. HEX triplet: 03, 5D and D1. RGB value is (3,93,209). Sum of RGB (Red+Green+Blue) = 3+93+209=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 209 (82.03% from 255 or 68.52% from 305); Max value from RGB is 209 - color contains mainly: blue. Hex color #035DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DD1 is #FCA22E. Grayscale: #4E4E4E. Windows color (decimal): -16556591 or 13720835. OLE color: 13720835.
HSL color Cylindrical-coordinate representation of color #035DD1: hue angle of 213.79º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DD1 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 93 | 209 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.18 |
| HSL | 213.79º | 0.97% | 0.42% | - |
| HSV(B) | 213.79º | 0.99% | 0.82% | - |
| XYZ | 15.46 | 12.45 | 61.91 | - |
| YUV | 79.31 | 201.18 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 209 | 0.99 | 0.56 | 0 | 0.18 | 213.79 | 0.97 | 0.42 |
| Hex | 3 | 5D | D1 | 63 | 38 | 0 | 12 | D6 | 61 | 2A |
| Octal | 3 | 135 | 321 | 143 | 70 | 0 | 22 | 326 | 141 | 52 |
| Binary | 11 | 1011101 | 11010001 | 1100011 | 111000 | 0 | 10010 | 11010110 | 1100001 | 101010 |
Color Harmonies of #035DD1
Complementary color
Monochromatic Colors of #035DD1
Black with #035DD1
Text Example
Text Example
White with #035DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DD1; }
p { color: rgb(3,93,209); }
H1.HeaderClassName
{
color: #035DD1;
}
.AnyTagClassName
{
color: #035DD1;
}
</style>
background-color css
<style>
a { background-color: #035DD1; }
a { background-color: rgb(3,93,209); }
div.DivClassName
{
background-color: #035DD1;
}
.BgClassName
{
background-color: #035DD1;
}
</style>
border-color css
<style>
span { border-color: #035DD1; }
span { border-color: rgb(3,93,209); }
td.TdClassName
{
border-color: #035DD1;
}
.TagClassName
{
border-color: #035DD1;
}
</style>