Shades of Navy Blue #047BDE
Tints of Navy Blue #047BDE
RGB
CMYK
RGB Variations
Color information
#047BDE (or 0x047BDE) is known color: Navy Blue. HEX triplet: 04, 7B and DE. RGB value is (4,123,222). Sum of RGB (Red+Green+Blue) = 4+123+222=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #047BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BDE is #FB8421. Grayscale: #626262. Windows color (decimal): -16483362 or 14580484. OLE color: 14580484.
HSL color Cylindrical-coordinate representation of color #047BDE: hue angle of 207.25º 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 #047BDE is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 123 | 222 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.13 |
| HSL | 207.25º | 0.96% | 0.44% | - |
| HSV(B) | 207.25º | 0.98% | 0.87% | - |
| XYZ | 20.32 | 19.47 | 71.79 | - |
| YUV | 98.71 | 197.58 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 222 | 0.98 | 0.45 | 0 | 0.13 | 207.25 | 0.96 | 0.44 |
| Hex | 4 | 7B | DE | 62 | 2D | 0 | D | CF | 60 | 2C |
| Octal | 4 | 173 | 336 | 142 | 55 | 0 | 15 | 317 | 140 | 54 |
| Binary | 100 | 1111011 | 11011110 | 1100010 | 101101 | 0 | 1101 | 11001111 | 1100000 | 101100 |
Color Harmonies of #047BDE
Complementary color
Monochromatic Colors of #047BDE
Black with #047BDE
Text Example
Text Example
White with #047BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BDE; }
p { color: rgb(4,123,222); }
H1.HeaderClassName
{
color: #047BDE;
}
.AnyTagClassName
{
color: #047BDE;
}
</style>
background-color css
<style>
a { background-color: #047BDE; }
a { background-color: rgb(4,123,222); }
div.DivClassName
{
background-color: #047BDE;
}
.BgClassName
{
background-color: #047BDE;
}
</style>
border-color css
<style>
span { border-color: #047BDE; }
span { border-color: rgb(4,123,222); }
td.TdClassName
{
border-color: #047BDE;
}
.TagClassName
{
border-color: #047BDE;
}
</style>