Shades of Navy Blue #047FDF
Tints of Navy Blue #047FDF
RGB
CMYK
RGB Variations
Color information
#047FDF (or 0x047FDF) is known color: Navy Blue. HEX triplet: 04, 7F and DF. RGB value is (4,127,223). Sum of RGB (Red+Green+Blue) = 4+127+223=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #047FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FDF is #FB8020. Grayscale: #646464. Windows color (decimal): -16482337 or 14647044. OLE color: 14647044.
HSL color Cylindrical-coordinate representation of color #047FDF: hue angle of 206.3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FDF is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 127 | 223 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.13 |
| HSL | 206.3º | 0.96% | 0.45% | - |
| HSV(B) | 206.3º | 0.98% | 0.87% | - |
| XYZ | 20.96 | 20.53 | 72.67 | - |
| YUV | 101.17 | 196.75 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 223 | 0.98 | 0.43 | 0 | 0.13 | 206.3 | 0.96 | 0.45 |
| Hex | 4 | 7F | DF | 62 | 2B | 0 | D | CE | 60 | 2D |
| Octal | 4 | 177 | 337 | 142 | 53 | 0 | 15 | 316 | 140 | 55 |
| Binary | 100 | 1111111 | 11011111 | 1100010 | 101011 | 0 | 1101 | 11001110 | 1100000 | 101101 |
Color Harmonies of #047FDF
Complementary color
Monochromatic Colors of #047FDF
Black with #047FDF
Text Example
Text Example
White with #047FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FDF; }
p { color: rgb(4,127,223); }
H1.HeaderClassName
{
color: #047FDF;
}
.AnyTagClassName
{
color: #047FDF;
}
</style>
background-color css
<style>
a { background-color: #047FDF; }
a { background-color: rgb(4,127,223); }
div.DivClassName
{
background-color: #047FDF;
}
.BgClassName
{
background-color: #047FDF;
}
</style>
border-color css
<style>
span { border-color: #047FDF; }
span { border-color: rgb(4,127,223); }
td.TdClassName
{
border-color: #047FDF;
}
.TagClassName
{
border-color: #047FDF;
}
</style>