Shades of Navy Blue #0046FC
Tints of Navy Blue #0046FC
RGB
CMYK
RGB Variations
Color information
#0046FC (or 0x0046FC) is known color: Navy Blue. HEX triplet: 00, 46 and FC. RGB value is (0,70,252). Sum of RGB (Red+Green+Blue) = 0+70+252=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #0046FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0046FC is #FFB903. Grayscale: #454545. Windows color (decimal): -16759044 or 16532992. OLE color: 16532992.
HSL color Cylindrical-coordinate representation of color #0046FC: hue angle of 223.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046FC is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 70 | 252 | - |
| CMYK | 1 | 0.72 | 0 | 0.01 |
| HSL | 223.33º | 1% | 0.49% | - |
| HSV(B) | 223.33º | 1% | 0.99% | - |
| XYZ | 19.76 | 11.41 | 93.26 | - |
| YUV | 69.82 | 230.81 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 252 | 1 | 0.72 | 0 | 0.01 | 223.33 | 1 | 0.49 |
| Hex | 0 | 46 | FC | 64 | 48 | 0 | 1 | DF | 64 | 31 |
| Octal | 0 | 106 | 374 | 144 | 110 | 0 | 1 | 337 | 144 | 61 |
| Binary | 0 | 1000110 | 11111100 | 1100100 | 1001000 | 0 | 1 | 11011111 | 1100100 | 110001 |
Color Harmonies of #0046FC
Complementary color
Monochromatic Colors of #0046FC
Black with #0046FC
Text Example
Text Example
White with #0046FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0046FC; }
p { color: rgb(0,70,252); }
H1.HeaderClassName
{
color: #0046FC;
}
.AnyTagClassName
{
color: #0046FC;
}
</style>
background-color css
<style>
a { background-color: #0046FC; }
a { background-color: rgb(0,70,252); }
div.DivClassName
{
background-color: #0046FC;
}
.BgClassName
{
background-color: #0046FC;
}
</style>
border-color css
<style>
span { border-color: #0046FC; }
span { border-color: rgb(0,70,252); }
td.TdClassName
{
border-color: #0046FC;
}
.TagClassName
{
border-color: #0046FC;
}
</style>