Shades of Navy Blue #0468EF
Tints of Navy Blue #0468EF
RGB
CMYK
RGB Variations
Color information
#0468EF (or 0x0468EF) is known color: Navy Blue. HEX triplet: 04, 68 and EF. RGB value is (4,104,239). Sum of RGB (Red+Green+Blue) = 4+104+239=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #0468EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0468EF is #FB9710. Grayscale: #585858. Windows color (decimal): -16488209 or 15689732. OLE color: 15689732.
HSL color Cylindrical-coordinate representation of color #0468EF: hue angle of 214.47º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0468EF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 104 | 239 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.06 |
| HSL | 214.47º | 0.97% | 0.48% | - |
| HSV(B) | 214.47º | 0.98% | 0.94% | - |
| XYZ | 20.58 | 16.16 | 83.7 | - |
| YUV | 89.49 | 212.37 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 239 | 0.98 | 0.56 | 0 | 0.06 | 214.47 | 0.97 | 0.48 |
| Hex | 4 | 68 | EF | 62 | 38 | 0 | 6 | D6 | 61 | 30 |
| Octal | 4 | 150 | 357 | 142 | 70 | 0 | 6 | 326 | 141 | 60 |
| Binary | 100 | 1101000 | 11101111 | 1100010 | 111000 | 0 | 110 | 11010110 | 1100001 | 110000 |
Color Harmonies of #0468EF
Complementary color
Monochromatic Colors of #0468EF
Black with #0468EF
Text Example
Text Example
White with #0468EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0468EF; }
p { color: rgb(4,104,239); }
H1.HeaderClassName
{
color: #0468EF;
}
.AnyTagClassName
{
color: #0468EF;
}
</style>
background-color css
<style>
a { background-color: #0468EF; }
a { background-color: rgb(4,104,239); }
div.DivClassName
{
background-color: #0468EF;
}
.BgClassName
{
background-color: #0468EF;
}
</style>
border-color css
<style>
span { border-color: #0468EF; }
span { border-color: rgb(4,104,239); }
td.TdClassName
{
border-color: #0468EF;
}
.TagClassName
{
border-color: #0468EF;
}
</style>