Shades of Navy Blue #0477BE
Tints of Navy Blue #0477BE
RGB
CMYK
RGB Variations
Color information
#0477BE (or 0x0477BE) is known color: Navy Blue. HEX triplet: 04, 77 and BE. RGB value is (4,119,190). Sum of RGB (Red+Green+Blue) = 4+119+190=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #0477BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0477BE is #FB8841. Grayscale: #5C5C5C. Windows color (decimal): -16484418 or 12482308. OLE color: 12482308.
HSL color Cylindrical-coordinate representation of color #0477BE: hue angle of 202.9º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0477BE is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 119 | 190 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.25 |
| HSL | 202.9º | 0.96% | 0.38% | - |
| HSV(B) | 202.9º | 0.98% | 0.75% | - |
| XYZ | 15.94 | 16.94 | 51.14 | - |
| YUV | 92.71 | 182.9 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 119 | 190 | 0.98 | 0.37 | 0 | 0.25 | 202.9 | 0.96 | 0.38 |
| Hex | 4 | 77 | BE | 62 | 25 | 0 | 19 | CB | 60 | 26 |
| Octal | 4 | 167 | 276 | 142 | 45 | 0 | 31 | 313 | 140 | 46 |
| Binary | 100 | 1110111 | 10111110 | 1100010 | 100101 | 0 | 11001 | 11001011 | 1100000 | 100110 |
Color Harmonies of #0477BE
Complementary color
Monochromatic Colors of #0477BE
Black with #0477BE
Text Example
Text Example
White with #0477BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0477BE; }
p { color: rgb(4,119,190); }
H1.HeaderClassName
{
color: #0477BE;
}
.AnyTagClassName
{
color: #0477BE;
}
</style>
background-color css
<style>
a { background-color: #0477BE; }
a { background-color: rgb(4,119,190); }
div.DivClassName
{
background-color: #0477BE;
}
.BgClassName
{
background-color: #0477BE;
}
</style>
border-color css
<style>
span { border-color: #0477BE; }
span { border-color: rgb(4,119,190); }
td.TdClassName
{
border-color: #0477BE;
}
.TagClassName
{
border-color: #0477BE;
}
</style>