Shades of Navy Blue #0468F7
Tints of Navy Blue #0468F7
RGB
CMYK
RGB Variations
Color information
#0468F7 (or 0x0468F7) is known color: Navy Blue. HEX triplet: 04, 68 and F7. RGB value is (4,104,247). Sum of RGB (Red+Green+Blue) = 4+104+247=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 247 (96.88% from 255 or 69.58% from 355); Max value from RGB is 247 - color contains mainly: blue. Hex color #0468F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0468F7 is #FB9708. Grayscale: #595959. Windows color (decimal): -16488201 or 16214020. OLE color: 16214020.
HSL color Cylindrical-coordinate representation of color #0468F7: hue angle of 215.31º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0468F7 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 4 | 104 | 247 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.03 |
| HSL | 215.31º | 0.97% | 0.49% | - |
| HSV(B) | 215.31º | 0.98% | 0.97% | - |
| XYZ | 21.79 | 16.64 | 90.06 | - |
| YUV | 90.4 | 216.37 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 247 | 0.98 | 0.58 | 0 | 0.03 | 215.31 | 0.97 | 0.49 |
| Hex | 4 | 68 | F7 | 62 | 3A | 0 | 3 | D7 | 61 | 31 |
| Octal | 4 | 150 | 367 | 142 | 72 | 0 | 3 | 327 | 141 | 61 |
| Binary | 100 | 1101000 | 11110111 | 1100010 | 111010 | 0 | 11 | 11010111 | 1100001 | 110001 |
Color Harmonies of #0468F7
Complementary color
Monochromatic Colors of #0468F7
Black with #0468F7
Text Example
Text Example
White with #0468F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0468F7; }
p { color: rgb(4,104,247); }
H1.HeaderClassName
{
color: #0468F7;
}
.AnyTagClassName
{
color: #0468F7;
}
</style>
background-color css
<style>
a { background-color: #0468F7; }
a { background-color: rgb(4,104,247); }
div.DivClassName
{
background-color: #0468F7;
}
.BgClassName
{
background-color: #0468F7;
}
</style>
border-color css
<style>
span { border-color: #0468F7; }
span { border-color: rgb(4,104,247); }
td.TdClassName
{
border-color: #0468F7;
}
.TagClassName
{
border-color: #0468F7;
}
</style>