Shades of Navy Blue #035AFD
Tints of Navy Blue #035AFD
RGB
CMYK
RGB Variations
Color information
#035AFD (or 0x035AFD) is known color: Navy Blue. HEX triplet: 03, 5A and FD. RGB value is (3,90,253). Sum of RGB (Red+Green+Blue) = 3+90+253=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #035AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035AFD is #FCA502. Grayscale: #515151. Windows color (decimal): -16557315 or 16603651. OLE color: 16603651.
HSL color Cylindrical-coordinate representation of color #035AFD: hue angle of 219.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035AFD is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 90 | 253 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.01 |
| HSL | 219.12º | 0.98% | 0.5% | - |
| HSV(B) | 219.12º | 0.99% | 0.99% | - |
| XYZ | 21.42 | 14.42 | 94.58 | - |
| YUV | 82.57 | 224.18 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 253 | 0.99 | 0.64 | 0 | 0.01 | 219.12 | 0.98 | 0.5 |
| Hex | 3 | 5A | FD | 63 | 40 | 0 | 1 | DB | 62 | 32 |
| Octal | 3 | 132 | 375 | 143 | 100 | 0 | 1 | 333 | 142 | 62 |
| Binary | 11 | 1011010 | 11111101 | 1100011 | 1000000 | 0 | 1 | 11011011 | 1100010 | 110010 |
Color Harmonies of #035AFD
Complementary color
Monochromatic Colors of #035AFD
Black with #035AFD
Text Example
Text Example
White with #035AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035AFD; }
p { color: rgb(3,90,253); }
H1.HeaderClassName
{
color: #035AFD;
}
.AnyTagClassName
{
color: #035AFD;
}
</style>
background-color css
<style>
a { background-color: #035AFD; }
a { background-color: rgb(3,90,253); }
div.DivClassName
{
background-color: #035AFD;
}
.BgClassName
{
background-color: #035AFD;
}
</style>
border-color css
<style>
span { border-color: #035AFD; }
span { border-color: rgb(3,90,253); }
td.TdClassName
{
border-color: #035AFD;
}
.TagClassName
{
border-color: #035AFD;
}
</style>