Shades of Navy Blue #035DDA
Tints of Navy Blue #035DDA
RGB
CMYK
RGB Variations
Color information
#035DDA (or 0x035DDA) is known color: Navy Blue. HEX triplet: 03, 5D and DA. RGB value is (3,93,218). Sum of RGB (Red+Green+Blue) = 3+93+218=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #035DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DDA is #FCA225. Grayscale: #4F4F4F. Windows color (decimal): -16556582 or 14310659. OLE color: 14310659.
HSL color Cylindrical-coordinate representation of color #035DDA: hue angle of 214.88º 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 #035DDA is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 93 | 218 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.15 |
| HSL | 214.88º | 0.97% | 0.43% | - |
| HSV(B) | 214.88º | 0.99% | 0.85% | - |
| XYZ | 16.61 | 12.91 | 67.95 | - |
| YUV | 80.34 | 205.68 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 218 | 0.99 | 0.57 | 0 | 0.15 | 214.88 | 0.97 | 0.43 |
| Hex | 3 | 5D | DA | 63 | 39 | 0 | F | D7 | 61 | 2B |
| Octal | 3 | 135 | 332 | 143 | 71 | 0 | 17 | 327 | 141 | 53 |
| Binary | 11 | 1011101 | 11011010 | 1100011 | 111001 | 0 | 1111 | 11010111 | 1100001 | 101011 |
Color Harmonies of #035DDA
Complementary color
Monochromatic Colors of #035DDA
Black with #035DDA
Text Example
Text Example
White with #035DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DDA; }
p { color: rgb(3,93,218); }
H1.HeaderClassName
{
color: #035DDA;
}
.AnyTagClassName
{
color: #035DDA;
}
</style>
background-color css
<style>
a { background-color: #035DDA; }
a { background-color: rgb(3,93,218); }
div.DivClassName
{
background-color: #035DDA;
}
.BgClassName
{
background-color: #035DDA;
}
</style>
border-color css
<style>
span { border-color: #035DDA; }
span { border-color: rgb(3,93,218); }
td.TdClassName
{
border-color: #035DDA;
}
.TagClassName
{
border-color: #035DDA;
}
</style>