Shades of Navy Blue #0468E9
Tints of Navy Blue #0468E9
RGB
CMYK
RGB Variations
Color information
#0468E9 (or 0x0468E9) is known color: Navy Blue. HEX triplet: 04, 68 and E9. RGB value is (4,104,233). Sum of RGB (Red+Green+Blue) = 4+104+233=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 233 (91.41% from 255 or 68.33% from 341); Max value from RGB is 233 - color contains mainly: blue. Hex color #0468E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0468E9 is #FB9716. Grayscale: #585858. Windows color (decimal): -16488215 or 15296516. OLE color: 15296516.
HSL color Cylindrical-coordinate representation of color #0468E9: hue angle of 213.8º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0468E9 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 104 | 233 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.09 |
| HSL | 213.8º | 0.97% | 0.46% | - |
| HSV(B) | 213.8º | 0.98% | 0.91% | - |
| XYZ | 19.71 | 15.81 | 79.1 | - |
| YUV | 88.81 | 209.37 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 233 | 0.98 | 0.55 | 0 | 0.09 | 213.8 | 0.97 | 0.46 |
| Hex | 4 | 68 | E9 | 62 | 37 | 0 | 9 | D6 | 61 | 2E |
| Octal | 4 | 150 | 351 | 142 | 67 | 0 | 11 | 326 | 141 | 56 |
| Binary | 100 | 1101000 | 11101001 | 1100010 | 110111 | 0 | 1001 | 11010110 | 1100001 | 101110 |
Color Harmonies of #0468E9
Complementary color
Monochromatic Colors of #0468E9
Black with #0468E9
Text Example
Text Example
White with #0468E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0468E9; }
p { color: rgb(4,104,233); }
H1.HeaderClassName
{
color: #0468E9;
}
.AnyTagClassName
{
color: #0468E9;
}
</style>
background-color css
<style>
a { background-color: #0468E9; }
a { background-color: rgb(4,104,233); }
div.DivClassName
{
background-color: #0468E9;
}
.BgClassName
{
background-color: #0468E9;
}
</style>
border-color css
<style>
span { border-color: #0468E9; }
span { border-color: rgb(4,104,233); }
td.TdClassName
{
border-color: #0468E9;
}
.TagClassName
{
border-color: #0468E9;
}
</style>