Shades of Navy Blue #035EF0
Tints of Navy Blue #035EF0
RGB
CMYK
RGB Variations
Color information
#035EF0 (or 0x035EF0) is known color: Navy Blue. HEX triplet: 03, 5E and F0. RGB value is (3,94,240). Sum of RGB (Red+Green+Blue) = 3+94+240=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #035EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EF0 is #FCA10F. Grayscale: #525252. Windows color (decimal): -16556304 or 15752707. OLE color: 15752707.
HSL color Cylindrical-coordinate representation of color #035EF0: hue angle of 216.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EF0 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 94 | 240 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.06 |
| HSL | 216.96º | 0.98% | 0.48% | - |
| HSV(B) | 216.96º | 0.99% | 0.94% | - |
| XYZ | 19.77 | 14.32 | 84.16 | - |
| YUV | 83.44 | 216.35 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 240 | 0.99 | 0.61 | 0 | 0.06 | 216.96 | 0.98 | 0.48 |
| Hex | 3 | 5E | F0 | 63 | 3D | 0 | 6 | D9 | 62 | 30 |
| Octal | 3 | 136 | 360 | 143 | 75 | 0 | 6 | 331 | 142 | 60 |
| Binary | 11 | 1011110 | 11110000 | 1100011 | 111101 | 0 | 110 | 11011001 | 1100010 | 110000 |
Color Harmonies of #035EF0
Complementary color
Monochromatic Colors of #035EF0
Black with #035EF0
Text Example
Text Example
White with #035EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EF0; }
p { color: rgb(3,94,240); }
H1.HeaderClassName
{
color: #035EF0;
}
.AnyTagClassName
{
color: #035EF0;
}
</style>
background-color css
<style>
a { background-color: #035EF0; }
a { background-color: rgb(3,94,240); }
div.DivClassName
{
background-color: #035EF0;
}
.BgClassName
{
background-color: #035EF0;
}
</style>
border-color css
<style>
span { border-color: #035EF0; }
span { border-color: rgb(3,94,240); }
td.TdClassName
{
border-color: #035EF0;
}
.TagClassName
{
border-color: #035EF0;
}
</style>