Shades of Navy Blue #0046FA
Tints of Navy Blue #0046FA
RGB
CMYK
RGB Variations
Color information
#0046FA (or 0x0046FA) is known color: Navy Blue. HEX triplet: 00, 46 and FA. RGB value is (0,70,250). Sum of RGB (Red+Green+Blue) = 0+70+250=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #0046FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0046FA is #FFB905. Grayscale: #444444. Windows color (decimal): -16759046 or 16401920. OLE color: 16401920.
HSL color Cylindrical-coordinate representation of color #0046FA: hue angle of 223.2º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046FA is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 70 | 250 | - |
| CMYK | 1 | 0.72 | 0 | 0.02 |
| HSL | 223.2º | 1% | 0.49% | - |
| HSV(B) | 223.2º | 1% | 0.98% | - |
| XYZ | 19.45 | 11.28 | 91.6 | - |
| YUV | 69.59 | 229.81 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 250 | 1 | 0.72 | 0 | 0.02 | 223.2 | 1 | 0.49 |
| Hex | 0 | 46 | FA | 64 | 48 | 0 | 2 | DF | 64 | 31 |
| Octal | 0 | 106 | 372 | 144 | 110 | 0 | 2 | 337 | 144 | 61 |
| Binary | 0 | 1000110 | 11111010 | 1100100 | 1001000 | 0 | 10 | 11011111 | 1100100 | 110001 |
Color Harmonies of #0046FA
Complementary color
Monochromatic Colors of #0046FA
Black with #0046FA
Text Example
Text Example
White with #0046FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0046FA; }
p { color: rgb(0,70,250); }
H1.HeaderClassName
{
color: #0046FA;
}
.AnyTagClassName
{
color: #0046FA;
}
</style>
background-color css
<style>
a { background-color: #0046FA; }
a { background-color: rgb(0,70,250); }
div.DivClassName
{
background-color: #0046FA;
}
.BgClassName
{
background-color: #0046FA;
}
</style>
border-color css
<style>
span { border-color: #0046FA; }
span { border-color: rgb(0,70,250); }
td.TdClassName
{
border-color: #0046FA;
}
.TagClassName
{
border-color: #0046FA;
}
</style>