Shades of Navy Blue #035DFD
Tints of Navy Blue #035DFD
RGB
CMYK
RGB Variations
Color information
#035DFD (or 0x035DFD) is known color: Navy Blue. HEX triplet: 03, 5D and FD. RGB value is (3,93,253). Sum of RGB (Red+Green+Blue) = 3+93+253=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #035DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DFD is #FCA202. Grayscale: #535353. Windows color (decimal): -16556547 or 16604419. OLE color: 16604419.
HSL color Cylindrical-coordinate representation of color #035DFD: hue angle of 218.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DFD is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 93 | 253 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.01 |
| HSL | 218.4º | 0.98% | 0.5% | - |
| HSV(B) | 218.4º | 0.99% | 0.99% | - |
| XYZ | 21.68 | 14.94 | 94.67 | - |
| YUV | 84.33 | 223.18 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 253 | 0.99 | 0.63 | 0 | 0.01 | 218.4 | 0.98 | 0.5 |
| Hex | 3 | 5D | FD | 63 | 3F | 0 | 1 | DA | 62 | 32 |
| Octal | 3 | 135 | 375 | 143 | 77 | 0 | 1 | 332 | 142 | 62 |
| Binary | 11 | 1011101 | 11111101 | 1100011 | 111111 | 0 | 1 | 11011010 | 1100010 | 110010 |
Color Harmonies of #035DFD
Complementary color
Monochromatic Colors of #035DFD
Black with #035DFD
Text Example
Text Example
White with #035DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DFD; }
p { color: rgb(3,93,253); }
H1.HeaderClassName
{
color: #035DFD;
}
.AnyTagClassName
{
color: #035DFD;
}
</style>
background-color css
<style>
a { background-color: #035DFD; }
a { background-color: rgb(3,93,253); }
div.DivClassName
{
background-color: #035DFD;
}
.BgClassName
{
background-color: #035DFD;
}
</style>
border-color css
<style>
span { border-color: #035DFD; }
span { border-color: rgb(3,93,253); }
td.TdClassName
{
border-color: #035DFD;
}
.TagClassName
{
border-color: #035DFD;
}
</style>