Shades of Navy Blue #046DDD
Tints of Navy Blue #046DDD
RGB
CMYK
RGB Variations
Color information
#046DDD (or 0x046DDD) is known color: Navy Blue. HEX triplet: 04, 6D and DD. RGB value is (4,109,221). Sum of RGB (Red+Green+Blue) = 4+109+221=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #046DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DDD is #FB9222. Grayscale: #595959. Windows color (decimal): -16486947 or 14511364. OLE color: 14511364.
HSL color Cylindrical-coordinate representation of color #046DDD: hue angle of 210.97º 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 #046DDD is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 109 | 221 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.13 |
| HSL | 210.97º | 0.96% | 0.44% | - |
| HSV(B) | 210.97º | 0.98% | 0.87% | - |
| XYZ | 18.57 | 16.18 | 70.55 | - |
| YUV | 90.37 | 201.71 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 221 | 0.98 | 0.51 | 0 | 0.13 | 210.97 | 0.96 | 0.44 |
| Hex | 4 | 6D | DD | 62 | 33 | 0 | D | D3 | 60 | 2C |
| Octal | 4 | 155 | 335 | 142 | 63 | 0 | 15 | 323 | 140 | 54 |
| Binary | 100 | 1101101 | 11011101 | 1100010 | 110011 | 0 | 1101 | 11010011 | 1100000 | 101100 |
Color Harmonies of #046DDD
Complementary color
Monochromatic Colors of #046DDD
Black with #046DDD
Text Example
Text Example
White with #046DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DDD; }
p { color: rgb(4,109,221); }
H1.HeaderClassName
{
color: #046DDD;
}
.AnyTagClassName
{
color: #046DDD;
}
</style>
background-color css
<style>
a { background-color: #046DDD; }
a { background-color: rgb(4,109,221); }
div.DivClassName
{
background-color: #046DDD;
}
.BgClassName
{
background-color: #046DDD;
}
</style>
border-color css
<style>
span { border-color: #046DDD; }
span { border-color: rgb(4,109,221); }
td.TdClassName
{
border-color: #046DDD;
}
.TagClassName
{
border-color: #046DDD;
}
</style>