Shades of Navy #000468
Tints of Navy #000468
RGB
CMYK
RGB Variations
Color information
#000468 (or 0x000468) is known color: Navy. HEX triplet: 00, 04 and 68. RGB value is (0,4,104). Sum of RGB (Red+Green+Blue) = 0+4+104=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 104 (41.02% from 255 or 96.30% from 108); Max value from RGB is 104 - color contains mainly: blue. Hex color #000468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000468 is #FFFB97. Grayscale: #0D0D0D. Windows color (decimal): -16776088 or 6816768. OLE color: 6816768.
HSL color Cylindrical-coordinate representation of color #000468: hue angle of 237.69º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000468 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 4 | 104 | - |
| CMYK | 1 | 0.96 | 0 | 0.59 |
| HSL | 237.69º | 1% | 0.2% | - |
| HSV(B) | 237.69º | 1% | 0.41% | - |
| XYZ | 2.54 | 1.09 | 13.17 | - |
| YUV | 14.2 | 178.67 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 104 | 1 | 0.96 | 0 | 0.59 | 237.69 | 1 | 0.2 |
| Hex | 0 | 4 | 68 | 64 | 60 | 0 | 3B | EE | 64 | 14 |
| Octal | 0 | 4 | 150 | 144 | 140 | 0 | 73 | 356 | 144 | 24 |
| Binary | 0 | 100 | 1101000 | 1100100 | 1100000 | 0 | 111011 | 11101110 | 1100100 | 10100 |
Color Harmonies of #000468
Complementary color
Monochromatic Colors of #000468
Black with #000468
Text Example
Text Example
White with #000468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000468; }
p { color: rgb(0,4,104); }
H1.HeaderClassName
{
color: #000468;
}
.AnyTagClassName
{
color: #000468;
}
</style>
background-color css
<style>
a { background-color: #000468; }
a { background-color: rgb(0,4,104); }
div.DivClassName
{
background-color: #000468;
}
.BgClassName
{
background-color: #000468;
}
</style>
border-color css
<style>
span { border-color: #000468; }
span { border-color: rgb(0,4,104); }
td.TdClassName
{
border-color: #000468;
}
.TagClassName
{
border-color: #000468;
}
</style>