Shades of Navy Blue #0469EC
Tints of Navy Blue #0469EC
RGB
CMYK
RGB Variations
Color information
#0469EC (or 0x0469EC) is known color: Navy Blue. HEX triplet: 04, 69 and EC. RGB value is (4,105,236). Sum of RGB (Red+Green+Blue) = 4+105+236=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #0469EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0469EC is #FB9613. Grayscale: #595959. Windows color (decimal): -16487956 or 15493380. OLE color: 15493380.
HSL color Cylindrical-coordinate representation of color #0469EC: hue angle of 213.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0469EC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 105 | 236 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.07 |
| HSL | 213.88º | 0.97% | 0.47% | - |
| HSV(B) | 213.88º | 0.98% | 0.93% | - |
| XYZ | 20.24 | 16.19 | 81.41 | - |
| YUV | 89.74 | 210.54 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 236 | 0.98 | 0.56 | 0 | 0.07 | 213.88 | 0.97 | 0.47 |
| Hex | 4 | 69 | EC | 62 | 38 | 0 | 7 | D6 | 61 | 2F |
| Octal | 4 | 151 | 354 | 142 | 70 | 0 | 7 | 326 | 141 | 57 |
| Binary | 100 | 1101001 | 11101100 | 1100010 | 111000 | 0 | 111 | 11010110 | 1100001 | 101111 |
Color Harmonies of #0469EC
Complementary color
Monochromatic Colors of #0469EC
Black with #0469EC
Text Example
Text Example
White with #0469EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0469EC; }
p { color: rgb(4,105,236); }
H1.HeaderClassName
{
color: #0469EC;
}
.AnyTagClassName
{
color: #0469EC;
}
</style>
background-color css
<style>
a { background-color: #0469EC; }
a { background-color: rgb(4,105,236); }
div.DivClassName
{
background-color: #0469EC;
}
.BgClassName
{
background-color: #0469EC;
}
</style>
border-color css
<style>
span { border-color: #0469EC; }
span { border-color: rgb(4,105,236); }
td.TdClassName
{
border-color: #0469EC;
}
.TagClassName
{
border-color: #0469EC;
}
</style>