Shades of Navy Blue #0471BB
Tints of Navy Blue #0471BB
RGB
CMYK
RGB Variations
Color information
#0471BB (or 0x0471BB) is known color: Navy Blue. HEX triplet: 04, 71 and BB. RGB value is (4,113,187). Sum of RGB (Red+Green+Blue) = 4+113+187=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #0471BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0471BB is #FB8E44. Grayscale: #585858. Windows color (decimal): -16485957 or 12284164. OLE color: 12284164.
HSL color Cylindrical-coordinate representation of color #0471BB: hue angle of 204.26º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471BB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 113 | 187 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.27 |
| HSL | 204.26º | 0.96% | 0.37% | - |
| HSV(B) | 204.26º | 0.98% | 0.73% | - |
| XYZ | 14.92 | 15.42 | 49.2 | - |
| YUV | 88.85 | 183.39 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 187 | 0.98 | 0.40 | 0 | 0.27 | 204.26 | 0.96 | 0.37 |
| Hex | 4 | 71 | BB | 62 | 28 | 0 | 1B | CC | 60 | 25 |
| Octal | 4 | 161 | 273 | 142 | 50 | 0 | 33 | 314 | 140 | 45 |
| Binary | 100 | 1110001 | 10111011 | 1100010 | 101000 | 0 | 11011 | 11001100 | 1100000 | 100101 |
Color Harmonies of #0471BB
Complementary color
Monochromatic Colors of #0471BB
Black with #0471BB
Text Example
Text Example
White with #0471BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0471BB; }
p { color: rgb(4,113,187); }
H1.HeaderClassName
{
color: #0471BB;
}
.AnyTagClassName
{
color: #0471BB;
}
</style>
background-color css
<style>
a { background-color: #0471BB; }
a { background-color: rgb(4,113,187); }
div.DivClassName
{
background-color: #0471BB;
}
.BgClassName
{
background-color: #0471BB;
}
</style>
border-color css
<style>
span { border-color: #0471BB; }
span { border-color: rgb(4,113,187); }
td.TdClassName
{
border-color: #0471BB;
}
.TagClassName
{
border-color: #0471BB;
}
</style>