Shades of Navy Blue #0147EF
Tints of Navy Blue #0147EF
RGB
CMYK
RGB Variations
Color information
#0147EF (or 0x0147EF) is known color: Navy Blue. HEX triplet: 01, 47 and EF. RGB value is (1,71,239). Sum of RGB (Red+Green+Blue) = 1+71+239=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #0147EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0147EF is #FEB810. Grayscale: #444444. Windows color (decimal): -16693265 or 15681281. OLE color: 15681281.
HSL color Cylindrical-coordinate representation of color #0147EF: hue angle of 222.35º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0147EF is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 71 | 239 | - |
| CMYK | 1.00 | 0.70 | 0 | 0.06 |
| HSL | 222.35º | 0.99% | 0.47% | - |
| HSV(B) | 222.35º | 1% | 0.94% | - |
| XYZ | 17.85 | 10.74 | 82.79 | - |
| YUV | 69.22 | 223.81 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 239 | 1.00 | 0.70 | 0 | 0.06 | 222.35 | 0.99 | 0.47 |
| Hex | 1 | 47 | EF | 64 | 46 | 0 | 6 | DE | 63 | 2F |
| Octal | 1 | 107 | 357 | 144 | 106 | 0 | 6 | 336 | 143 | 57 |
| Binary | 1 | 1000111 | 11101111 | 1100100 | 1000110 | 0 | 110 | 11011110 | 1100011 | 101111 |
Color Harmonies of #0147EF
Complementary color
Monochromatic Colors of #0147EF
Black with #0147EF
Text Example
Text Example
White with #0147EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0147EF; }
p { color: rgb(1,71,239); }
H1.HeaderClassName
{
color: #0147EF;
}
.AnyTagClassName
{
color: #0147EF;
}
</style>
background-color css
<style>
a { background-color: #0147EF; }
a { background-color: rgb(1,71,239); }
div.DivClassName
{
background-color: #0147EF;
}
.BgClassName
{
background-color: #0147EF;
}
</style>
border-color css
<style>
span { border-color: #0147EF; }
span { border-color: rgb(1,71,239); }
td.TdClassName
{
border-color: #0147EF;
}
.TagClassName
{
border-color: #0147EF;
}
</style>