Shades of Navy Blue #0147FD
Tints of Navy Blue #0147FD
RGB
CMYK
RGB Variations
Color information
#0147FD (or 0x0147FD) is known color: Navy Blue. HEX triplet: 01, 47 and FD. RGB value is (1,71,253). Sum of RGB (Red+Green+Blue) = 1+71+253=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 253 (99.22% from 255 or 77.85% from 325); Max value from RGB is 253 - color contains mainly: blue. Hex color #0147FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0147FD is #FEB802. Grayscale: #464646. Windows color (decimal): -16693251 or 16598785. OLE color: 16598785.
HSL color Cylindrical-coordinate representation of color #0147FD: hue angle of 223.33º 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 #0147FD is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 71 | 253 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.01 |
| HSL | 223.33º | 0.99% | 0.5% | - |
| HSV(B) | 223.33º | 1% | 0.99% | - |
| XYZ | 20 | 11.6 | 94.11 | - |
| YUV | 70.82 | 230.81 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 253 | 1.00 | 0.72 | 0 | 0.01 | 223.33 | 0.99 | 0.5 |
| Hex | 1 | 47 | FD | 64 | 48 | 0 | 1 | DF | 63 | 32 |
| Octal | 1 | 107 | 375 | 144 | 110 | 0 | 1 | 337 | 143 | 62 |
| Binary | 1 | 1000111 | 11111101 | 1100100 | 1001000 | 0 | 1 | 11011111 | 1100011 | 110010 |
Color Harmonies of #0147FD
Complementary color
Monochromatic Colors of #0147FD
Black with #0147FD
Text Example
Text Example
White with #0147FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0147FD; }
p { color: rgb(1,71,253); }
H1.HeaderClassName
{
color: #0147FD;
}
.AnyTagClassName
{
color: #0147FD;
}
</style>
background-color css
<style>
a { background-color: #0147FD; }
a { background-color: rgb(1,71,253); }
div.DivClassName
{
background-color: #0147FD;
}
.BgClassName
{
background-color: #0147FD;
}
</style>
border-color css
<style>
span { border-color: #0147FD; }
span { border-color: rgb(1,71,253); }
td.TdClassName
{
border-color: #0147FD;
}
.TagClassName
{
border-color: #0147FD;
}
</style>