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