Shades of Navy Blue #035EE2
Tints of Navy Blue #035EE2
RGB
CMYK
RGB Variations
Color information
#035EE2 (or 0x035EE2) is known color: Navy Blue. HEX triplet: 03, 5E and E2. RGB value is (3,94,226). Sum of RGB (Red+Green+Blue) = 3+94+226=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 226 (88.67% from 255 or 69.97% from 323); Max value from RGB is 226 - color contains mainly: blue. Hex color #035EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EE2 is #FCA11D. Grayscale: #515151. Windows color (decimal): -16556318 or 14835203. OLE color: 14835203.
HSL color Cylindrical-coordinate representation of color #035EE2: hue angle of 215.52º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EE2 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 94 | 226 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.11 |
| HSL | 215.52º | 0.97% | 0.45% | - |
| HSV(B) | 215.52º | 0.99% | 0.89% | - |
| XYZ | 17.77 | 13.52 | 73.62 | - |
| YUV | 81.84 | 209.35 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 226 | 0.99 | 0.58 | 0 | 0.11 | 215.52 | 0.97 | 0.45 |
| Hex | 3 | 5E | E2 | 63 | 3A | 0 | B | D8 | 61 | 2D |
| Octal | 3 | 136 | 342 | 143 | 72 | 0 | 13 | 330 | 141 | 55 |
| Binary | 11 | 1011110 | 11100010 | 1100011 | 111010 | 0 | 1011 | 11011000 | 1100001 | 101101 |
Color Harmonies of #035EE2
Complementary color
Monochromatic Colors of #035EE2
Black with #035EE2
Text Example
Text Example
White with #035EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EE2; }
p { color: rgb(3,94,226); }
H1.HeaderClassName
{
color: #035EE2;
}
.AnyTagClassName
{
color: #035EE2;
}
</style>
background-color css
<style>
a { background-color: #035EE2; }
a { background-color: rgb(3,94,226); }
div.DivClassName
{
background-color: #035EE2;
}
.BgClassName
{
background-color: #035EE2;
}
</style>
border-color css
<style>
span { border-color: #035EE2; }
span { border-color: rgb(3,94,226); }
td.TdClassName
{
border-color: #035EE2;
}
.TagClassName
{
border-color: #035EE2;
}
</style>