Shades of Navy Blue #046AD1
Tints of Navy Blue #046AD1
RGB
CMYK
RGB Variations
Color information
#046AD1 (or 0x046AD1) is known color: Navy Blue. HEX triplet: 04, 6A and D1. RGB value is (4,106,209). Sum of RGB (Red+Green+Blue) = 4+106+209=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 209 (82.03% from 255 or 65.52% from 319); Max value from RGB is 209 - color contains mainly: blue. Hex color #046AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046AD1 is #FB952E. Grayscale: #565656. Windows color (decimal): -16487727 or 13724164. OLE color: 13724164.
HSL color Cylindrical-coordinate representation of color #046AD1: hue angle of 210.15º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046AD1 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 106 | 209 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.18 |
| HSL | 210.15º | 0.96% | 0.42% | - |
| HSV(B) | 210.15º | 0.98% | 0.82% | - |
| XYZ | 16.71 | 14.94 | 62.32 | - |
| YUV | 87.24 | 196.71 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 209 | 0.98 | 0.49 | 0 | 0.18 | 210.15 | 0.96 | 0.42 |
| Hex | 4 | 6A | D1 | 62 | 31 | 0 | 12 | D2 | 60 | 2A |
| Octal | 4 | 152 | 321 | 142 | 61 | 0 | 22 | 322 | 140 | 52 |
| Binary | 100 | 1101010 | 11010001 | 1100010 | 110001 | 0 | 10010 | 11010010 | 1100000 | 101010 |
Color Harmonies of #046AD1
Complementary color
Monochromatic Colors of #046AD1
Black with #046AD1
Text Example
Text Example
White with #046AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046AD1; }
p { color: rgb(4,106,209); }
H1.HeaderClassName
{
color: #046AD1;
}
.AnyTagClassName
{
color: #046AD1;
}
</style>
background-color css
<style>
a { background-color: #046AD1; }
a { background-color: rgb(4,106,209); }
div.DivClassName
{
background-color: #046AD1;
}
.BgClassName
{
background-color: #046AD1;
}
</style>
border-color css
<style>
span { border-color: #046AD1; }
span { border-color: rgb(4,106,209); }
td.TdClassName
{
border-color: #046AD1;
}
.TagClassName
{
border-color: #046AD1;
}
</style>