Shades of Navy Blue #035DFE
Tints of Navy Blue #035DFE
RGB
CMYK
RGB Variations
Color information
#035DFE (or 0x035DFE) is known color: Navy Blue. HEX triplet: 03, 5D and FE. RGB value is (3,93,254). Sum of RGB (Red+Green+Blue) = 3+93+254=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #035DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DFE is #FCA201. Grayscale: #535353. Windows color (decimal): -16556546 or 16669955. OLE color: 16669955.
HSL color Cylindrical-coordinate representation of color #035DFE: hue angle of 218.49º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DFE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 93 | 254 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.00 |
| HSL | 218.49º | 0.99% | 0.5% | - |
| HSV(B) | 218.49º | 0.99% | 1% | - |
| XYZ | 21.84 | 15 | 95.51 | - |
| YUV | 84.44 | 223.68 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 254 | 0.99 | 0.63 | 0 | 0.00 | 218.49 | 0.99 | 0.5 |
| Hex | 3 | 5D | FE | 63 | 3F | 0 | 0 | DA | 63 | 32 |
| Octal | 3 | 135 | 376 | 143 | 77 | 0 | 0 | 332 | 143 | 62 |
| Binary | 11 | 1011101 | 11111110 | 1100011 | 111111 | 0 | 0 | 11011010 | 1100011 | 110010 |
Color Harmonies of #035DFE
Complementary color
Monochromatic Colors of #035DFE
Black with #035DFE
Text Example
Text Example
White with #035DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DFE; }
p { color: rgb(3,93,254); }
H1.HeaderClassName
{
color: #035DFE;
}
.AnyTagClassName
{
color: #035DFE;
}
</style>
background-color css
<style>
a { background-color: #035DFE; }
a { background-color: rgb(3,93,254); }
div.DivClassName
{
background-color: #035DFE;
}
.BgClassName
{
background-color: #035DFE;
}
</style>
border-color css
<style>
span { border-color: #035DFE; }
span { border-color: rgb(3,93,254); }
td.TdClassName
{
border-color: #035DFE;
}
.TagClassName
{
border-color: #035DFE;
}
</style>