Shades of Navy Blue #035EE5
Tints of Navy Blue #035EE5
RGB
CMYK
RGB Variations
Color information
#035EE5 (or 0x035EE5) is known color: Navy Blue. HEX triplet: 03, 5E and E5. RGB value is (3,94,229). Sum of RGB (Red+Green+Blue) = 3+94+229=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #035EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EE5 is #FCA11A. Grayscale: #515151. Windows color (decimal): -16556315 or 15031811. OLE color: 15031811.
HSL color Cylindrical-coordinate representation of color #035EE5: hue angle of 215.84º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EE5 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 94 | 229 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.10 |
| HSL | 215.84º | 0.97% | 0.45% | - |
| HSV(B) | 215.84º | 0.99% | 0.9% | - |
| XYZ | 18.18 | 13.68 | 75.81 | - |
| YUV | 82.18 | 210.85 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 229 | 0.99 | 0.59 | 0 | 0.10 | 215.84 | 0.97 | 0.45 |
| Hex | 3 | 5E | E5 | 63 | 3B | 0 | A | D8 | 61 | 2D |
| Octal | 3 | 136 | 345 | 143 | 73 | 0 | 12 | 330 | 141 | 55 |
| Binary | 11 | 1011110 | 11100101 | 1100011 | 111011 | 0 | 1010 | 11011000 | 1100001 | 101101 |
Color Harmonies of #035EE5
Complementary color
Monochromatic Colors of #035EE5
Black with #035EE5
Text Example
Text Example
White with #035EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EE5; }
p { color: rgb(3,94,229); }
H1.HeaderClassName
{
color: #035EE5;
}
.AnyTagClassName
{
color: #035EE5;
}
</style>
background-color css
<style>
a { background-color: #035EE5; }
a { background-color: rgb(3,94,229); }
div.DivClassName
{
background-color: #035EE5;
}
.BgClassName
{
background-color: #035EE5;
}
</style>
border-color css
<style>
span { border-color: #035EE5; }
span { border-color: rgb(3,94,229); }
td.TdClassName
{
border-color: #035EE5;
}
.TagClassName
{
border-color: #035EE5;
}
</style>