Shades of Navy Blue #035AF5
Tints of Navy Blue #035AF5
RGB
CMYK
RGB Variations
Color information
#035AF5 (or 0x035AF5) is known color: Navy Blue. HEX triplet: 03, 5A and F5. RGB value is (3,90,245). Sum of RGB (Red+Green+Blue) = 3+90+245=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 245 (96.09% from 255 or 72.49% from 338); Max value from RGB is 245 - color contains mainly: blue. Hex color #035AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035AF5 is #FCA50A. Grayscale: #505050. Windows color (decimal): -16557323 or 16079363. OLE color: 16079363.
HSL color Cylindrical-coordinate representation of color #035AF5: hue angle of 218.43º 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 #035AF5 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 90 | 245 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.04 |
| HSL | 218.43º | 0.98% | 0.49% | - |
| HSV(B) | 218.43º | 0.99% | 0.96% | - |
| XYZ | 20.18 | 13.92 | 88.01 | - |
| YUV | 81.66 | 220.18 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 245 | 0.99 | 0.63 | 0 | 0.04 | 218.43 | 0.98 | 0.49 |
| Hex | 3 | 5A | F5 | 63 | 3F | 0 | 4 | DA | 62 | 31 |
| Octal | 3 | 132 | 365 | 143 | 77 | 0 | 4 | 332 | 142 | 61 |
| Binary | 11 | 1011010 | 11110101 | 1100011 | 111111 | 0 | 100 | 11011010 | 1100010 | 110001 |
Color Harmonies of #035AF5
Complementary color
Monochromatic Colors of #035AF5
Black with #035AF5
Text Example
Text Example
White with #035AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035AF5; }
p { color: rgb(3,90,245); }
H1.HeaderClassName
{
color: #035AF5;
}
.AnyTagClassName
{
color: #035AF5;
}
</style>
background-color css
<style>
a { background-color: #035AF5; }
a { background-color: rgb(3,90,245); }
div.DivClassName
{
background-color: #035AF5;
}
.BgClassName
{
background-color: #035AF5;
}
</style>
border-color css
<style>
span { border-color: #035AF5; }
span { border-color: rgb(3,90,245); }
td.TdClassName
{
border-color: #035AF5;
}
.TagClassName
{
border-color: #035AF5;
}
</style>