Shades of Navy Blue #0046EB
Tints of Navy Blue #0046EB
RGB
CMYK
RGB Variations
Color information
#0046EB (or 0x0046EB) is known color: Navy Blue. HEX triplet: 00, 46 and EB. RGB value is (0,70,235). Sum of RGB (Red+Green+Blue) = 0+70+235=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #0046EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0046EB is #FFB914. Grayscale: #434343. Windows color (decimal): -16759061 or 15418880. OLE color: 15418880.
HSL color Cylindrical-coordinate representation of color #0046EB: hue angle of 222.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046EB is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 70 | 235 | - |
| CMYK | 1 | 0.70 | 0 | 0.08 |
| HSL | 222.13º | 1% | 0.46% | - |
| HSV(B) | 222.13º | 1% | 0.92% | - |
| XYZ | 17.19 | 10.38 | 79.69 | - |
| YUV | 67.88 | 222.31 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 235 | 1 | 0.70 | 0 | 0.08 | 222.13 | 1 | 0.46 |
| Hex | 0 | 46 | EB | 64 | 46 | 0 | 8 | DE | 64 | 2E |
| Octal | 0 | 106 | 353 | 144 | 106 | 0 | 10 | 336 | 144 | 56 |
| Binary | 0 | 1000110 | 11101011 | 1100100 | 1000110 | 0 | 1000 | 11011110 | 1100100 | 101110 |
Color Harmonies of #0046EB
Complementary color
Monochromatic Colors of #0046EB
Black with #0046EB
Text Example
Text Example
White with #0046EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0046EB; }
p { color: rgb(0,70,235); }
H1.HeaderClassName
{
color: #0046EB;
}
.AnyTagClassName
{
color: #0046EB;
}
</style>
background-color css
<style>
a { background-color: #0046EB; }
a { background-color: rgb(0,70,235); }
div.DivClassName
{
background-color: #0046EB;
}
.BgClassName
{
background-color: #0046EB;
}
</style>
border-color css
<style>
span { border-color: #0046EB; }
span { border-color: rgb(0,70,235); }
td.TdClassName
{
border-color: #0046EB;
}
.TagClassName
{
border-color: #0046EB;
}
</style>