Shades of Navy Blue #047BDD
Tints of Navy Blue #047BDD
RGB
CMYK
RGB Variations
Color information
#047BDD (or 0x047BDD) is known color: Navy Blue. HEX triplet: 04, 7B and DD. RGB value is (4,123,221). Sum of RGB (Red+Green+Blue) = 4+123+221=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #047BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BDD is #FB8422. Grayscale: #626262. Windows color (decimal): -16483363 or 14514948. OLE color: 14514948.
HSL color Cylindrical-coordinate representation of color #047BDD: hue angle of 207.1º 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 #047BDD is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 123 | 221 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.13 |
| HSL | 207.1º | 0.96% | 0.44% | - |
| HSV(B) | 207.1º | 0.98% | 0.87% | - |
| XYZ | 20.18 | 19.41 | 71.09 | - |
| YUV | 98.59 | 197.08 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 221 | 0.98 | 0.44 | 0 | 0.13 | 207.1 | 0.96 | 0.44 |
| Hex | 4 | 7B | DD | 62 | 2C | 0 | D | CF | 60 | 2C |
| Octal | 4 | 173 | 335 | 142 | 54 | 0 | 15 | 317 | 140 | 54 |
| Binary | 100 | 1111011 | 11011101 | 1100010 | 101100 | 0 | 1101 | 11001111 | 1100000 | 101100 |
Color Harmonies of #047BDD
Complementary color
Monochromatic Colors of #047BDD
Black with #047BDD
Text Example
Text Example
White with #047BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BDD; }
p { color: rgb(4,123,221); }
H1.HeaderClassName
{
color: #047BDD;
}
.AnyTagClassName
{
color: #047BDD;
}
</style>
background-color css
<style>
a { background-color: #047BDD; }
a { background-color: rgb(4,123,221); }
div.DivClassName
{
background-color: #047BDD;
}
.BgClassName
{
background-color: #047BDD;
}
</style>
border-color css
<style>
span { border-color: #047BDD; }
span { border-color: rgb(4,123,221); }
td.TdClassName
{
border-color: #047BDD;
}
.TagClassName
{
border-color: #047BDD;
}
</style>