Shades of Navy Blue #0247FC
Tints of Navy Blue #0247FC
RGB
CMYK
RGB Variations
Color information
#0247FC (or 0x0247FC) is known color: Navy Blue. HEX triplet: 02, 47 and FC. RGB value is (2,71,252). Sum of RGB (Red+Green+Blue) = 2+71+252=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 252 (98.83% from 255 or 77.54% from 325); Max value from RGB is 252 - color contains mainly: blue. Hex color #0247FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0247FC is #FDB803. Grayscale: #464646. Windows color (decimal): -16627716 or 16533250. OLE color: 16533250.
HSL color Cylindrical-coordinate representation of color #0247FC: hue angle of 223.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247FC is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 71 | 252 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.01 |
| HSL | 223.44º | 0.98% | 0.5% | - |
| HSV(B) | 223.44º | 0.99% | 0.99% | - |
| XYZ | 19.85 | 11.55 | 93.28 | - |
| YUV | 71 | 230.14 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 252 | 0.99 | 0.72 | 0 | 0.01 | 223.44 | 0.98 | 0.5 |
| Hex | 2 | 47 | FC | 63 | 48 | 0 | 1 | DF | 62 | 32 |
| Octal | 2 | 107 | 374 | 143 | 110 | 0 | 1 | 337 | 142 | 62 |
| Binary | 10 | 1000111 | 11111100 | 1100011 | 1001000 | 0 | 1 | 11011111 | 1100010 | 110010 |
Color Harmonies of #0247FC
Complementary color
Monochromatic Colors of #0247FC
Black with #0247FC
Text Example
Text Example
White with #0247FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0247FC; }
p { color: rgb(2,71,252); }
H1.HeaderClassName
{
color: #0247FC;
}
.AnyTagClassName
{
color: #0247FC;
}
</style>
background-color css
<style>
a { background-color: #0247FC; }
a { background-color: rgb(2,71,252); }
div.DivClassName
{
background-color: #0247FC;
}
.BgClassName
{
background-color: #0247FC;
}
</style>
border-color css
<style>
span { border-color: #0247FC; }
span { border-color: rgb(2,71,252); }
td.TdClassName
{
border-color: #0247FC;
}
.TagClassName
{
border-color: #0247FC;
}
</style>