Shades of Navy Blue #035EF1
Tints of Navy Blue #035EF1
RGB
CMYK
RGB Variations
Color information
#035EF1 (or 0x035EF1) is known color: Navy Blue. HEX triplet: 03, 5E and F1. RGB value is (3,94,241). Sum of RGB (Red+Green+Blue) = 3+94+241=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #035EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EF1 is #FCA10E. Grayscale: #525252. Windows color (decimal): -16556303 or 15818243. OLE color: 15818243.
HSL color Cylindrical-coordinate representation of color #035EF1: hue angle of 217.06º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EF1 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 94 | 241 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.05 |
| HSL | 217.06º | 0.98% | 0.48% | - |
| HSV(B) | 217.06º | 0.99% | 0.95% | - |
| XYZ | 19.92 | 14.38 | 84.94 | - |
| YUV | 83.55 | 216.85 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 241 | 0.99 | 0.61 | 0 | 0.05 | 217.06 | 0.98 | 0.48 |
| Hex | 3 | 5E | F1 | 63 | 3D | 0 | 5 | D9 | 62 | 30 |
| Octal | 3 | 136 | 361 | 143 | 75 | 0 | 5 | 331 | 142 | 60 |
| Binary | 11 | 1011110 | 11110001 | 1100011 | 111101 | 0 | 101 | 11011001 | 1100010 | 110000 |
Color Harmonies of #035EF1
Complementary color
Monochromatic Colors of #035EF1
Black with #035EF1
Text Example
Text Example
White with #035EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EF1; }
p { color: rgb(3,94,241); }
H1.HeaderClassName
{
color: #035EF1;
}
.AnyTagClassName
{
color: #035EF1;
}
</style>
background-color css
<style>
a { background-color: #035EF1; }
a { background-color: rgb(3,94,241); }
div.DivClassName
{
background-color: #035EF1;
}
.BgClassName
{
background-color: #035EF1;
}
</style>
border-color css
<style>
span { border-color: #035EF1; }
span { border-color: rgb(3,94,241); }
td.TdClassName
{
border-color: #035EF1;
}
.TagClassName
{
border-color: #035EF1;
}
</style>