Shades of Navy Blue #046AD2
Tints of Navy Blue #046AD2
RGB
CMYK
RGB Variations
Color information
#046AD2 (or 0x046AD2) is known color: Navy Blue. HEX triplet: 04, 6A and D2. RGB value is (4,106,210). Sum of RGB (Red+Green+Blue) = 4+106+210=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 210 (82.42% from 255 or 65.62% from 320); Max value from RGB is 210 - color contains mainly: blue. Hex color #046AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046AD2 is #FB952D. Grayscale: #565656. Windows color (decimal): -16487726 or 13789700. OLE color: 13789700.
HSL color Cylindrical-coordinate representation of color #046AD2: hue angle of 210.29º 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 #046AD2 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 106 | 210 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.18 |
| HSL | 210.29º | 0.96% | 0.42% | - |
| HSV(B) | 210.29º | 0.98% | 0.82% | - |
| XYZ | 16.84 | 14.99 | 62.98 | - |
| YUV | 87.36 | 197.21 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 210 | 0.98 | 0.50 | 0 | 0.18 | 210.29 | 0.96 | 0.42 |
| Hex | 4 | 6A | D2 | 62 | 32 | 0 | 12 | D2 | 60 | 2A |
| Octal | 4 | 152 | 322 | 142 | 62 | 0 | 22 | 322 | 140 | 52 |
| Binary | 100 | 1101010 | 11010010 | 1100010 | 110010 | 0 | 10010 | 11010010 | 1100000 | 101010 |
Color Harmonies of #046AD2
Complementary color
Monochromatic Colors of #046AD2
Black with #046AD2
Text Example
Text Example
White with #046AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046AD2; }
p { color: rgb(4,106,210); }
H1.HeaderClassName
{
color: #046AD2;
}
.AnyTagClassName
{
color: #046AD2;
}
</style>
background-color css
<style>
a { background-color: #046AD2; }
a { background-color: rgb(4,106,210); }
div.DivClassName
{
background-color: #046AD2;
}
.BgClassName
{
background-color: #046AD2;
}
</style>
border-color css
<style>
span { border-color: #046AD2; }
span { border-color: rgb(4,106,210); }
td.TdClassName
{
border-color: #046AD2;
}
.TagClassName
{
border-color: #046AD2;
}
</style>