Shades of Navy Blue #047DDB
Tints of Navy Blue #047DDB
RGB
CMYK
RGB Variations
Color information
#047DDB (or 0x047DDB) is known color: Navy Blue. HEX triplet: 04, 7D and DB. RGB value is (4,125,219). Sum of RGB (Red+Green+Blue) = 4+125+219=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #047DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DDB is #FB8224. Grayscale: #636363. Windows color (decimal): -16482853 or 14384388. OLE color: 14384388.
HSL color Cylindrical-coordinate representation of color #047DDB: hue angle of 206.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DDB is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 125 | 219 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.14 |
| HSL | 206.23º | 0.96% | 0.44% | - |
| HSV(B) | 206.23º | 0.98% | 0.86% | - |
| XYZ | 20.17 | 19.81 | 69.78 | - |
| YUV | 99.54 | 195.41 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 219 | 0.98 | 0.43 | 0 | 0.14 | 206.23 | 0.96 | 0.44 |
| Hex | 4 | 7D | DB | 62 | 2B | 0 | E | CE | 60 | 2C |
| Octal | 4 | 175 | 333 | 142 | 53 | 0 | 16 | 316 | 140 | 54 |
| Binary | 100 | 1111101 | 11011011 | 1100010 | 101011 | 0 | 1110 | 11001110 | 1100000 | 101100 |
Color Harmonies of #047DDB
Complementary color
Monochromatic Colors of #047DDB
Black with #047DDB
Text Example
Text Example
White with #047DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DDB; }
p { color: rgb(4,125,219); }
H1.HeaderClassName
{
color: #047DDB;
}
.AnyTagClassName
{
color: #047DDB;
}
</style>
background-color css
<style>
a { background-color: #047DDB; }
a { background-color: rgb(4,125,219); }
div.DivClassName
{
background-color: #047DDB;
}
.BgClassName
{
background-color: #047DDB;
}
</style>
border-color css
<style>
span { border-color: #047DDB; }
span { border-color: rgb(4,125,219); }
td.TdClassName
{
border-color: #047DDB;
}
.TagClassName
{
border-color: #047DDB;
}
</style>