Shades of Navy Blue #046BDD
Tints of Navy Blue #046BDD
RGB
CMYK
RGB Variations
Color information
#046BDD (or 0x046BDD) is known color: Navy Blue. HEX triplet: 04, 6B and DD. RGB value is (4,107,221). Sum of RGB (Red+Green+Blue) = 4+107+221=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #046BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046BDD is #FB9422. Grayscale: #585858. Windows color (decimal): -16487459 or 14510852. OLE color: 14510852.
HSL color Cylindrical-coordinate representation of color #046BDD: hue angle of 211.52º 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 #046BDD is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 107 | 221 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.13 |
| HSL | 211.52º | 0.96% | 0.44% | - |
| HSV(B) | 211.52º | 0.98% | 0.87% | - |
| XYZ | 18.36 | 15.76 | 70.48 | - |
| YUV | 89.2 | 202.38 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 221 | 0.98 | 0.52 | 0 | 0.13 | 211.52 | 0.96 | 0.44 |
| Hex | 4 | 6B | DD | 62 | 34 | 0 | D | D4 | 60 | 2C |
| Octal | 4 | 153 | 335 | 142 | 64 | 0 | 15 | 324 | 140 | 54 |
| Binary | 100 | 1101011 | 11011101 | 1100010 | 110100 | 0 | 1101 | 11010100 | 1100000 | 101100 |
Color Harmonies of #046BDD
Complementary color
Monochromatic Colors of #046BDD
Black with #046BDD
Text Example
Text Example
White with #046BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046BDD; }
p { color: rgb(4,107,221); }
H1.HeaderClassName
{
color: #046BDD;
}
.AnyTagClassName
{
color: #046BDD;
}
</style>
background-color css
<style>
a { background-color: #046BDD; }
a { background-color: rgb(4,107,221); }
div.DivClassName
{
background-color: #046BDD;
}
.BgClassName
{
background-color: #046BDD;
}
</style>
border-color css
<style>
span { border-color: #046BDD; }
span { border-color: rgb(4,107,221); }
td.TdClassName
{
border-color: #046BDD;
}
.TagClassName
{
border-color: #046BDD;
}
</style>