Shades of Navy Blue #035DDD
Tints of Navy Blue #035DDD
RGB
CMYK
RGB Variations
Color information
#035DDD (or 0x035DDD) is known color: Navy Blue. HEX triplet: 03, 5D and DD. RGB value is (3,93,221). Sum of RGB (Red+Green+Blue) = 3+93+221=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #035DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DDD is #FCA222. Grayscale: #505050. Windows color (decimal): -16556579 or 14507267. OLE color: 14507267.
HSL color Cylindrical-coordinate representation of color #035DDD: hue angle of 215.23º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DDD is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 93 | 221 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.13 |
| HSL | 215.23º | 0.97% | 0.44% | - |
| HSV(B) | 215.23º | 0.99% | 0.87% | - |
| XYZ | 17 | 13.07 | 70.03 | - |
| YUV | 80.68 | 207.18 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 221 | 0.99 | 0.58 | 0 | 0.13 | 215.23 | 0.97 | 0.44 |
| Hex | 3 | 5D | DD | 63 | 3A | 0 | D | D7 | 61 | 2C |
| Octal | 3 | 135 | 335 | 143 | 72 | 0 | 15 | 327 | 141 | 54 |
| Binary | 11 | 1011101 | 11011101 | 1100011 | 111010 | 0 | 1101 | 11010111 | 1100001 | 101100 |
Color Harmonies of #035DDD
Complementary color
Monochromatic Colors of #035DDD
Black with #035DDD
Text Example
Text Example
White with #035DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DDD; }
p { color: rgb(3,93,221); }
H1.HeaderClassName
{
color: #035DDD;
}
.AnyTagClassName
{
color: #035DDD;
}
</style>
background-color css
<style>
a { background-color: #035DDD; }
a { background-color: rgb(3,93,221); }
div.DivClassName
{
background-color: #035DDD;
}
.BgClassName
{
background-color: #035DDD;
}
</style>
border-color css
<style>
span { border-color: #035DDD; }
span { border-color: rgb(3,93,221); }
td.TdClassName
{
border-color: #035DDD;
}
.TagClassName
{
border-color: #035DDD;
}
</style>