Shades of Navy Blue #0147FC
Tints of Navy Blue #0147FC
RGB
CMYK
RGB Variations
Color information
#0147FC (or 0x0147FC) is known color: Navy Blue. HEX triplet: 01, 47 and FC. RGB value is (1,71,252). Sum of RGB (Red+Green+Blue) = 1+71+252=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #0147FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0147FC is #FEB803. Grayscale: #454545. Windows color (decimal): -16693252 or 16533249. OLE color: 16533249.
HSL color Cylindrical-coordinate representation of color #0147FC: hue angle of 223.27º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0147FC is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 71 | 252 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.01 |
| HSL | 223.27º | 0.99% | 0.5% | - |
| HSV(B) | 223.27º | 1% | 0.99% | - |
| XYZ | 19.84 | 11.54 | 93.28 | - |
| YUV | 70.7 | 230.31 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 252 | 1.00 | 0.72 | 0 | 0.01 | 223.27 | 0.99 | 0.5 |
| Hex | 1 | 47 | FC | 64 | 48 | 0 | 1 | DF | 63 | 32 |
| Octal | 1 | 107 | 374 | 144 | 110 | 0 | 1 | 337 | 143 | 62 |
| Binary | 1 | 1000111 | 11111100 | 1100100 | 1001000 | 0 | 1 | 11011111 | 1100011 | 110010 |
Color Harmonies of #0147FC
Complementary color
Monochromatic Colors of #0147FC
Black with #0147FC
Text Example
Text Example
White with #0147FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0147FC; }
p { color: rgb(1,71,252); }
H1.HeaderClassName
{
color: #0147FC;
}
.AnyTagClassName
{
color: #0147FC;
}
</style>
background-color css
<style>
a { background-color: #0147FC; }
a { background-color: rgb(1,71,252); }
div.DivClassName
{
background-color: #0147FC;
}
.BgClassName
{
background-color: #0147FC;
}
</style>
border-color css
<style>
span { border-color: #0147FC; }
span { border-color: rgb(1,71,252); }
td.TdClassName
{
border-color: #0147FC;
}
.TagClassName
{
border-color: #0147FC;
}
</style>