Shades of Navy Blue #047CDA
Tints of Navy Blue #047CDA
RGB
CMYK
RGB Variations
Color information
#047CDA (or 0x047CDA) is known color: Navy Blue. HEX triplet: 04, 7C and DA. RGB value is (4,124,218). Sum of RGB (Red+Green+Blue) = 4+124+218=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #047CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CDA is #FB8325. Grayscale: #626262. Windows color (decimal): -16483110 or 14318596. OLE color: 14318596.
HSL color Cylindrical-coordinate representation of color #047CDA: hue angle of 206.36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CDA is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 124 | 218 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.15 |
| HSL | 206.36º | 0.96% | 0.44% | - |
| HSV(B) | 206.36º | 0.98% | 0.85% | - |
| XYZ | 19.91 | 19.5 | 69.04 | - |
| YUV | 98.84 | 195.24 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 218 | 0.98 | 0.43 | 0 | 0.15 | 206.36 | 0.96 | 0.44 |
| Hex | 4 | 7C | DA | 62 | 2B | 0 | F | CE | 60 | 2C |
| Octal | 4 | 174 | 332 | 142 | 53 | 0 | 17 | 316 | 140 | 54 |
| Binary | 100 | 1111100 | 11011010 | 1100010 | 101011 | 0 | 1111 | 11001110 | 1100000 | 101100 |
Color Harmonies of #047CDA
Complementary color
Monochromatic Colors of #047CDA
Black with #047CDA
Text Example
Text Example
White with #047CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CDA; }
p { color: rgb(4,124,218); }
H1.HeaderClassName
{
color: #047CDA;
}
.AnyTagClassName
{
color: #047CDA;
}
</style>
background-color css
<style>
a { background-color: #047CDA; }
a { background-color: rgb(4,124,218); }
div.DivClassName
{
background-color: #047CDA;
}
.BgClassName
{
background-color: #047CDA;
}
</style>
border-color css
<style>
span { border-color: #047CDA; }
span { border-color: rgb(4,124,218); }
td.TdClassName
{
border-color: #047CDA;
}
.TagClassName
{
border-color: #047CDA;
}
</style>