Shades of Navy Blue #047BE0
Tints of Navy Blue #047BE0
RGB
CMYK
RGB Variations
Color information
#047BE0 (or 0x047BE0) is known color: Navy Blue. HEX triplet: 04, 7B and E0. RGB value is (4,123,224). Sum of RGB (Red+Green+Blue) = 4+123+224=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #047BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BE0 is #FB841F. Grayscale: #626262. Windows color (decimal): -16483360 or 14711556. OLE color: 14711556.
HSL color Cylindrical-coordinate representation of color #047BE0: hue angle of 207.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BE0 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 123 | 224 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.12 |
| HSL | 207.55º | 0.96% | 0.45% | - |
| HSV(B) | 207.55º | 0.98% | 0.88% | - |
| XYZ | 20.59 | 19.57 | 73.21 | - |
| YUV | 98.93 | 198.58 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 224 | 0.98 | 0.45 | 0 | 0.12 | 207.55 | 0.96 | 0.45 |
| Hex | 4 | 7B | E0 | 62 | 2D | 0 | C | D0 | 60 | 2D |
| Octal | 4 | 173 | 340 | 142 | 55 | 0 | 14 | 320 | 140 | 55 |
| Binary | 100 | 1111011 | 11100000 | 1100010 | 101101 | 0 | 1100 | 11010000 | 1100000 | 101101 |
Color Harmonies of #047BE0
Complementary color
Monochromatic Colors of #047BE0
Black with #047BE0
Text Example
Text Example
White with #047BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BE0; }
p { color: rgb(4,123,224); }
H1.HeaderClassName
{
color: #047BE0;
}
.AnyTagClassName
{
color: #047BE0;
}
</style>
background-color css
<style>
a { background-color: #047BE0; }
a { background-color: rgb(4,123,224); }
div.DivClassName
{
background-color: #047BE0;
}
.BgClassName
{
background-color: #047BE0;
}
</style>
border-color css
<style>
span { border-color: #047BE0; }
span { border-color: rgb(4,123,224); }
td.TdClassName
{
border-color: #047BE0;
}
.TagClassName
{
border-color: #047BE0;
}
</style>