Shades of Navy Blue #035AFB
Tints of Navy Blue #035AFB
RGB
CMYK
RGB Variations
Color information
#035AFB (or 0x035AFB) is known color: Navy Blue. HEX triplet: 03, 5A and FB. RGB value is (3,90,251). Sum of RGB (Red+Green+Blue) = 3+90+251=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #035AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035AFB is #FCA504. Grayscale: #515151. Windows color (decimal): -16557317 or 16472579. OLE color: 16472579.
HSL color Cylindrical-coordinate representation of color #035AFB: hue angle of 218.95º 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 #035AFB is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 90 | 251 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.02 |
| HSL | 218.95º | 0.98% | 0.5% | - |
| HSV(B) | 218.95º | 0.99% | 0.98% | - |
| XYZ | 21.11 | 14.3 | 92.91 | - |
| YUV | 82.34 | 223.18 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 251 | 0.99 | 0.64 | 0 | 0.02 | 218.95 | 0.98 | 0.5 |
| Hex | 3 | 5A | FB | 63 | 40 | 0 | 2 | DB | 62 | 32 |
| Octal | 3 | 132 | 373 | 143 | 100 | 0 | 2 | 333 | 142 | 62 |
| Binary | 11 | 1011010 | 11111011 | 1100011 | 1000000 | 0 | 10 | 11011011 | 1100010 | 110010 |
Color Harmonies of #035AFB
Complementary color
Monochromatic Colors of #035AFB
Black with #035AFB
Text Example
Text Example
White with #035AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035AFB; }
p { color: rgb(3,90,251); }
H1.HeaderClassName
{
color: #035AFB;
}
.AnyTagClassName
{
color: #035AFB;
}
</style>
background-color css
<style>
a { background-color: #035AFB; }
a { background-color: rgb(3,90,251); }
div.DivClassName
{
background-color: #035AFB;
}
.BgClassName
{
background-color: #035AFB;
}
</style>
border-color css
<style>
span { border-color: #035AFB; }
span { border-color: rgb(3,90,251); }
td.TdClassName
{
border-color: #035AFB;
}
.TagClassName
{
border-color: #035AFB;
}
</style>