Shades of Navy Blue #0477EF
Tints of Navy Blue #0477EF
RGB
CMYK
RGB Variations
Color information
#0477EF (or 0x0477EF) is known color: Navy Blue. HEX triplet: 04, 77 and EF. RGB value is (4,119,239). Sum of RGB (Red+Green+Blue) = 4+119+239=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #0477EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0477EF is #FB8810. Grayscale: #616161. Windows color (decimal): -16484369 or 15693572. OLE color: 15693572.
HSL color Cylindrical-coordinate representation of color #0477EF: hue angle of 210.64º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0477EF is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 119 | 239 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.06 |
| HSL | 210.64º | 0.97% | 0.48% | - |
| HSV(B) | 210.64º | 0.98% | 0.94% | - |
| XYZ | 22.23 | 19.45 | 84.24 | - |
| YUV | 98.3 | 207.4 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 119 | 239 | 0.98 | 0.50 | 0 | 0.06 | 210.64 | 0.97 | 0.48 |
| Hex | 4 | 77 | EF | 62 | 32 | 0 | 6 | D3 | 61 | 30 |
| Octal | 4 | 167 | 357 | 142 | 62 | 0 | 6 | 323 | 141 | 60 |
| Binary | 100 | 1110111 | 11101111 | 1100010 | 110010 | 0 | 110 | 11010011 | 1100001 | 110000 |
Color Harmonies of #0477EF
Complementary color
Monochromatic Colors of #0477EF
Black with #0477EF
Text Example
Text Example
White with #0477EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0477EF; }
p { color: rgb(4,119,239); }
H1.HeaderClassName
{
color: #0477EF;
}
.AnyTagClassName
{
color: #0477EF;
}
</style>
background-color css
<style>
a { background-color: #0477EF; }
a { background-color: rgb(4,119,239); }
div.DivClassName
{
background-color: #0477EF;
}
.BgClassName
{
background-color: #0477EF;
}
</style>
border-color css
<style>
span { border-color: #0477EF; }
span { border-color: rgb(4,119,239); }
td.TdClassName
{
border-color: #0477EF;
}
.TagClassName
{
border-color: #0477EF;
}
</style>