Shades of Navy Blue #0246FB
Tints of Navy Blue #0246FB
RGB
CMYK
RGB Variations
Color information
#0246FB (or 0x0246FB) is known color: Navy Blue. HEX triplet: 02, 46 and FB. RGB value is (2,70,251). Sum of RGB (Red+Green+Blue) = 2+70+251=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #0246FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0246FB is #FDB904. Grayscale: #454545. Windows color (decimal): -16627973 or 16467458. OLE color: 16467458.
HSL color Cylindrical-coordinate representation of color #0246FB: hue angle of 223.61º 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 #0246FB is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 70 | 251 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.02 |
| HSL | 223.61º | 0.98% | 0.5% | - |
| HSV(B) | 223.61º | 0.99% | 0.98% | - |
| XYZ | 19.63 | 11.36 | 92.42 | - |
| YUV | 70.3 | 229.97 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 251 | 0.99 | 0.72 | 0 | 0.02 | 223.61 | 0.98 | 0.5 |
| Hex | 2 | 46 | FB | 63 | 48 | 0 | 2 | E0 | 62 | 32 |
| Octal | 2 | 106 | 373 | 143 | 110 | 0 | 2 | 340 | 142 | 62 |
| Binary | 10 | 1000110 | 11111011 | 1100011 | 1001000 | 0 | 10 | 11100000 | 1100010 | 110010 |
Color Harmonies of #0246FB
Complementary color
Monochromatic Colors of #0246FB
Black with #0246FB
Text Example
Text Example
White with #0246FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0246FB; }
p { color: rgb(2,70,251); }
H1.HeaderClassName
{
color: #0246FB;
}
.AnyTagClassName
{
color: #0246FB;
}
</style>
background-color css
<style>
a { background-color: #0246FB; }
a { background-color: rgb(2,70,251); }
div.DivClassName
{
background-color: #0246FB;
}
.BgClassName
{
background-color: #0246FB;
}
</style>
border-color css
<style>
span { border-color: #0246FB; }
span { border-color: rgb(2,70,251); }
td.TdClassName
{
border-color: #0246FB;
}
.TagClassName
{
border-color: #0246FB;
}
</style>