Shades of Navy Blue #035FF5
Tints of Navy Blue #035FF5
RGB
CMYK
RGB Variations
Color information
#035FF5 (or 0x035FF5) is known color: Navy Blue. HEX triplet: 03, 5F and F5. RGB value is (3,95,245). Sum of RGB (Red+Green+Blue) = 3+95+245=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 245 (96.09% from 255 or 71.43% from 343); Max value from RGB is 245 - color contains mainly: blue. Hex color #035FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FF5 is #FCA00A. Grayscale: #535353. Windows color (decimal): -16556043 or 16080643. OLE color: 16080643.
HSL color Cylindrical-coordinate representation of color #035FF5: hue angle of 217.19º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FF5 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 95 | 245 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.04 |
| HSL | 217.19º | 0.98% | 0.49% | - |
| HSV(B) | 217.19º | 0.99% | 0.96% | - |
| XYZ | 20.61 | 14.8 | 88.16 | - |
| YUV | 84.59 | 218.52 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 245 | 0.99 | 0.61 | 0 | 0.04 | 217.19 | 0.98 | 0.49 |
| Hex | 3 | 5F | F5 | 63 | 3D | 0 | 4 | D9 | 62 | 31 |
| Octal | 3 | 137 | 365 | 143 | 75 | 0 | 4 | 331 | 142 | 61 |
| Binary | 11 | 1011111 | 11110101 | 1100011 | 111101 | 0 | 100 | 11011001 | 1100010 | 110001 |
Color Harmonies of #035FF5
Complementary color
Monochromatic Colors of #035FF5
Black with #035FF5
Text Example
Text Example
White with #035FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FF5; }
p { color: rgb(3,95,245); }
H1.HeaderClassName
{
color: #035FF5;
}
.AnyTagClassName
{
color: #035FF5;
}
</style>
background-color css
<style>
a { background-color: #035FF5; }
a { background-color: rgb(3,95,245); }
div.DivClassName
{
background-color: #035FF5;
}
.BgClassName
{
background-color: #035FF5;
}
</style>
border-color css
<style>
span { border-color: #035FF5; }
span { border-color: rgb(3,95,245); }
td.TdClassName
{
border-color: #035FF5;
}
.TagClassName
{
border-color: #035FF5;
}
</style>