Shades of Navy Blue #035EFF
Tints of Navy Blue #035EFF
RGB
CMYK
RGB Variations
Color information
#035EFF (or 0x035EFF) is known color: Navy Blue. HEX triplet: 03, 5E and FF. RGB value is (3,94,255). Sum of RGB (Red+Green+Blue) = 3+94+255=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #035EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EFF is #FCA100. Grayscale: #545454. Windows color (decimal): -16556289 or 16735747. OLE color: 16735747.
HSL color Cylindrical-coordinate representation of color #035EFF: hue angle of 218.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EFF is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 94 | 255 | - |
| CMYK | 0.99 | 0.63 | 0 | 0 |
| HSL | 218.33º | 1% | 0.51% | - |
| HSV(B) | 218.33º | 0.99% | 1% | - |
| XYZ | 22.09 | 15.24 | 96.39 | - |
| YUV | 85.15 | 223.85 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 255 | 0.99 | 0.63 | 0 | 0 | 218.33 | 1 | 0.51 |
| Hex | 3 | 5E | FF | 63 | 3F | 0 | 0 | DA | 64 | 33 |
| Octal | 3 | 136 | 377 | 143 | 77 | 0 | 0 | 332 | 144 | 63 |
| Binary | 11 | 1011110 | 11111111 | 1100011 | 111111 | 0 | 0 | 11011010 | 1100100 | 110011 |
Color Harmonies of #035EFF
Complementary color
Monochromatic Colors of #035EFF
Black with #035EFF
Text Example
Text Example
White with #035EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EFF; }
p { color: rgb(3,94,255); }
H1.HeaderClassName
{
color: #035EFF;
}
.AnyTagClassName
{
color: #035EFF;
}
</style>
background-color css
<style>
a { background-color: #035EFF; }
a { background-color: rgb(3,94,255); }
div.DivClassName
{
background-color: #035EFF;
}
.BgClassName
{
background-color: #035EFF;
}
</style>
border-color css
<style>
span { border-color: #035EFF; }
span { border-color: rgb(3,94,255); }
td.TdClassName
{
border-color: #035EFF;
}
.TagClassName
{
border-color: #035EFF;
}
</style>