Shades of Navy Blue #035EEC
Tints of Navy Blue #035EEC
RGB
CMYK
RGB Variations
Color information
#035EEC (or 0x035EEC) is known color: Navy Blue. HEX triplet: 03, 5E and EC. RGB value is (3,94,236). Sum of RGB (Red+Green+Blue) = 3+94+236=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #035EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EEC is #FCA113. Grayscale: #525252. Windows color (decimal): -16556308 or 15490563. OLE color: 15490563.
HSL color Cylindrical-coordinate representation of color #035EEC: hue angle of 216.57º degrees, saturation: 0.97, 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 #035EEC is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 94 | 236 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.07 |
| HSL | 216.57º | 0.97% | 0.47% | - |
| HSV(B) | 216.57º | 0.99% | 0.93% | - |
| XYZ | 19.18 | 14.08 | 81.06 | - |
| YUV | 82.98 | 214.35 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 236 | 0.99 | 0.60 | 0 | 0.07 | 216.57 | 0.97 | 0.47 |
| Hex | 3 | 5E | EC | 63 | 3C | 0 | 7 | D9 | 61 | 2F |
| Octal | 3 | 136 | 354 | 143 | 74 | 0 | 7 | 331 | 141 | 57 |
| Binary | 11 | 1011110 | 11101100 | 1100011 | 111100 | 0 | 111 | 11011001 | 1100001 | 101111 |
Color Harmonies of #035EEC
Complementary color
Monochromatic Colors of #035EEC
Black with #035EEC
Text Example
Text Example
White with #035EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EEC; }
p { color: rgb(3,94,236); }
H1.HeaderClassName
{
color: #035EEC;
}
.AnyTagClassName
{
color: #035EEC;
}
</style>
background-color css
<style>
a { background-color: #035EEC; }
a { background-color: rgb(3,94,236); }
div.DivClassName
{
background-color: #035EEC;
}
.BgClassName
{
background-color: #035EEC;
}
</style>
border-color css
<style>
span { border-color: #035EEC; }
span { border-color: rgb(3,94,236); }
td.TdClassName
{
border-color: #035EEC;
}
.TagClassName
{
border-color: #035EEC;
}
</style>