Shades of Navy Blue #047CDB
Tints of Navy Blue #047CDB
RGB
CMYK
RGB Variations
Color information
#047CDB (or 0x047CDB) is known color: Navy Blue. HEX triplet: 04, 7C and DB. RGB value is (4,124,219). Sum of RGB (Red+Green+Blue) = 4+124+219=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #047CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CDB is #FB8324. Grayscale: #626262. Windows color (decimal): -16483109 or 14384132. OLE color: 14384132.
HSL color Cylindrical-coordinate representation of color #047CDB: hue angle of 206.51º 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 #047CDB is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 124 | 219 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.14 |
| HSL | 206.51º | 0.96% | 0.44% | - |
| HSV(B) | 206.51º | 0.98% | 0.86% | - |
| XYZ | 20.04 | 19.56 | 69.74 | - |
| YUV | 98.95 | 195.74 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 219 | 0.98 | 0.43 | 0 | 0.14 | 206.51 | 0.96 | 0.44 |
| Hex | 4 | 7C | DB | 62 | 2B | 0 | E | CF | 60 | 2C |
| Octal | 4 | 174 | 333 | 142 | 53 | 0 | 16 | 317 | 140 | 54 |
| Binary | 100 | 1111100 | 11011011 | 1100010 | 101011 | 0 | 1110 | 11001111 | 1100000 | 101100 |
Color Harmonies of #047CDB
Complementary color
Monochromatic Colors of #047CDB
Black with #047CDB
Text Example
Text Example
White with #047CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CDB; }
p { color: rgb(4,124,219); }
H1.HeaderClassName
{
color: #047CDB;
}
.AnyTagClassName
{
color: #047CDB;
}
</style>
background-color css
<style>
a { background-color: #047CDB; }
a { background-color: rgb(4,124,219); }
div.DivClassName
{
background-color: #047CDB;
}
.BgClassName
{
background-color: #047CDB;
}
</style>
border-color css
<style>
span { border-color: #047CDB; }
span { border-color: rgb(4,124,219); }
td.TdClassName
{
border-color: #047CDB;
}
.TagClassName
{
border-color: #047CDB;
}
</style>