Shades of Navy Blue #035BFA
Tints of Navy Blue #035BFA
RGB
CMYK
RGB Variations
Color information
#035BFA (or 0x035BFA) is known color: Navy Blue. HEX triplet: 03, 5B and FA. RGB value is (3,91,250). Sum of RGB (Red+Green+Blue) = 3+91+250=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #035BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035BFA is #FCA405. Grayscale: #525252. Windows color (decimal): -16557062 or 16407299. OLE color: 16407299.
HSL color Cylindrical-coordinate representation of color #035BFA: hue angle of 218.62º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035BFA is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 91 | 250 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.02 |
| HSL | 218.62º | 0.98% | 0.5% | - |
| HSV(B) | 218.62º | 0.99% | 0.98% | - |
| XYZ | 21.03 | 14.4 | 92.11 | - |
| YUV | 82.81 | 222.35 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 250 | 0.99 | 0.64 | 0 | 0.02 | 218.62 | 0.98 | 0.5 |
| Hex | 3 | 5B | FA | 63 | 40 | 0 | 2 | DB | 62 | 32 |
| Octal | 3 | 133 | 372 | 143 | 100 | 0 | 2 | 333 | 142 | 62 |
| Binary | 11 | 1011011 | 11111010 | 1100011 | 1000000 | 0 | 10 | 11011011 | 1100010 | 110010 |
Color Harmonies of #035BFA
Complementary color
Monochromatic Colors of #035BFA
Black with #035BFA
Text Example
Text Example
White with #035BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BFA; }
p { color: rgb(3,91,250); }
H1.HeaderClassName
{
color: #035BFA;
}
.AnyTagClassName
{
color: #035BFA;
}
</style>
background-color css
<style>
a { background-color: #035BFA; }
a { background-color: rgb(3,91,250); }
div.DivClassName
{
background-color: #035BFA;
}
.BgClassName
{
background-color: #035BFA;
}
</style>
border-color css
<style>
span { border-color: #035BFA; }
span { border-color: rgb(3,91,250); }
td.TdClassName
{
border-color: #035BFA;
}
.TagClassName
{
border-color: #035BFA;
}
</style>