Shades of Navy Blue #047BCE
Tints of Navy Blue #047BCE
RGB
CMYK
RGB Variations
Color information
#047BCE (or 0x047BCE) is known color: Navy Blue. HEX triplet: 04, 7B and CE. RGB value is (4,123,206). Sum of RGB (Red+Green+Blue) = 4+123+206=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #047BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BCE is #FB8431. Grayscale: #606060. Windows color (decimal): -16483378 or 13531908. OLE color: 13531908.
HSL color Cylindrical-coordinate representation of color #047BCE: hue angle of 204.65º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BCE is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 123 | 206 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.19 |
| HSL | 204.65º | 0.96% | 0.41% | - |
| HSV(B) | 204.65º | 0.98% | 0.81% | - |
| XYZ | 18.27 | 18.65 | 61.03 | - |
| YUV | 96.88 | 189.58 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 206 | 0.98 | 0.40 | 0 | 0.19 | 204.65 | 0.96 | 0.41 |
| Hex | 4 | 7B | CE | 62 | 28 | 0 | 13 | CD | 60 | 29 |
| Octal | 4 | 173 | 316 | 142 | 50 | 0 | 23 | 315 | 140 | 51 |
| Binary | 100 | 1111011 | 11001110 | 1100010 | 101000 | 0 | 10011 | 11001101 | 1100000 | 101001 |
Color Harmonies of #047BCE
Complementary color
Monochromatic Colors of #047BCE
Black with #047BCE
Text Example
Text Example
White with #047BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BCE; }
p { color: rgb(4,123,206); }
H1.HeaderClassName
{
color: #047BCE;
}
.AnyTagClassName
{
color: #047BCE;
}
</style>
background-color css
<style>
a { background-color: #047BCE; }
a { background-color: rgb(4,123,206); }
div.DivClassName
{
background-color: #047BCE;
}
.BgClassName
{
background-color: #047BCE;
}
</style>
border-color css
<style>
span { border-color: #047BCE; }
span { border-color: rgb(4,123,206); }
td.TdClassName
{
border-color: #047BCE;
}
.TagClassName
{
border-color: #047BCE;
}
</style>