Shades of Navy Blue #0468DC
Tints of Navy Blue #0468DC
RGB
CMYK
RGB Variations
Color information
#0468DC (or 0x0468DC) is known color: Navy Blue. HEX triplet: 04, 68 and DC. RGB value is (4,104,220). Sum of RGB (Red+Green+Blue) = 4+104+220=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #0468DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0468DC is #FB9723. Grayscale: #565656. Windows color (decimal): -16488228 or 14444548. OLE color: 14444548.
HSL color Cylindrical-coordinate representation of color #0468DC: hue angle of 212.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0468DC is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 104 | 220 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.14 |
| HSL | 212.22º | 0.96% | 0.44% | - |
| HSV(B) | 212.22º | 0.98% | 0.86% | - |
| XYZ | 17.92 | 15.09 | 69.68 | - |
| YUV | 87.32 | 202.87 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 220 | 0.98 | 0.53 | 0 | 0.14 | 212.22 | 0.96 | 0.44 |
| Hex | 4 | 68 | DC | 62 | 35 | 0 | E | D4 | 60 | 2C |
| Octal | 4 | 150 | 334 | 142 | 65 | 0 | 16 | 324 | 140 | 54 |
| Binary | 100 | 1101000 | 11011100 | 1100010 | 110101 | 0 | 1110 | 11010100 | 1100000 | 101100 |
Color Harmonies of #0468DC
Complementary color
Monochromatic Colors of #0468DC
Black with #0468DC
Text Example
Text Example
White with #0468DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0468DC; }
p { color: rgb(4,104,220); }
H1.HeaderClassName
{
color: #0468DC;
}
.AnyTagClassName
{
color: #0468DC;
}
</style>
background-color css
<style>
a { background-color: #0468DC; }
a { background-color: rgb(4,104,220); }
div.DivClassName
{
background-color: #0468DC;
}
.BgClassName
{
background-color: #0468DC;
}
</style>
border-color css
<style>
span { border-color: #0468DC; }
span { border-color: rgb(4,104,220); }
td.TdClassName
{
border-color: #0468DC;
}
.TagClassName
{
border-color: #0468DC;
}
</style>