Shades of Navy Blue #047CEB
Tints of Navy Blue #047CEB
RGB
CMYK
RGB Variations
Color information
#047CEB (or 0x047CEB) is known color: Navy Blue. HEX triplet: 04, 7C and EB. RGB value is (4,124,235). Sum of RGB (Red+Green+Blue) = 4+124+235=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #047CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047CEB is #FB8314. Grayscale: #646464. Windows color (decimal): -16483093 or 15432708. OLE color: 15432708.
HSL color Cylindrical-coordinate representation of color #047CEB: hue angle of 208.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CEB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 124 | 235 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.08 |
| HSL | 208.83º | 0.97% | 0.47% | - |
| HSV(B) | 208.83º | 0.98% | 0.92% | - |
| XYZ | 22.25 | 20.44 | 81.37 | - |
| YUV | 100.77 | 203.74 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 235 | 0.98 | 0.47 | 0 | 0.08 | 208.83 | 0.97 | 0.47 |
| Hex | 4 | 7C | EB | 62 | 2F | 0 | 8 | D1 | 61 | 2F |
| Octal | 4 | 174 | 353 | 142 | 57 | 0 | 10 | 321 | 141 | 57 |
| Binary | 100 | 1111100 | 11101011 | 1100010 | 101111 | 0 | 1000 | 11010001 | 1100001 | 101111 |
Color Harmonies of #047CEB
Complementary color
Monochromatic Colors of #047CEB
Black with #047CEB
Text Example
Text Example
White with #047CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CEB; }
p { color: rgb(4,124,235); }
H1.HeaderClassName
{
color: #047CEB;
}
.AnyTagClassName
{
color: #047CEB;
}
</style>
background-color css
<style>
a { background-color: #047CEB; }
a { background-color: rgb(4,124,235); }
div.DivClassName
{
background-color: #047CEB;
}
.BgClassName
{
background-color: #047CEB;
}
</style>
border-color css
<style>
span { border-color: #047CEB; }
span { border-color: rgb(4,124,235); }
td.TdClassName
{
border-color: #047CEB;
}
.TagClassName
{
border-color: #047CEB;
}
</style>