Shades of Navy Blue #046ADB
Tints of Navy Blue #046ADB
RGB
CMYK
RGB Variations
Color information
#046ADB (or 0x046ADB) is known color: Navy Blue. HEX triplet: 04, 6A and DB. RGB value is (4,106,219). Sum of RGB (Red+Green+Blue) = 4+106+219=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #046ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ADB is #FB9524. Grayscale: #575757. Windows color (decimal): -16487717 or 14379524. OLE color: 14379524.
HSL color Cylindrical-coordinate representation of color #046ADB: hue angle of 211.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046ADB is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 106 | 219 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.14 |
| HSL | 211.53º | 0.96% | 0.44% | - |
| HSV(B) | 211.53º | 0.98% | 0.86% | - |
| XYZ | 17.99 | 15.45 | 69.05 | - |
| YUV | 88.38 | 201.71 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 219 | 0.98 | 0.52 | 0 | 0.14 | 211.53 | 0.96 | 0.44 |
| Hex | 4 | 6A | DB | 62 | 34 | 0 | E | D4 | 60 | 2C |
| Octal | 4 | 152 | 333 | 142 | 64 | 0 | 16 | 324 | 140 | 54 |
| Binary | 100 | 1101010 | 11011011 | 1100010 | 110100 | 0 | 1110 | 11010100 | 1100000 | 101100 |
Color Harmonies of #046ADB
Complementary color
Monochromatic Colors of #046ADB
Black with #046ADB
Text Example
Text Example
White with #046ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046ADB; }
p { color: rgb(4,106,219); }
H1.HeaderClassName
{
color: #046ADB;
}
.AnyTagClassName
{
color: #046ADB;
}
</style>
background-color css
<style>
a { background-color: #046ADB; }
a { background-color: rgb(4,106,219); }
div.DivClassName
{
background-color: #046ADB;
}
.BgClassName
{
background-color: #046ADB;
}
</style>
border-color css
<style>
span { border-color: #046ADB; }
span { border-color: rgb(4,106,219); }
td.TdClassName
{
border-color: #046ADB;
}
.TagClassName
{
border-color: #046ADB;
}
</style>