Shades of Navy Blue #035EEA
Tints of Navy Blue #035EEA
RGB
CMYK
RGB Variations
Color information
#035EEA (or 0x035EEA) is known color: Navy Blue. HEX triplet: 03, 5E and EA. RGB value is (3,94,234). Sum of RGB (Red+Green+Blue) = 3+94+234=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #035EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EEA is #FCA115. Grayscale: #525252. Windows color (decimal): -16556310 or 15359491. OLE color: 15359491.
HSL color Cylindrical-coordinate representation of color #035EEA: hue angle of 216.36º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EEA is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 94 | 234 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.08 |
| HSL | 216.36º | 0.97% | 0.46% | - |
| HSV(B) | 216.36º | 0.99% | 0.92% | - |
| XYZ | 18.89 | 13.97 | 79.54 | - |
| YUV | 82.75 | 213.35 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 234 | 0.99 | 0.60 | 0 | 0.08 | 216.36 | 0.97 | 0.46 |
| Hex | 3 | 5E | EA | 63 | 3C | 0 | 8 | D8 | 61 | 2E |
| Octal | 3 | 136 | 352 | 143 | 74 | 0 | 10 | 330 | 141 | 56 |
| Binary | 11 | 1011110 | 11101010 | 1100011 | 111100 | 0 | 1000 | 11011000 | 1100001 | 101110 |
Color Harmonies of #035EEA
Complementary color
Monochromatic Colors of #035EEA
Black with #035EEA
Text Example
Text Example
White with #035EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EEA; }
p { color: rgb(3,94,234); }
H1.HeaderClassName
{
color: #035EEA;
}
.AnyTagClassName
{
color: #035EEA;
}
</style>
background-color css
<style>
a { background-color: #035EEA; }
a { background-color: rgb(3,94,234); }
div.DivClassName
{
background-color: #035EEA;
}
.BgClassName
{
background-color: #035EEA;
}
</style>
border-color css
<style>
span { border-color: #035EEA; }
span { border-color: rgb(3,94,234); }
td.TdClassName
{
border-color: #035EEA;
}
.TagClassName
{
border-color: #035EEA;
}
</style>