Shades of Navy Blue #0471CB
Tints of Navy Blue #0471CB
RGB
CMYK
RGB Variations
Color information
#0471CB (or 0x0471CB) is known color: Navy Blue. HEX triplet: 04, 71 and CB. RGB value is (4,113,203). Sum of RGB (Red+Green+Blue) = 4+113+203=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #0471CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0471CB is #FB8E34. Grayscale: #5A5A5A. Windows color (decimal): -16485941 or 13332740. OLE color: 13332740.
HSL color Cylindrical-coordinate representation of color #0471CB: hue angle of 207.14º 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 #0471CB is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 113 | 203 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.20 |
| HSL | 207.14º | 0.96% | 0.41% | - |
| HSV(B) | 207.14º | 0.98% | 0.8% | - |
| XYZ | 16.73 | 16.15 | 58.73 | - |
| YUV | 90.67 | 191.39 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 203 | 0.98 | 0.44 | 0 | 0.20 | 207.14 | 0.96 | 0.41 |
| Hex | 4 | 71 | CB | 62 | 2C | 0 | 14 | CF | 60 | 29 |
| Octal | 4 | 161 | 313 | 142 | 54 | 0 | 24 | 317 | 140 | 51 |
| Binary | 100 | 1110001 | 11001011 | 1100010 | 101100 | 0 | 10100 | 11001111 | 1100000 | 101001 |
Color Harmonies of #0471CB
Complementary color
Monochromatic Colors of #0471CB
Black with #0471CB
Text Example
Text Example
White with #0471CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0471CB; }
p { color: rgb(4,113,203); }
H1.HeaderClassName
{
color: #0471CB;
}
.AnyTagClassName
{
color: #0471CB;
}
</style>
background-color css
<style>
a { background-color: #0471CB; }
a { background-color: rgb(4,113,203); }
div.DivClassName
{
background-color: #0471CB;
}
.BgClassName
{
background-color: #0471CB;
}
</style>
border-color css
<style>
span { border-color: #0471CB; }
span { border-color: rgb(4,113,203); }
td.TdClassName
{
border-color: #0471CB;
}
.TagClassName
{
border-color: #0471CB;
}
</style>