Shades of Navy Blue #047BE8
Tints of Navy Blue #047BE8
RGB
CMYK
RGB Variations
Color information
#047BE8 (or 0x047BE8) is known color: Navy Blue. HEX triplet: 04, 7B and E8. RGB value is (4,123,232). Sum of RGB (Red+Green+Blue) = 4+123+232=359 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 232 (91.02% from 255 or 64.62% from 359); Max value from RGB is 232 - color contains mainly: blue. Hex color #047BE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047BE8 is #FB8417. Grayscale: #636363. Windows color (decimal): -16483352 or 15235844. OLE color: 15235844.
HSL color Cylindrical-coordinate representation of color #047BE8: hue angle of 208.68º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BE8 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 123 | 232 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.09 |
| HSL | 208.68º | 0.97% | 0.46% | - |
| HSV(B) | 208.68º | 0.98% | 0.91% | - |
| XYZ | 21.7 | 20.02 | 79.06 | - |
| YUV | 99.85 | 202.58 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 232 | 0.98 | 0.47 | 0 | 0.09 | 208.68 | 0.97 | 0.46 |
| Hex | 4 | 7B | E8 | 62 | 2F | 0 | 9 | D1 | 61 | 2E |
| Octal | 4 | 173 | 350 | 142 | 57 | 0 | 11 | 321 | 141 | 56 |
| Binary | 100 | 1111011 | 11101000 | 1100010 | 101111 | 0 | 1001 | 11010001 | 1100001 | 101110 |
Color Harmonies of #047BE8
Complementary color
Monochromatic Colors of #047BE8
Black with #047BE8
Text Example
Text Example
White with #047BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BE8; }
p { color: rgb(4,123,232); }
H1.HeaderClassName
{
color: #047BE8;
}
.AnyTagClassName
{
color: #047BE8;
}
</style>
background-color css
<style>
a { background-color: #047BE8; }
a { background-color: rgb(4,123,232); }
div.DivClassName
{
background-color: #047BE8;
}
.BgClassName
{
background-color: #047BE8;
}
</style>
border-color css
<style>
span { border-color: #047BE8; }
span { border-color: rgb(4,123,232); }
td.TdClassName
{
border-color: #047BE8;
}
.TagClassName
{
border-color: #047BE8;
}
</style>