Shades of Navy Blue #0047FC
Tints of Navy Blue #0047FC
RGB
CMYK
RGB Variations
Color information
#0047FC (or 0x0047FC) is known color: Navy Blue. HEX triplet: 00, 47 and FC. RGB value is (0,71,252). Sum of RGB (Red+Green+Blue) = 0+71+252=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #0047FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0047FC is #FFB803. Grayscale: #454545. Windows color (decimal): -16758788 or 16533248. OLE color: 16533248.
HSL color Cylindrical-coordinate representation of color #0047FC: hue angle of 223.1º 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 #0047FC is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 71 | 252 | - |
| CMYK | 1 | 0.72 | 0 | 0.01 |
| HSL | 223.1º | 1% | 0.49% | - |
| HSV(B) | 223.1º | 1% | 0.99% | - |
| XYZ | 19.82 | 11.53 | 93.28 | - |
| YUV | 70.41 | 230.48 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 252 | 1 | 0.72 | 0 | 0.01 | 223.1 | 1 | 0.49 |
| Hex | 0 | 47 | FC | 64 | 48 | 0 | 1 | DF | 64 | 31 |
| Octal | 0 | 107 | 374 | 144 | 110 | 0 | 1 | 337 | 144 | 61 |
| Binary | 0 | 1000111 | 11111100 | 1100100 | 1001000 | 0 | 1 | 11011111 | 1100100 | 110001 |
Color Harmonies of #0047FC
Complementary color
Monochromatic Colors of #0047FC
Black with #0047FC
Text Example
Text Example
White with #0047FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0047FC; }
p { color: rgb(0,71,252); }
H1.HeaderClassName
{
color: #0047FC;
}
.AnyTagClassName
{
color: #0047FC;
}
</style>
background-color css
<style>
a { background-color: #0047FC; }
a { background-color: rgb(0,71,252); }
div.DivClassName
{
background-color: #0047FC;
}
.BgClassName
{
background-color: #0047FC;
}
</style>
border-color css
<style>
span { border-color: #0047FC; }
span { border-color: rgb(0,71,252); }
td.TdClassName
{
border-color: #0047FC;
}
.TagClassName
{
border-color: #0047FC;
}
</style>