Shades of Navy Blue #035FFE
Tints of Navy Blue #035FFE
RGB
CMYK
RGB Variations
Color information
#035FFE (or 0x035FFE) is known color: Navy Blue. HEX triplet: 03, 5F and FE. RGB value is (3,95,254). Sum of RGB (Red+Green+Blue) = 3+95+254=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #035FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FFE is #FCA001. Grayscale: #545454. Windows color (decimal): -16556034 or 16670467. OLE color: 16670467.
HSL color Cylindrical-coordinate representation of color #035FFE: hue angle of 218.01º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FFE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 95 | 254 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.00 |
| HSL | 218.01º | 0.99% | 0.5% | - |
| HSV(B) | 218.01º | 0.99% | 1% | - |
| XYZ | 22.02 | 15.36 | 95.57 | - |
| YUV | 85.62 | 223.02 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 254 | 0.99 | 0.63 | 0 | 0.00 | 218.01 | 0.99 | 0.5 |
| Hex | 3 | 5F | FE | 63 | 3F | 0 | 0 | DA | 63 | 32 |
| Octal | 3 | 137 | 376 | 143 | 77 | 0 | 0 | 332 | 143 | 62 |
| Binary | 11 | 1011111 | 11111110 | 1100011 | 111111 | 0 | 0 | 11011010 | 1100011 | 110010 |
Color Harmonies of #035FFE
Complementary color
Monochromatic Colors of #035FFE
Black with #035FFE
Text Example
Text Example
White with #035FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FFE; }
p { color: rgb(3,95,254); }
H1.HeaderClassName
{
color: #035FFE;
}
.AnyTagClassName
{
color: #035FFE;
}
</style>
background-color css
<style>
a { background-color: #035FFE; }
a { background-color: rgb(3,95,254); }
div.DivClassName
{
background-color: #035FFE;
}
.BgClassName
{
background-color: #035FFE;
}
</style>
border-color css
<style>
span { border-color: #035FFE; }
span { border-color: rgb(3,95,254); }
td.TdClassName
{
border-color: #035FFE;
}
.TagClassName
{
border-color: #035FFE;
}
</style>