Shades of Navy Blue #047BD9
Tints of Navy Blue #047BD9
RGB
CMYK
RGB Variations
Color information
#047BD9 (or 0x047BD9) is known color: Navy Blue. HEX triplet: 04, 7B and D9. RGB value is (4,123,217). Sum of RGB (Red+Green+Blue) = 4+123+217=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 217 (85.16% from 255 or 63.08% from 344); Max value from RGB is 217 - color contains mainly: blue. Hex color #047BD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BD9 is #FB8426. Grayscale: #616161. Windows color (decimal): -16483367 or 14252804. OLE color: 14252804.
HSL color Cylindrical-coordinate representation of color #047BD9: hue angle of 206.48º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BD9 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 123 | 217 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.15 |
| HSL | 206.48º | 0.96% | 0.43% | - |
| HSV(B) | 206.48º | 0.98% | 0.85% | - |
| XYZ | 19.66 | 19.2 | 68.32 | - |
| YUV | 98.14 | 195.08 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 217 | 0.98 | 0.43 | 0 | 0.15 | 206.48 | 0.96 | 0.43 |
| Hex | 4 | 7B | D9 | 62 | 2B | 0 | F | CE | 60 | 2B |
| Octal | 4 | 173 | 331 | 142 | 53 | 0 | 17 | 316 | 140 | 53 |
| Binary | 100 | 1111011 | 11011001 | 1100010 | 101011 | 0 | 1111 | 11001110 | 1100000 | 101011 |
Color Harmonies of #047BD9
Complementary color
Monochromatic Colors of #047BD9
Black with #047BD9
Text Example
Text Example
White with #047BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BD9; }
p { color: rgb(4,123,217); }
H1.HeaderClassName
{
color: #047BD9;
}
.AnyTagClassName
{
color: #047BD9;
}
</style>
background-color css
<style>
a { background-color: #047BD9; }
a { background-color: rgb(4,123,217); }
div.DivClassName
{
background-color: #047BD9;
}
.BgClassName
{
background-color: #047BD9;
}
</style>
border-color css
<style>
span { border-color: #047BD9; }
span { border-color: rgb(4,123,217); }
td.TdClassName
{
border-color: #047BD9;
}
.TagClassName
{
border-color: #047BD9;
}
</style>