Shades of Navy Blue #035DF5
Tints of Navy Blue #035DF5
RGB
CMYK
RGB Variations
Color information
#035DF5 (or 0x035DF5) is known color: Navy Blue. HEX triplet: 03, 5D and F5. RGB value is (3,93,245). Sum of RGB (Red+Green+Blue) = 3+93+245=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 245 (96.09% from 255 or 71.85% from 341); Max value from RGB is 245 - color contains mainly: blue. Hex color #035DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DF5 is #FCA20A. Grayscale: #525252. Windows color (decimal): -16556555 or 16080131. OLE color: 16080131.
HSL color Cylindrical-coordinate representation of color #035DF5: hue angle of 217.69º 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 #035DF5 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 93 | 245 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.04 |
| HSL | 217.69º | 0.98% | 0.49% | - |
| HSV(B) | 217.69º | 0.99% | 0.96% | - |
| XYZ | 20.43 | 14.44 | 88.1 | - |
| YUV | 83.42 | 219.18 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 245 | 0.99 | 0.62 | 0 | 0.04 | 217.69 | 0.98 | 0.49 |
| Hex | 3 | 5D | F5 | 63 | 3E | 0 | 4 | DA | 62 | 31 |
| Octal | 3 | 135 | 365 | 143 | 76 | 0 | 4 | 332 | 142 | 61 |
| Binary | 11 | 1011101 | 11110101 | 1100011 | 111110 | 0 | 100 | 11011010 | 1100010 | 110001 |
Color Harmonies of #035DF5
Complementary color
Monochromatic Colors of #035DF5
Black with #035DF5
Text Example
Text Example
White with #035DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DF5; }
p { color: rgb(3,93,245); }
H1.HeaderClassName
{
color: #035DF5;
}
.AnyTagClassName
{
color: #035DF5;
}
</style>
background-color css
<style>
a { background-color: #035DF5; }
a { background-color: rgb(3,93,245); }
div.DivClassName
{
background-color: #035DF5;
}
.BgClassName
{
background-color: #035DF5;
}
</style>
border-color css
<style>
span { border-color: #035DF5; }
span { border-color: rgb(3,93,245); }
td.TdClassName
{
border-color: #035DF5;
}
.TagClassName
{
border-color: #035DF5;
}
</style>