Shades of Navy Blue #035BFD
Tints of Navy Blue #035BFD
RGB
CMYK
RGB Variations
Color information
#035BFD (or 0x035BFD) is known color: Navy Blue. HEX triplet: 03, 5B and FD. RGB value is (3,91,253). Sum of RGB (Red+Green+Blue) = 3+91+253=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #035BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035BFD is #FCA402. Grayscale: #525252. Windows color (decimal): -16557059 or 16603907. OLE color: 16603907.
HSL color Cylindrical-coordinate representation of color #035BFD: hue angle of 218.88º 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 #035BFD is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 91 | 253 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.01 |
| HSL | 218.88º | 0.98% | 0.5% | - |
| HSV(B) | 218.88º | 0.99% | 0.99% | - |
| XYZ | 21.51 | 14.59 | 94.61 | - |
| YUV | 83.16 | 223.85 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 253 | 0.99 | 0.64 | 0 | 0.01 | 218.88 | 0.98 | 0.5 |
| Hex | 3 | 5B | FD | 63 | 40 | 0 | 1 | DB | 62 | 32 |
| Octal | 3 | 133 | 375 | 143 | 100 | 0 | 1 | 333 | 142 | 62 |
| Binary | 11 | 1011011 | 11111101 | 1100011 | 1000000 | 0 | 1 | 11011011 | 1100010 | 110010 |
Color Harmonies of #035BFD
Complementary color
Monochromatic Colors of #035BFD
Black with #035BFD
Text Example
Text Example
White with #035BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BFD; }
p { color: rgb(3,91,253); }
H1.HeaderClassName
{
color: #035BFD;
}
.AnyTagClassName
{
color: #035BFD;
}
</style>
background-color css
<style>
a { background-color: #035BFD; }
a { background-color: rgb(3,91,253); }
div.DivClassName
{
background-color: #035BFD;
}
.BgClassName
{
background-color: #035BFD;
}
</style>
border-color css
<style>
span { border-color: #035BFD; }
span { border-color: rgb(3,91,253); }
td.TdClassName
{
border-color: #035BFD;
}
.TagClassName
{
border-color: #035BFD;
}
</style>