Shades of Navy #000465
Tints of Navy #000465
RGB
CMYK
RGB Variations
Color information
#000465 (or 0x000465) is known color: Navy. HEX triplet: 00, 04 and 65. RGB value is (0,4,101). Sum of RGB (Red+Green+Blue) = 0+4+101=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 101 (39.84% from 255 or 96.19% from 105); Max value from RGB is 101 - color contains mainly: blue. Hex color #000465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000465 is #FFFB9A. Grayscale: #0D0D0D. Windows color (decimal): -16776091 or 6620160. OLE color: 6620160.
HSL color Cylindrical-coordinate representation of color #000465: hue angle of 237.62º 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 #000465 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 4 | 101 | - |
| CMYK | 1 | 0.96 | 0 | 0.60 |
| HSL | 237.62º | 1% | 0.2% | - |
| HSV(B) | 237.62º | 1% | 0.4% | - |
| XYZ | 2.39 | 1.03 | 12.38 | - |
| YUV | 13.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 101 | 1 | 0.96 | 0 | 0.60 | 237.62 | 1 | 0.2 |
| Hex | 0 | 4 | 65 | 64 | 60 | 0 | 3C | EE | 64 | 14 |
| Octal | 0 | 4 | 145 | 144 | 140 | 0 | 74 | 356 | 144 | 24 |
| Binary | 0 | 100 | 1100101 | 1100100 | 1100000 | 0 | 111100 | 11101110 | 1100100 | 10100 |
Color Harmonies of #000465
Complementary color
Monochromatic Colors of #000465
Black with #000465
Text Example
Text Example
White with #000465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000465; }
p { color: rgb(0,4,101); }
H1.HeaderClassName
{
color: #000465;
}
.AnyTagClassName
{
color: #000465;
}
</style>
background-color css
<style>
a { background-color: #000465; }
a { background-color: rgb(0,4,101); }
div.DivClassName
{
background-color: #000465;
}
.BgClassName
{
background-color: #000465;
}
</style>
border-color css
<style>
span { border-color: #000465; }
span { border-color: rgb(0,4,101); }
td.TdClassName
{
border-color: #000465;
}
.TagClassName
{
border-color: #000465;
}
</style>