Shades of Navy Blue #0047CF
Tints of Navy Blue #0047CF
RGB
CMYK
RGB Variations
Color information
#0047CF (or 0x0047CF) is known color: Navy Blue. HEX triplet: 00, 47 and CF. RGB value is (0,71,207). Sum of RGB (Red+Green+Blue) = 0+71+207=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #0047CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0047CF is #FFB830. Grayscale: #404040. Windows color (decimal): -16758833 or 13584128. OLE color: 13584128.
HSL color Cylindrical-coordinate representation of color #0047CF: hue angle of 219.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0047CF is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 71 | 207 | - |
| CMYK | 1 | 0.66 | 0 | 0.19 |
| HSL | 219.42º | 1% | 0.41% | - |
| HSV(B) | 219.42º | 1% | 0.81% | - |
| XYZ | 13.52 | 9.01 | 60.06 | - |
| YUV | 65.28 | 207.98 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 207 | 1 | 0.66 | 0 | 0.19 | 219.42 | 1 | 0.41 |
| Hex | 0 | 47 | CF | 64 | 42 | 0 | 13 | DB | 64 | 29 |
| Octal | 0 | 107 | 317 | 144 | 102 | 0 | 23 | 333 | 144 | 51 |
| Binary | 0 | 1000111 | 11001111 | 1100100 | 1000010 | 0 | 10011 | 11011011 | 1100100 | 101001 |
Color Harmonies of #0047CF
Complementary color
Monochromatic Colors of #0047CF
Black with #0047CF
Text Example
Text Example
White with #0047CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0047CF; }
p { color: rgb(0,71,207); }
H1.HeaderClassName
{
color: #0047CF;
}
.AnyTagClassName
{
color: #0047CF;
}
</style>
background-color css
<style>
a { background-color: #0047CF; }
a { background-color: rgb(0,71,207); }
div.DivClassName
{
background-color: #0047CF;
}
.BgClassName
{
background-color: #0047CF;
}
</style>
border-color css
<style>
span { border-color: #0047CF; }
span { border-color: rgb(0,71,207); }
td.TdClassName
{
border-color: #0047CF;
}
.TagClassName
{
border-color: #0047CF;
}
</style>