Shades of Navy #00065B
Tints of Navy #00065B
RGB
CMYK
RGB Variations
Color information
#00065B (or 0x00065B) is known color: Navy. HEX triplet: 00, 06 and 5B. RGB value is (0,6,91). Sum of RGB (Red+Green+Blue) = 0+6+91=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 91 (35.94% from 255 or 93.81% from 97); Max value from RGB is 91 - color contains mainly: blue. Hex color #00065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00065B is #FFF9A4. Grayscale: #0D0D0D. Windows color (decimal): -16775589 or 5965312. OLE color: 5965312.
HSL color Cylindrical-coordinate representation of color #00065B: hue angle of 236.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00065B is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 6 | 91 | - |
| CMYK | 1 | 0.93 | 0 | 0.64 |
| HSL | 236.04º | 1% | 0.18% | - |
| HSV(B) | 236.04º | 1% | 0.36% | - |
| XYZ | 1.95 | 0.89 | 9.97 | - |
| YUV | 13.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 91 | 1 | 0.93 | 0 | 0.64 | 236.04 | 1 | 0.18 |
| Hex | 0 | 6 | 5B | 64 | 5D | 0 | 40 | EC | 64 | 12 |
| Octal | 0 | 6 | 133 | 144 | 135 | 0 | 100 | 354 | 144 | 22 |
| Binary | 0 | 110 | 1011011 | 1100100 | 1011101 | 0 | 1000000 | 11101100 | 1100100 | 10010 |
Color Harmonies of #00065B
Complementary color
Monochromatic Colors of #00065B
Black with #00065B
Text Example
Text Example
White with #00065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00065B; }
p { color: rgb(0,6,91); }
H1.HeaderClassName
{
color: #00065B;
}
.AnyTagClassName
{
color: #00065B;
}
</style>
background-color css
<style>
a { background-color: #00065B; }
a { background-color: rgb(0,6,91); }
div.DivClassName
{
background-color: #00065B;
}
.BgClassName
{
background-color: #00065B;
}
</style>
border-color css
<style>
span { border-color: #00065B; }
span { border-color: rgb(0,6,91); }
td.TdClassName
{
border-color: #00065B;
}
.TagClassName
{
border-color: #00065B;
}
</style>