Shades of Navy Blue #035AFE
Tints of Navy Blue #035AFE
RGB
CMYK
RGB Variations
Color information
#035AFE (or 0x035AFE) is known color: Navy Blue. HEX triplet: 03, 5A and FE. RGB value is (3,90,254). Sum of RGB (Red+Green+Blue) = 3+90+254=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #035AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035AFE is #FCA501. Grayscale: #515151. Windows color (decimal): -16557314 or 16669187. OLE color: 16669187.
HSL color Cylindrical-coordinate representation of color #035AFE: hue angle of 219.2º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035AFE is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 90 | 254 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.00 |
| HSL | 219.2º | 0.99% | 0.5% | - |
| HSV(B) | 219.2º | 0.99% | 1% | - |
| XYZ | 21.58 | 14.49 | 95.42 | - |
| YUV | 82.68 | 224.68 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 254 | 0.99 | 0.65 | 0 | 0.00 | 219.2 | 0.99 | 0.5 |
| Hex | 3 | 5A | FE | 63 | 41 | 0 | 0 | DB | 63 | 32 |
| Octal | 3 | 132 | 376 | 143 | 101 | 0 | 0 | 333 | 143 | 62 |
| Binary | 11 | 1011010 | 11111110 | 1100011 | 1000001 | 0 | 0 | 11011011 | 1100011 | 110010 |
Color Harmonies of #035AFE
Complementary color
Monochromatic Colors of #035AFE
Black with #035AFE
Text Example
Text Example
White with #035AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035AFE; }
p { color: rgb(3,90,254); }
H1.HeaderClassName
{
color: #035AFE;
}
.AnyTagClassName
{
color: #035AFE;
}
</style>
background-color css
<style>
a { background-color: #035AFE; }
a { background-color: rgb(3,90,254); }
div.DivClassName
{
background-color: #035AFE;
}
.BgClassName
{
background-color: #035AFE;
}
</style>
border-color css
<style>
span { border-color: #035AFE; }
span { border-color: rgb(3,90,254); }
td.TdClassName
{
border-color: #035AFE;
}
.TagClassName
{
border-color: #035AFE;
}
</style>