Shades of Navy Blue #0468BF
Tints of Navy Blue #0468BF
RGB
CMYK
RGB Variations
Color information
#0468BF (or 0x0468BF) is known color: Navy Blue. HEX triplet: 04, 68 and BF. RGB value is (4,104,191). Sum of RGB (Red+Green+Blue) = 4+104+191=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #0468BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0468BF is #FB9740. Grayscale: #535353. Windows color (decimal): -16488257 or 12544004. OLE color: 12544004.
HSL color Cylindrical-coordinate representation of color #0468BF: hue angle of 207.91º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0468BF is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 104 | 191 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.25 |
| HSL | 207.91º | 0.96% | 0.38% | - |
| HSV(B) | 207.91º | 0.98% | 0.75% | - |
| XYZ | 14.4 | 13.69 | 51.17 | - |
| YUV | 84.02 | 188.37 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 191 | 0.98 | 0.46 | 0 | 0.25 | 207.91 | 0.96 | 0.38 |
| Hex | 4 | 68 | BF | 62 | 2E | 0 | 19 | D0 | 60 | 26 |
| Octal | 4 | 150 | 277 | 142 | 56 | 0 | 31 | 320 | 140 | 46 |
| Binary | 100 | 1101000 | 10111111 | 1100010 | 101110 | 0 | 11001 | 11010000 | 1100000 | 100110 |
Color Harmonies of #0468BF
Complementary color
Monochromatic Colors of #0468BF
Black with #0468BF
Text Example
Text Example
White with #0468BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0468BF; }
p { color: rgb(4,104,191); }
H1.HeaderClassName
{
color: #0468BF;
}
.AnyTagClassName
{
color: #0468BF;
}
</style>
background-color css
<style>
a { background-color: #0468BF; }
a { background-color: rgb(4,104,191); }
div.DivClassName
{
background-color: #0468BF;
}
.BgClassName
{
background-color: #0468BF;
}
</style>
border-color css
<style>
span { border-color: #0468BF; }
span { border-color: rgb(4,104,191); }
td.TdClassName
{
border-color: #0468BF;
}
.TagClassName
{
border-color: #0468BF;
}
</style>