Shades of Navy #000B65
Tints of Navy #000B65
RGB
CMYK
RGB Variations
Color information
#000B65 (or 0x000B65) is known color: Navy. HEX triplet: 00, 0B and 65. RGB value is (0,11,101). Sum of RGB (Red+Green+Blue) = 0+11+101=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 101 (39.84% from 255 or 90.18% from 112); Max value from RGB is 101 - color contains mainly: blue. Hex color #000B65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B65 is #FFF49A. Grayscale: #111111. Windows color (decimal): -16774299 or 6621952. OLE color: 6621952.
HSL color Cylindrical-coordinate representation of color #000B65: hue angle of 233.47º 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 #000B65 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 11 | 101 | - |
| CMYK | 1 | 0.89 | 0 | 0.60 |
| HSL | 233.47º | 1% | 0.2% | - |
| HSV(B) | 233.47º | 1% | 0.4% | - |
| XYZ | 2.47 | 1.18 | 12.41 | - |
| YUV | 17.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 101 | 1 | 0.89 | 0 | 0.60 | 233.47 | 1 | 0.2 |
| Hex | 0 | B | 65 | 64 | 59 | 0 | 3C | E9 | 64 | 14 |
| Octal | 0 | 13 | 145 | 144 | 131 | 0 | 74 | 351 | 144 | 24 |
| Binary | 0 | 1011 | 1100101 | 1100100 | 1011001 | 0 | 111100 | 11101001 | 1100100 | 10100 |
Color Harmonies of #000B65
Complementary color
Monochromatic Colors of #000B65
Black with #000B65
Text Example
Text Example
White with #000B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B65; }
p { color: rgb(0,11,101); }
H1.HeaderClassName
{
color: #000B65;
}
.AnyTagClassName
{
color: #000B65;
}
</style>
background-color css
<style>
a { background-color: #000B65; }
a { background-color: rgb(0,11,101); }
div.DivClassName
{
background-color: #000B65;
}
.BgClassName
{
background-color: #000B65;
}
</style>
border-color css
<style>
span { border-color: #000B65; }
span { border-color: rgb(0,11,101); }
td.TdClassName
{
border-color: #000B65;
}
.TagClassName
{
border-color: #000B65;
}
</style>