Shades of Navy Blue #035DED
Tints of Navy Blue #035DED
RGB
CMYK
RGB Variations
Color information
#035DED (or 0x035DED) is known color: Navy Blue. HEX triplet: 03, 5D and ED. RGB value is (3,93,237). Sum of RGB (Red+Green+Blue) = 3+93+237=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #035DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DED is #FCA212. Grayscale: #515151. Windows color (decimal): -16556563 or 15555843. OLE color: 15555843.
HSL color Cylindrical-coordinate representation of color #035DED: hue angle of 216.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DED is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 93 | 237 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.07 |
| HSL | 216.92º | 0.98% | 0.47% | - |
| HSV(B) | 216.92º | 0.99% | 0.93% | - |
| XYZ | 19.24 | 13.96 | 81.8 | - |
| YUV | 82.51 | 215.18 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 237 | 0.99 | 0.61 | 0 | 0.07 | 216.92 | 0.98 | 0.47 |
| Hex | 3 | 5D | ED | 63 | 3D | 0 | 7 | D9 | 62 | 2F |
| Octal | 3 | 135 | 355 | 143 | 75 | 0 | 7 | 331 | 142 | 57 |
| Binary | 11 | 1011101 | 11101101 | 1100011 | 111101 | 0 | 111 | 11011001 | 1100010 | 101111 |
Color Harmonies of #035DED
Complementary color
Monochromatic Colors of #035DED
Black with #035DED
Text Example
Text Example
White with #035DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DED; }
p { color: rgb(3,93,237); }
H1.HeaderClassName
{
color: #035DED;
}
.AnyTagClassName
{
color: #035DED;
}
</style>
background-color css
<style>
a { background-color: #035DED; }
a { background-color: rgb(3,93,237); }
div.DivClassName
{
background-color: #035DED;
}
.BgClassName
{
background-color: #035DED;
}
</style>
border-color css
<style>
span { border-color: #035DED; }
span { border-color: rgb(3,93,237); }
td.TdClassName
{
border-color: #035DED;
}
.TagClassName
{
border-color: #035DED;
}
</style>