Shades of Navy Blue #035EFB
Tints of Navy Blue #035EFB
RGB
CMYK
RGB Variations
Color information
#035EFB (or 0x035EFB) is known color: Navy Blue. HEX triplet: 03, 5E and FB. RGB value is (3,94,251). Sum of RGB (Red+Green+Blue) = 3+94+251=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #035EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EFB is #FCA104. Grayscale: #535353. Windows color (decimal): -16556293 or 16473603. OLE color: 16473603.
HSL color Cylindrical-coordinate representation of color #035EFB: hue angle of 217.98º 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 #035EFB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 94 | 251 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.02 |
| HSL | 217.98º | 0.98% | 0.5% | - |
| HSV(B) | 217.98º | 0.99% | 0.98% | - |
| XYZ | 21.45 | 14.99 | 93.03 | - |
| YUV | 84.69 | 221.85 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 251 | 0.99 | 0.63 | 0 | 0.02 | 217.98 | 0.98 | 0.5 |
| Hex | 3 | 5E | FB | 63 | 3F | 0 | 2 | DA | 62 | 32 |
| Octal | 3 | 136 | 373 | 143 | 77 | 0 | 2 | 332 | 142 | 62 |
| Binary | 11 | 1011110 | 11111011 | 1100011 | 111111 | 0 | 10 | 11011010 | 1100010 | 110010 |
Color Harmonies of #035EFB
Complementary color
Monochromatic Colors of #035EFB
Black with #035EFB
Text Example
Text Example
White with #035EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EFB; }
p { color: rgb(3,94,251); }
H1.HeaderClassName
{
color: #035EFB;
}
.AnyTagClassName
{
color: #035EFB;
}
</style>
background-color css
<style>
a { background-color: #035EFB; }
a { background-color: rgb(3,94,251); }
div.DivClassName
{
background-color: #035EFB;
}
.BgClassName
{
background-color: #035EFB;
}
</style>
border-color css
<style>
span { border-color: #035EFB; }
span { border-color: rgb(3,94,251); }
td.TdClassName
{
border-color: #035EFB;
}
.TagClassName
{
border-color: #035EFB;
}
</style>