Shades of Navy Blue #0471CF
Tints of Navy Blue #0471CF
RGB
CMYK
RGB Variations
Color information
#0471CF (or 0x0471CF) is known color: Navy Blue. HEX triplet: 04, 71 and CF. RGB value is (4,113,207). Sum of RGB (Red+Green+Blue) = 4+113+207=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #0471CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0471CF is #FB8E30. Grayscale: #5A5A5A. Windows color (decimal): -16485937 or 13594884. OLE color: 13594884.
HSL color Cylindrical-coordinate representation of color #0471CF: hue angle of 207.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471CF is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 113 | 207 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.19 |
| HSL | 207.78º | 0.96% | 0.41% | - |
| HSV(B) | 207.78º | 0.98% | 0.81% | - |
| XYZ | 17.22 | 16.34 | 61.28 | - |
| YUV | 91.13 | 193.39 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 207 | 0.98 | 0.45 | 0 | 0.19 | 207.78 | 0.96 | 0.41 |
| Hex | 4 | 71 | CF | 62 | 2D | 0 | 13 | D0 | 60 | 29 |
| Octal | 4 | 161 | 317 | 142 | 55 | 0 | 23 | 320 | 140 | 51 |
| Binary | 100 | 1110001 | 11001111 | 1100010 | 101101 | 0 | 10011 | 11010000 | 1100000 | 101001 |
Color Harmonies of #0471CF
Complementary color
Monochromatic Colors of #0471CF
Black with #0471CF
Text Example
Text Example
White with #0471CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0471CF; }
p { color: rgb(4,113,207); }
H1.HeaderClassName
{
color: #0471CF;
}
.AnyTagClassName
{
color: #0471CF;
}
</style>
background-color css
<style>
a { background-color: #0471CF; }
a { background-color: rgb(4,113,207); }
div.DivClassName
{
background-color: #0471CF;
}
.BgClassName
{
background-color: #0471CF;
}
</style>
border-color css
<style>
span { border-color: #0471CF; }
span { border-color: rgb(4,113,207); }
td.TdClassName
{
border-color: #0471CF;
}
.TagClassName
{
border-color: #0471CF;
}
</style>