Shades of Navy Blue #0147FF
Tints of Navy Blue #0147FF
RGB
CMYK
RGB Variations
Color information
#0147FF (or 0x0147FF) is known color: Navy Blue. HEX triplet: 01, 47 and FF. RGB value is (1,71,255). Sum of RGB (Red+Green+Blue) = 1+71+255=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #0147FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0147FF is #FEB800. Grayscale: #464646. Windows color (decimal): -16693249 or 16729857. OLE color: 16729857.
HSL color Cylindrical-coordinate representation of color #0147FF: hue angle of 223.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0147FF is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 71 | 255 | - |
| CMYK | 1.00 | 0.72 | 0 | 0 |
| HSL | 223.46º | 1% | 0.5% | - |
| HSV(B) | 223.46º | 1% | 1% | - |
| XYZ | 20.32 | 11.73 | 95.8 | - |
| YUV | 71.05 | 231.81 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 255 | 1.00 | 0.72 | 0 | 0 | 223.46 | 1 | 0.5 |
| Hex | 1 | 47 | FF | 64 | 48 | 0 | 0 | DF | 64 | 32 |
| Octal | 1 | 107 | 377 | 144 | 110 | 0 | 0 | 337 | 144 | 62 |
| Binary | 1 | 1000111 | 11111111 | 1100100 | 1001000 | 0 | 0 | 11011111 | 1100100 | 110010 |
Color Harmonies of #0147FF
Complementary color
Monochromatic Colors of #0147FF
Black with #0147FF
Text Example
Text Example
White with #0147FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0147FF; }
p { color: rgb(1,71,255); }
H1.HeaderClassName
{
color: #0147FF;
}
.AnyTagClassName
{
color: #0147FF;
}
</style>
background-color css
<style>
a { background-color: #0147FF; }
a { background-color: rgb(1,71,255); }
div.DivClassName
{
background-color: #0147FF;
}
.BgClassName
{
background-color: #0147FF;
}
</style>
border-color css
<style>
span { border-color: #0147FF; }
span { border-color: rgb(1,71,255); }
td.TdClassName
{
border-color: #0147FF;
}
.TagClassName
{
border-color: #0147FF;
}
</style>