Shades of Navy #000165
Tints of Navy #000165
RGB
CMYK
RGB Variations
Color information
#000165 (or 0x000165) is known color: Navy. HEX triplet: 00, 01 and 65. RGB value is (0,1,101). Sum of RGB (Red+Green+Blue) = 0+1+101=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 101 (39.84% from 255 or 99.02% from 102); Max value from RGB is 101 - color contains mainly: blue. Hex color #000165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000165 is #FFFE9A. Grayscale: #0B0B0B. Windows color (decimal): -16776859 or 6619392. OLE color: 6619392.
HSL color Cylindrical-coordinate representation of color #000165: hue angle of 239.41º 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 #000165 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 1 | 101 | - |
| CMYK | 1 | 0.99 | 0 | 0.60 |
| HSL | 239.41º | 1% | 0.2% | - |
| HSV(B) | 239.41º | 1% | 0.4% | - |
| XYZ | 2.36 | 0.96 | 12.37 | - |
| YUV | 12.1 | 178.17 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 101 | 1 | 0.99 | 0 | 0.60 | 239.41 | 1 | 0.2 |
| Hex | 0 | 1 | 65 | 64 | 63 | 0 | 3C | EF | 64 | 14 |
| Octal | 0 | 1 | 145 | 144 | 143 | 0 | 74 | 357 | 144 | 24 |
| Binary | 0 | 1 | 1100101 | 1100100 | 1100011 | 0 | 111100 | 11101111 | 1100100 | 10100 |
Color Harmonies of #000165
Complementary color
Monochromatic Colors of #000165
Black with #000165
Text Example
Text Example
White with #000165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000165; }
p { color: rgb(0,1,101); }
H1.HeaderClassName
{
color: #000165;
}
.AnyTagClassName
{
color: #000165;
}
</style>
background-color css
<style>
a { background-color: #000165; }
a { background-color: rgb(0,1,101); }
div.DivClassName
{
background-color: #000165;
}
.BgClassName
{
background-color: #000165;
}
</style>
border-color css
<style>
span { border-color: #000165; }
span { border-color: rgb(0,1,101); }
td.TdClassName
{
border-color: #000165;
}
.TagClassName
{
border-color: #000165;
}
</style>