Shades of Navy Blue #047BD0
Tints of Navy Blue #047BD0
RGB
CMYK
RGB Variations
Color information
#047BD0 (or 0x047BD0) is known color: Navy Blue. HEX triplet: 04, 7B and D0. RGB value is (4,123,208). Sum of RGB (Red+Green+Blue) = 4+123+208=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 208 (81.64% from 255 or 62.09% from 335); Max value from RGB is 208 - color contains mainly: blue. Hex color #047BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BD0 is #FB842F. Grayscale: #606060. Windows color (decimal): -16483376 or 13662980. OLE color: 13662980.
HSL color Cylindrical-coordinate representation of color #047BD0: hue angle of 205º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BD0 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 123 | 208 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.18 |
| HSL | 205º | 0.96% | 0.42% | - |
| HSV(B) | 205º | 0.98% | 0.82% | - |
| XYZ | 18.52 | 18.75 | 62.32 | - |
| YUV | 97.11 | 190.58 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 208 | 0.98 | 0.41 | 0 | 0.18 | 205 | 0.96 | 0.42 |
| Hex | 4 | 7B | D0 | 62 | 29 | 0 | 12 | CD | 60 | 2A |
| Octal | 4 | 173 | 320 | 142 | 51 | 0 | 22 | 315 | 140 | 52 |
| Binary | 100 | 1111011 | 11010000 | 1100010 | 101001 | 0 | 10010 | 11001101 | 1100000 | 101010 |
Color Harmonies of #047BD0
Complementary color
Monochromatic Colors of #047BD0
Black with #047BD0
Text Example
Text Example
White with #047BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BD0; }
p { color: rgb(4,123,208); }
H1.HeaderClassName
{
color: #047BD0;
}
.AnyTagClassName
{
color: #047BD0;
}
</style>
background-color css
<style>
a { background-color: #047BD0; }
a { background-color: rgb(4,123,208); }
div.DivClassName
{
background-color: #047BD0;
}
.BgClassName
{
background-color: #047BD0;
}
</style>
border-color css
<style>
span { border-color: #047BD0; }
span { border-color: rgb(4,123,208); }
td.TdClassName
{
border-color: #047BD0;
}
.TagClassName
{
border-color: #047BD0;
}
</style>