Shades of Navy Blue #0046DA
Tints of Navy Blue #0046DA
RGB
CMYK
RGB Variations
Color information
#0046DA (or 0x0046DA) is known color: Navy Blue. HEX triplet: 00, 46 and DA. RGB value is (0,70,218). Sum of RGB (Red+Green+Blue) = 0+70+218=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #0046DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0046DA is #FFB925. Grayscale: #414141. Windows color (decimal): -16759078 or 14304768. OLE color: 14304768.
HSL color Cylindrical-coordinate representation of color #0046DA: hue angle of 220.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046DA is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 70 | 218 | - |
| CMYK | 1 | 0.68 | 0 | 0.15 |
| HSL | 220.73º | 1% | 0.43% | - |
| HSV(B) | 220.73º | 1% | 0.85% | - |
| XYZ | 14.85 | 9.44 | 67.37 | - |
| YUV | 65.94 | 213.81 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 218 | 1 | 0.68 | 0 | 0.15 | 220.73 | 1 | 0.43 |
| Hex | 0 | 46 | DA | 64 | 44 | 0 | F | DD | 64 | 2B |
| Octal | 0 | 106 | 332 | 144 | 104 | 0 | 17 | 335 | 144 | 53 |
| Binary | 0 | 1000110 | 11011010 | 1100100 | 1000100 | 0 | 1111 | 11011101 | 1100100 | 101011 |
Color Harmonies of #0046DA
Complementary color
Monochromatic Colors of #0046DA
Black with #0046DA
Text Example
Text Example
White with #0046DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0046DA; }
p { color: rgb(0,70,218); }
H1.HeaderClassName
{
color: #0046DA;
}
.AnyTagClassName
{
color: #0046DA;
}
</style>
background-color css
<style>
a { background-color: #0046DA; }
a { background-color: rgb(0,70,218); }
div.DivClassName
{
background-color: #0046DA;
}
.BgClassName
{
background-color: #0046DA;
}
</style>
border-color css
<style>
span { border-color: #0046DA; }
span { border-color: rgb(0,70,218); }
td.TdClassName
{
border-color: #0046DA;
}
.TagClassName
{
border-color: #0046DA;
}
</style>