Shades of Navy Blue #0468BC
Tints of Navy Blue #0468BC
RGB
CMYK
RGB Variations
Color information
#0468BC (or 0x0468BC) is known color: Navy Blue. HEX triplet: 04, 68 and BC. RGB value is (4,104,188). Sum of RGB (Red+Green+Blue) = 4+104+188=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #0468BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0468BC is #FB9743. Grayscale: #535353. Windows color (decimal): -16488260 or 12347396. OLE color: 12347396.
HSL color Cylindrical-coordinate representation of color #0468BC: hue angle of 207.39º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0468BC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 104 | 188 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.26 |
| HSL | 207.39º | 0.96% | 0.38% | - |
| HSV(B) | 207.39º | 0.98% | 0.74% | - |
| XYZ | 14.08 | 13.56 | 49.45 | - |
| YUV | 83.68 | 186.87 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 188 | 0.98 | 0.45 | 0 | 0.26 | 207.39 | 0.96 | 0.38 |
| Hex | 4 | 68 | BC | 62 | 2D | 0 | 1A | CF | 60 | 26 |
| Octal | 4 | 150 | 274 | 142 | 55 | 0 | 32 | 317 | 140 | 46 |
| Binary | 100 | 1101000 | 10111100 | 1100010 | 101101 | 0 | 11010 | 11001111 | 1100000 | 100110 |
Color Harmonies of #0468BC
Complementary color
Monochromatic Colors of #0468BC
Black with #0468BC
Text Example
Text Example
White with #0468BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0468BC; }
p { color: rgb(4,104,188); }
H1.HeaderClassName
{
color: #0468BC;
}
.AnyTagClassName
{
color: #0468BC;
}
</style>
background-color css
<style>
a { background-color: #0468BC; }
a { background-color: rgb(4,104,188); }
div.DivClassName
{
background-color: #0468BC;
}
.BgClassName
{
background-color: #0468BC;
}
</style>
border-color css
<style>
span { border-color: #0468BC; }
span { border-color: rgb(4,104,188); }
td.TdClassName
{
border-color: #0468BC;
}
.TagClassName
{
border-color: #0468BC;
}
</style>