Shades of Navy Blue #035FFF
Tints of Navy Blue #035FFF
RGB
CMYK
RGB Variations
Color information
#035FFF (or 0x035FFF) is known color: Navy Blue. HEX triplet: 03, 5F and FF. RGB value is (3,95,255). Sum of RGB (Red+Green+Blue) = 3+95+255=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #035FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FFF is #FCA000. Grayscale: #555555. Windows color (decimal): -16556033 or 16736003. OLE color: 16736003.
HSL color Cylindrical-coordinate representation of color #035FFF: hue angle of 218.1º 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 #035FFF is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 95 | 255 | - |
| CMYK | 0.99 | 0.63 | 0 | 0 |
| HSL | 218.1º | 1% | 0.51% | - |
| HSV(B) | 218.1º | 0.99% | 1% | - |
| XYZ | 22.18 | 15.42 | 96.42 | - |
| YUV | 85.73 | 223.52 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 255 | 0.99 | 0.63 | 0 | 0 | 218.1 | 1 | 0.51 |
| Hex | 3 | 5F | FF | 63 | 3F | 0 | 0 | DA | 64 | 33 |
| Octal | 3 | 137 | 377 | 143 | 77 | 0 | 0 | 332 | 144 | 63 |
| Binary | 11 | 1011111 | 11111111 | 1100011 | 111111 | 0 | 0 | 11011010 | 1100100 | 110011 |
Color Harmonies of #035FFF
Complementary color
Monochromatic Colors of #035FFF
Black with #035FFF
Text Example
Text Example
White with #035FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FFF; }
p { color: rgb(3,95,255); }
H1.HeaderClassName
{
color: #035FFF;
}
.AnyTagClassName
{
color: #035FFF;
}
</style>
background-color css
<style>
a { background-color: #035FFF; }
a { background-color: rgb(3,95,255); }
div.DivClassName
{
background-color: #035FFF;
}
.BgClassName
{
background-color: #035FFF;
}
</style>
border-color css
<style>
span { border-color: #035FFF; }
span { border-color: rgb(3,95,255); }
td.TdClassName
{
border-color: #035FFF;
}
.TagClassName
{
border-color: #035FFF;
}
</style>