Shades of Navy Blue #047ACB
Tints of Navy Blue #047ACB
RGB
CMYK
RGB Variations
Color information
#047ACB (or 0x047ACB) is known color: Navy Blue. HEX triplet: 04, 7A and CB. RGB value is (4,122,203). Sum of RGB (Red+Green+Blue) = 4+122+203=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #047ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ACB is #FB8534. Grayscale: #5F5F5F. Windows color (decimal): -16483637 or 13335044. OLE color: 13335044.
HSL color Cylindrical-coordinate representation of color #047ACB: hue angle of 204.42º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047ACB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 122 | 203 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.20 |
| HSL | 204.42º | 0.96% | 0.41% | - |
| HSV(B) | 204.42º | 0.98% | 0.8% | - |
| XYZ | 17.79 | 18.26 | 59.09 | - |
| YUV | 95.95 | 188.41 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 203 | 0.98 | 0.40 | 0 | 0.20 | 204.42 | 0.96 | 0.41 |
| Hex | 4 | 7A | CB | 62 | 28 | 0 | 14 | CC | 60 | 29 |
| Octal | 4 | 172 | 313 | 142 | 50 | 0 | 24 | 314 | 140 | 51 |
| Binary | 100 | 1111010 | 11001011 | 1100010 | 101000 | 0 | 10100 | 11001100 | 1100000 | 101001 |
Color Harmonies of #047ACB
Complementary color
Monochromatic Colors of #047ACB
Black with #047ACB
Text Example
Text Example
White with #047ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047ACB; }
p { color: rgb(4,122,203); }
H1.HeaderClassName
{
color: #047ACB;
}
.AnyTagClassName
{
color: #047ACB;
}
</style>
background-color css
<style>
a { background-color: #047ACB; }
a { background-color: rgb(4,122,203); }
div.DivClassName
{
background-color: #047ACB;
}
.BgClassName
{
background-color: #047ACB;
}
</style>
border-color css
<style>
span { border-color: #047ACB; }
span { border-color: rgb(4,122,203); }
td.TdClassName
{
border-color: #047ACB;
}
.TagClassName
{
border-color: #047ACB;
}
</style>