Shades of Navy #000467
Tints of Navy #000467
RGB
CMYK
RGB Variations
Color information
#000467 (or 0x000467) is known color: Navy. HEX triplet: 00, 04 and 67. RGB value is (0,4,103). Sum of RGB (Red+Green+Blue) = 0+4+103=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 103 (40.62% from 255 or 96.26% from 107); Max value from RGB is 103 - color contains mainly: blue. Hex color #000467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000467 is #FFFB98. Grayscale: #0D0D0D. Windows color (decimal): -16776089 or 6751232. OLE color: 6751232.
HSL color Cylindrical-coordinate representation of color #000467: hue angle of 237.67º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000467 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 4 | 103 | - |
| CMYK | 1 | 0.96 | 0 | 0.60 |
| HSL | 237.67º | 1% | 0.2% | - |
| HSV(B) | 237.67º | 1% | 0.4% | - |
| XYZ | 2.49 | 1.07 | 12.91 | - |
| YUV | 14.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 103 | 1 | 0.96 | 0 | 0.60 | 237.67 | 1 | 0.2 |
| Hex | 0 | 4 | 67 | 64 | 60 | 0 | 3C | EE | 64 | 14 |
| Octal | 0 | 4 | 147 | 144 | 140 | 0 | 74 | 356 | 144 | 24 |
| Binary | 0 | 100 | 1100111 | 1100100 | 1100000 | 0 | 111100 | 11101110 | 1100100 | 10100 |
Color Harmonies of #000467
Complementary color
Monochromatic Colors of #000467
Black with #000467
Text Example
Text Example
White with #000467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000467; }
p { color: rgb(0,4,103); }
H1.HeaderClassName
{
color: #000467;
}
.AnyTagClassName
{
color: #000467;
}
</style>
background-color css
<style>
a { background-color: #000467; }
a { background-color: rgb(0,4,103); }
div.DivClassName
{
background-color: #000467;
}
.BgClassName
{
background-color: #000467;
}
</style>
border-color css
<style>
span { border-color: #000467; }
span { border-color: rgb(0,4,103); }
td.TdClassName
{
border-color: #000467;
}
.TagClassName
{
border-color: #000467;
}
</style>