Shades of Navy Blue #046ADE
Tints of Navy Blue #046ADE
RGB
CMYK
RGB Variations
Color information
#046ADE (or 0x046ADE) is known color: Navy Blue. HEX triplet: 04, 6A and DE. RGB value is (4,106,222). Sum of RGB (Red+Green+Blue) = 4+106+222=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #046ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ADE is #FB9521. Grayscale: #585858. Windows color (decimal): -16487714 or 14576132. OLE color: 14576132.
HSL color Cylindrical-coordinate representation of color #046ADE: hue angle of 211.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046ADE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 106 | 222 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.13 |
| HSL | 211.93º | 0.96% | 0.44% | - |
| HSV(B) | 211.93º | 0.98% | 0.87% | - |
| XYZ | 18.39 | 15.61 | 71.15 | - |
| YUV | 88.73 | 203.21 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 222 | 0.98 | 0.52 | 0 | 0.13 | 211.93 | 0.96 | 0.44 |
| Hex | 4 | 6A | DE | 62 | 34 | 0 | D | D4 | 60 | 2C |
| Octal | 4 | 152 | 336 | 142 | 64 | 0 | 15 | 324 | 140 | 54 |
| Binary | 100 | 1101010 | 11011110 | 1100010 | 110100 | 0 | 1101 | 11010100 | 1100000 | 101100 |
Color Harmonies of #046ADE
Complementary color
Monochromatic Colors of #046ADE
Black with #046ADE
Text Example
Text Example
White with #046ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046ADE; }
p { color: rgb(4,106,222); }
H1.HeaderClassName
{
color: #046ADE;
}
.AnyTagClassName
{
color: #046ADE;
}
</style>
background-color css
<style>
a { background-color: #046ADE; }
a { background-color: rgb(4,106,222); }
div.DivClassName
{
background-color: #046ADE;
}
.BgClassName
{
background-color: #046ADE;
}
</style>
border-color css
<style>
span { border-color: #046ADE; }
span { border-color: rgb(4,106,222); }
td.TdClassName
{
border-color: #046ADE;
}
.TagClassName
{
border-color: #046ADE;
}
</style>