Shades of Navy Blue #035DFB
Tints of Navy Blue #035DFB
RGB
CMYK
RGB Variations
Color information
#035DFB (or 0x035DFB) is known color: Navy Blue. HEX triplet: 03, 5D and FB. RGB value is (3,93,251). Sum of RGB (Red+Green+Blue) = 3+93+251=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #035DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DFB is #FCA204. Grayscale: #535353. Windows color (decimal): -16556549 or 16473347. OLE color: 16473347.
HSL color Cylindrical-coordinate representation of color #035DFB: hue angle of 218.23º 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 #035DFB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 93 | 251 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.02 |
| HSL | 218.23º | 0.98% | 0.5% | - |
| HSV(B) | 218.23º | 0.99% | 0.98% | - |
| XYZ | 21.36 | 14.81 | 93 | - |
| YUV | 84.1 | 222.18 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 251 | 0.99 | 0.63 | 0 | 0.02 | 218.23 | 0.98 | 0.5 |
| Hex | 3 | 5D | FB | 63 | 3F | 0 | 2 | DA | 62 | 32 |
| Octal | 3 | 135 | 373 | 143 | 77 | 0 | 2 | 332 | 142 | 62 |
| Binary | 11 | 1011101 | 11111011 | 1100011 | 111111 | 0 | 10 | 11011010 | 1100010 | 110010 |
Color Harmonies of #035DFB
Complementary color
Monochromatic Colors of #035DFB
Black with #035DFB
Text Example
Text Example
White with #035DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DFB; }
p { color: rgb(3,93,251); }
H1.HeaderClassName
{
color: #035DFB;
}
.AnyTagClassName
{
color: #035DFB;
}
</style>
background-color css
<style>
a { background-color: #035DFB; }
a { background-color: rgb(3,93,251); }
div.DivClassName
{
background-color: #035DFB;
}
.BgClassName
{
background-color: #035DFB;
}
</style>
border-color css
<style>
span { border-color: #035DFB; }
span { border-color: rgb(3,93,251); }
td.TdClassName
{
border-color: #035DFB;
}
.TagClassName
{
border-color: #035DFB;
}
</style>