Shades of Navy Blue #0475EA
Tints of Navy Blue #0475EA
RGB
CMYK
RGB Variations
Color information
#0475EA (or 0x0475EA) is known color: Navy Blue. HEX triplet: 04, 75 and EA. RGB value is (4,117,234). Sum of RGB (Red+Green+Blue) = 4+117+234=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #0475EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0475EA is #FB8A15. Grayscale: #5F5F5F. Windows color (decimal): -16484886 or 15365380. OLE color: 15365380.
HSL color Cylindrical-coordinate representation of color #0475EA: hue angle of 210.52º 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 #0475EA is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 117 | 234 | - |
| CMYK | 0.98 | 0.5 | 0 | 0.08 |
| HSL | 210.52º | 0.97% | 0.47% | - |
| HSV(B) | 210.52º | 0.98% | 0.92% | - |
| XYZ | 21.26 | 18.69 | 80.33 | - |
| YUV | 96.55 | 205.56 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 234 | 0.98 | 0.5 | 0 | 0.08 | 210.52 | 0.97 | 0.47 |
| Hex | 4 | 75 | EA | 62 | 32 | 0 | 8 | D3 | 61 | 2F |
| Octal | 4 | 165 | 352 | 142 | 62 | 0 | 10 | 323 | 141 | 57 |
| Binary | 100 | 1110101 | 11101010 | 1100010 | 110010 | 0 | 1000 | 11010011 | 1100001 | 101111 |
Color Harmonies of #0475EA
Complementary color
Monochromatic Colors of #0475EA
Black with #0475EA
Text Example
Text Example
White with #0475EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0475EA; }
p { color: rgb(4,117,234); }
H1.HeaderClassName
{
color: #0475EA;
}
.AnyTagClassName
{
color: #0475EA;
}
</style>
background-color css
<style>
a { background-color: #0475EA; }
a { background-color: rgb(4,117,234); }
div.DivClassName
{
background-color: #0475EA;
}
.BgClassName
{
background-color: #0475EA;
}
</style>
border-color css
<style>
span { border-color: #0475EA; }
span { border-color: rgb(4,117,234); }
td.TdClassName
{
border-color: #0475EA;
}
.TagClassName
{
border-color: #0475EA;
}
</style>