Shades of Navy Blue #0477DF
Tints of Navy Blue #0477DF
RGB
CMYK
RGB Variations
Color information
#0477DF (or 0x0477DF) is known color: Navy Blue. HEX triplet: 04, 77 and DF. RGB value is (4,119,223). Sum of RGB (Red+Green+Blue) = 4+119+223=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #0477DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0477DF is #FB8820. Grayscale: #5F5F5F. Windows color (decimal): -16484385 or 14644996. OLE color: 14644996.
HSL color Cylindrical-coordinate representation of color #0477DF: hue angle of 208.49º 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 #0477DF is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 119 | 223 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.13 |
| HSL | 208.49º | 0.96% | 0.45% | - |
| HSV(B) | 208.49º | 0.98% | 0.87% | - |
| XYZ | 19.97 | 18.55 | 72.34 | - |
| YUV | 96.47 | 199.4 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 119 | 223 | 0.98 | 0.47 | 0 | 0.13 | 208.49 | 0.96 | 0.45 |
| Hex | 4 | 77 | DF | 62 | 2F | 0 | D | D0 | 60 | 2D |
| Octal | 4 | 167 | 337 | 142 | 57 | 0 | 15 | 320 | 140 | 55 |
| Binary | 100 | 1110111 | 11011111 | 1100010 | 101111 | 0 | 1101 | 11010000 | 1100000 | 101101 |
Color Harmonies of #0477DF
Complementary color
Monochromatic Colors of #0477DF
Black with #0477DF
Text Example
Text Example
White with #0477DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0477DF; }
p { color: rgb(4,119,223); }
H1.HeaderClassName
{
color: #0477DF;
}
.AnyTagClassName
{
color: #0477DF;
}
</style>
background-color css
<style>
a { background-color: #0477DF; }
a { background-color: rgb(4,119,223); }
div.DivClassName
{
background-color: #0477DF;
}
.BgClassName
{
background-color: #0477DF;
}
</style>
border-color css
<style>
span { border-color: #0477DF; }
span { border-color: rgb(4,119,223); }
td.TdClassName
{
border-color: #0477DF;
}
.TagClassName
{
border-color: #0477DF;
}
</style>