Shades of Navy Blue #0146EC
Tints of Navy Blue #0146EC
RGB
CMYK
RGB Variations
Color information
#0146EC (or 0x0146EC) is known color: Navy Blue. HEX triplet: 01, 46 and EC. RGB value is (1,70,236). Sum of RGB (Red+Green+Blue) = 1+70+236=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 236 (92.58% from 255 or 76.87% from 307); Max value from RGB is 236 - color contains mainly: blue. Hex color #0146EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0146EC is #FEB913. Grayscale: #434343. Windows color (decimal): -16693524 or 15484417. OLE color: 15484417.
HSL color Cylindrical-coordinate representation of color #0146EC: hue angle of 222.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0146EC is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 70 | 236 | - |
| CMYK | 1.00 | 0.70 | 0 | 0.07 |
| HSL | 222.38º | 0.99% | 0.46% | - |
| HSV(B) | 222.38º | 1% | 0.93% | - |
| XYZ | 17.34 | 10.44 | 80.46 | - |
| YUV | 68.29 | 222.64 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 236 | 1.00 | 0.70 | 0 | 0.07 | 222.38 | 0.99 | 0.46 |
| Hex | 1 | 46 | EC | 64 | 46 | 0 | 7 | DE | 63 | 2E |
| Octal | 1 | 106 | 354 | 144 | 106 | 0 | 7 | 336 | 143 | 56 |
| Binary | 1 | 1000110 | 11101100 | 1100100 | 1000110 | 0 | 111 | 11011110 | 1100011 | 101110 |
Color Harmonies of #0146EC
Complementary color
Monochromatic Colors of #0146EC
Black with #0146EC
Text Example
Text Example
White with #0146EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0146EC; }
p { color: rgb(1,70,236); }
H1.HeaderClassName
{
color: #0146EC;
}
.AnyTagClassName
{
color: #0146EC;
}
</style>
background-color css
<style>
a { background-color: #0146EC; }
a { background-color: rgb(1,70,236); }
div.DivClassName
{
background-color: #0146EC;
}
.BgClassName
{
background-color: #0146EC;
}
</style>
border-color css
<style>
span { border-color: #0146EC; }
span { border-color: rgb(1,70,236); }
td.TdClassName
{
border-color: #0146EC;
}
.TagClassName
{
border-color: #0146EC;
}
</style>