Shades of Navy Blue #047CCB
Tints of Navy Blue #047CCB
RGB
CMYK
RGB Variations
Color information
#047CCB (or 0x047CCB) is known color: Navy Blue. HEX triplet: 04, 7C and CB. RGB value is (4,124,203). Sum of RGB (Red+Green+Blue) = 4+124+203=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #047CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CCB is #FB8334. Grayscale: #606060. Windows color (decimal): -16483125 or 13335556. OLE color: 13335556.
HSL color Cylindrical-coordinate representation of color #047CCB: hue angle of 203.82º 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 #047CCB is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 124 | 203 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.20 |
| HSL | 203.82º | 0.96% | 0.41% | - |
| HSV(B) | 203.82º | 0.98% | 0.8% | - |
| XYZ | 18.04 | 18.75 | 59.17 | - |
| YUV | 97.13 | 187.74 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 203 | 0.98 | 0.39 | 0 | 0.20 | 203.82 | 0.96 | 0.41 |
| Hex | 4 | 7C | CB | 62 | 27 | 0 | 14 | CC | 60 | 29 |
| Octal | 4 | 174 | 313 | 142 | 47 | 0 | 24 | 314 | 140 | 51 |
| Binary | 100 | 1111100 | 11001011 | 1100010 | 100111 | 0 | 10100 | 11001100 | 1100000 | 101001 |
Color Harmonies of #047CCB
Complementary color
Monochromatic Colors of #047CCB
Black with #047CCB
Text Example
Text Example
White with #047CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CCB; }
p { color: rgb(4,124,203); }
H1.HeaderClassName
{
color: #047CCB;
}
.AnyTagClassName
{
color: #047CCB;
}
</style>
background-color css
<style>
a { background-color: #047CCB; }
a { background-color: rgb(4,124,203); }
div.DivClassName
{
background-color: #047CCB;
}
.BgClassName
{
background-color: #047CCB;
}
</style>
border-color css
<style>
span { border-color: #047CCB; }
span { border-color: rgb(4,124,203); }
td.TdClassName
{
border-color: #047CCB;
}
.TagClassName
{
border-color: #047CCB;
}
</style>