Shades of Navy Blue #0478EA
Tints of Navy Blue #0478EA
RGB
CMYK
RGB Variations
Color information
#0478EA (or 0x0478EA) is known color: Navy Blue. HEX triplet: 04, 78 and EA. RGB value is (4,120,234). Sum of RGB (Red+Green+Blue) = 4+120+234=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #0478EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0478EA is #FB8715. Grayscale: #616161. Windows color (decimal): -16484118 or 15366148. OLE color: 15366148.
HSL color Cylindrical-coordinate representation of color #0478EA: hue angle of 209.74º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0478EA is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 120 | 234 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.08 |
| HSL | 209.74º | 0.97% | 0.47% | - |
| HSV(B) | 209.74º | 0.98% | 0.92% | - |
| XYZ | 21.62 | 19.4 | 80.45 | - |
| YUV | 98.31 | 204.57 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 120 | 234 | 0.98 | 0.49 | 0 | 0.08 | 209.74 | 0.97 | 0.47 |
| Hex | 4 | 78 | EA | 62 | 31 | 0 | 8 | D2 | 61 | 2F |
| Octal | 4 | 170 | 352 | 142 | 61 | 0 | 10 | 322 | 141 | 57 |
| Binary | 100 | 1111000 | 11101010 | 1100010 | 110001 | 0 | 1000 | 11010010 | 1100001 | 101111 |
Color Harmonies of #0478EA
Complementary color
Monochromatic Colors of #0478EA
Black with #0478EA
Text Example
Text Example
White with #0478EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0478EA; }
p { color: rgb(4,120,234); }
H1.HeaderClassName
{
color: #0478EA;
}
.AnyTagClassName
{
color: #0478EA;
}
</style>
background-color css
<style>
a { background-color: #0478EA; }
a { background-color: rgb(4,120,234); }
div.DivClassName
{
background-color: #0478EA;
}
.BgClassName
{
background-color: #0478EA;
}
</style>
border-color css
<style>
span { border-color: #0478EA; }
span { border-color: rgb(4,120,234); }
td.TdClassName
{
border-color: #0478EA;
}
.TagClassName
{
border-color: #0478EA;
}
</style>