Shades of Navy Blue #035EE8
Tints of Navy Blue #035EE8
RGB
CMYK
RGB Variations
Color information
#035EE8 (or 0x035EE8) is known color: Navy Blue. HEX triplet: 03, 5E and E8. RGB value is (3,94,232). Sum of RGB (Red+Green+Blue) = 3+94+232=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 232 (91.02% from 255 or 70.52% from 329); Max value from RGB is 232 - color contains mainly: blue. Hex color #035EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EE8 is #FCA117. Grayscale: #515151. Windows color (decimal): -16556312 or 15228419. OLE color: 15228419.
HSL color Cylindrical-coordinate representation of color #035EE8: hue angle of 216.16º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EE8 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 94 | 232 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.09 |
| HSL | 216.16º | 0.97% | 0.46% | - |
| HSV(B) | 216.16º | 0.99% | 0.91% | - |
| XYZ | 18.61 | 13.85 | 78.04 | - |
| YUV | 82.52 | 212.35 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 232 | 0.99 | 0.59 | 0 | 0.09 | 216.16 | 0.97 | 0.46 |
| Hex | 3 | 5E | E8 | 63 | 3B | 0 | 9 | D8 | 61 | 2E |
| Octal | 3 | 136 | 350 | 143 | 73 | 0 | 11 | 330 | 141 | 56 |
| Binary | 11 | 1011110 | 11101000 | 1100011 | 111011 | 0 | 1001 | 11011000 | 1100001 | 101110 |
Color Harmonies of #035EE8
Complementary color
Monochromatic Colors of #035EE8
Black with #035EE8
Text Example
Text Example
White with #035EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EE8; }
p { color: rgb(3,94,232); }
H1.HeaderClassName
{
color: #035EE8;
}
.AnyTagClassName
{
color: #035EE8;
}
</style>
background-color css
<style>
a { background-color: #035EE8; }
a { background-color: rgb(3,94,232); }
div.DivClassName
{
background-color: #035EE8;
}
.BgClassName
{
background-color: #035EE8;
}
</style>
border-color css
<style>
span { border-color: #035EE8; }
span { border-color: rgb(3,94,232); }
td.TdClassName
{
border-color: #035EE8;
}
.TagClassName
{
border-color: #035EE8;
}
</style>