Shades of Navy Blue #046DDB
Tints of Navy Blue #046DDB
RGB
CMYK
RGB Variations
Color information
#046DDB (or 0x046DDB) is known color: Navy Blue. HEX triplet: 04, 6D and DB. RGB value is (4,109,219). Sum of RGB (Red+Green+Blue) = 4+109+219=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #046DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DDB is #FB9224. Grayscale: #595959. Windows color (decimal): -16486949 or 14380292. OLE color: 14380292.
HSL color Cylindrical-coordinate representation of color #046DDB: hue angle of 210.7º 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 #046DDB is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 109 | 219 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.14 |
| HSL | 210.7º | 0.96% | 0.44% | - |
| HSV(B) | 210.7º | 0.98% | 0.86% | - |
| XYZ | 18.3 | 16.08 | 69.16 | - |
| YUV | 90.15 | 200.71 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 219 | 0.98 | 0.50 | 0 | 0.14 | 210.7 | 0.96 | 0.44 |
| Hex | 4 | 6D | DB | 62 | 32 | 0 | E | D3 | 60 | 2C |
| Octal | 4 | 155 | 333 | 142 | 62 | 0 | 16 | 323 | 140 | 54 |
| Binary | 100 | 1101101 | 11011011 | 1100010 | 110010 | 0 | 1110 | 11010011 | 1100000 | 101100 |
Color Harmonies of #046DDB
Complementary color
Monochromatic Colors of #046DDB
Black with #046DDB
Text Example
Text Example
White with #046DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DDB; }
p { color: rgb(4,109,219); }
H1.HeaderClassName
{
color: #046DDB;
}
.AnyTagClassName
{
color: #046DDB;
}
</style>
background-color css
<style>
a { background-color: #046DDB; }
a { background-color: rgb(4,109,219); }
div.DivClassName
{
background-color: #046DDB;
}
.BgClassName
{
background-color: #046DDB;
}
</style>
border-color css
<style>
span { border-color: #046DDB; }
span { border-color: rgb(4,109,219); }
td.TdClassName
{
border-color: #046DDB;
}
.TagClassName
{
border-color: #046DDB;
}
</style>