Shades of Navy #06005B
Tints of Navy #06005B
RGB
CMYK
RGB Variations
Color information
#06005B (or 0x06005B) is known color: Navy. HEX triplet: 06, 00 and 5B. RGB value is (6,0,91). Sum of RGB (Red+Green+Blue) = 6+0+91=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 0 (0.39% from 255 or 0% 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 #06005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06005B is #F9FFA4. Grayscale: #0B0B0B. Windows color (decimal): -16383909 or 5963782. OLE color: 5963782.
HSL color Cylindrical-coordinate representation of color #06005B: hue angle of 243.96º 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 #06005B is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 0 | 91 | - |
| CMYK | 0.93 | 1 | 0 | 0.64 |
| HSL | 243.96º | 1% | 0.18% | - |
| HSV(B) | 243.96º | 1% | 0.36% | - |
| XYZ | 1.96 | 0.79 | 9.95 | - |
| YUV | 12.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 91 | 0.93 | 1 | 0 | 0.64 | 243.96 | 1 | 0.18 |
| Hex | 6 | 0 | 5B | 5D | 64 | 0 | 40 | F4 | 64 | 12 |
| Octal | 6 | 0 | 133 | 135 | 144 | 0 | 100 | 364 | 144 | 22 |
| Binary | 110 | 0 | 1011011 | 1011101 | 1100100 | 0 | 1000000 | 11110100 | 1100100 | 10010 |
Color Harmonies of #06005B
Complementary color
Monochromatic Colors of #06005B
Black with #06005B
Text Example
Text Example
White with #06005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06005B; }
p { color: rgb(6,0,91); }
H1.HeaderClassName
{
color: #06005B;
}
.AnyTagClassName
{
color: #06005B;
}
</style>
background-color css
<style>
a { background-color: #06005B; }
a { background-color: rgb(6,0,91); }
div.DivClassName
{
background-color: #06005B;
}
.BgClassName
{
background-color: #06005B;
}
</style>
border-color css
<style>
span { border-color: #06005B; }
span { border-color: rgb(6,0,91); }
td.TdClassName
{
border-color: #06005B;
}
.TagClassName
{
border-color: #06005B;
}
</style>