Shades of Navy Blue #0147FE
Tints of Navy Blue #0147FE
RGB
CMYK
RGB Variations
Color information
#0147FE (or 0x0147FE) is known color: Navy Blue. HEX triplet: 01, 47 and FE. RGB value is (1,71,254). Sum of RGB (Red+Green+Blue) = 1+71+254=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 254 (99.61% from 255 or 77.91% from 326); Max value from RGB is 254 - color contains mainly: blue. Hex color #0147FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0147FE is #FEB801. Grayscale: #464646. Windows color (decimal): -16693250 or 16664321. OLE color: 16664321.
HSL color Cylindrical-coordinate representation of color #0147FE: hue angle of 223.4º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0147FE is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 71 | 254 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.00 |
| HSL | 223.4º | 0.99% | 0.5% | - |
| HSV(B) | 223.4º | 1% | 1% | - |
| XYZ | 20.16 | 11.67 | 94.96 | - |
| YUV | 70.93 | 231.31 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 254 | 1.00 | 0.72 | 0 | 0.00 | 223.4 | 0.99 | 0.5 |
| Hex | 1 | 47 | FE | 64 | 48 | 0 | 0 | DF | 63 | 32 |
| Octal | 1 | 107 | 376 | 144 | 110 | 0 | 0 | 337 | 143 | 62 |
| Binary | 1 | 1000111 | 11111110 | 1100100 | 1001000 | 0 | 0 | 11011111 | 1100011 | 110010 |
Color Harmonies of #0147FE
Complementary color
Monochromatic Colors of #0147FE
Black with #0147FE
Text Example
Text Example
White with #0147FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0147FE; }
p { color: rgb(1,71,254); }
H1.HeaderClassName
{
color: #0147FE;
}
.AnyTagClassName
{
color: #0147FE;
}
</style>
background-color css
<style>
a { background-color: #0147FE; }
a { background-color: rgb(1,71,254); }
div.DivClassName
{
background-color: #0147FE;
}
.BgClassName
{
background-color: #0147FE;
}
</style>
border-color css
<style>
span { border-color: #0147FE; }
span { border-color: rgb(1,71,254); }
td.TdClassName
{
border-color: #0147FE;
}
.TagClassName
{
border-color: #0147FE;
}
</style>