Shades of Navy Blue #046DDA
Tints of Navy Blue #046DDA
RGB
CMYK
RGB Variations
Color information
#046DDA (or 0x046DDA) is known color: Navy Blue. HEX triplet: 04, 6D and DA. RGB value is (4,109,218). Sum of RGB (Red+Green+Blue) = 4+109+218=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #046DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DDA is #FB9225. Grayscale: #595959. Windows color (decimal): -16486950 or 14314756. OLE color: 14314756.
HSL color Cylindrical-coordinate representation of color #046DDA: hue angle of 210.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DDA is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 109 | 218 | - |
| CMYK | 0.98 | 0.5 | 0 | 0.15 |
| HSL | 210.56º | 0.96% | 0.44% | - |
| HSV(B) | 210.56º | 0.98% | 0.85% | - |
| XYZ | 18.17 | 16.03 | 68.46 | - |
| YUV | 90.03 | 200.21 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 218 | 0.98 | 0.5 | 0 | 0.15 | 210.56 | 0.96 | 0.44 |
| Hex | 4 | 6D | DA | 62 | 32 | 0 | F | D3 | 60 | 2C |
| Octal | 4 | 155 | 332 | 142 | 62 | 0 | 17 | 323 | 140 | 54 |
| Binary | 100 | 1101101 | 11011010 | 1100010 | 110010 | 0 | 1111 | 11010011 | 1100000 | 101100 |
Color Harmonies of #046DDA
Complementary color
Monochromatic Colors of #046DDA
Black with #046DDA
Text Example
Text Example
White with #046DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DDA; }
p { color: rgb(4,109,218); }
H1.HeaderClassName
{
color: #046DDA;
}
.AnyTagClassName
{
color: #046DDA;
}
</style>
background-color css
<style>
a { background-color: #046DDA; }
a { background-color: rgb(4,109,218); }
div.DivClassName
{
background-color: #046DDA;
}
.BgClassName
{
background-color: #046DDA;
}
</style>
border-color css
<style>
span { border-color: #046DDA; }
span { border-color: rgb(4,109,218); }
td.TdClassName
{
border-color: #046DDA;
}
.TagClassName
{
border-color: #046DDA;
}
</style>