Shades of Navy #06015D
Tints of Navy #06015D
RGB
CMYK
RGB Variations
Color information
#06015D (or 0x06015D) is known color: Navy. HEX triplet: 06, 01 and 5D. RGB value is (6,1,93). Sum of RGB (Red+Green+Blue) = 6+1+93=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 93 (36.72% from 255 or 93% from 100); Max value from RGB is 93 - color contains mainly: blue. Hex color #06015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06015D is #F9FEA2. Grayscale: #0C0C0C. Windows color (decimal): -16383651 or 6095110. OLE color: 6095110.
HSL color Cylindrical-coordinate representation of color #06015D: hue angle of 243.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06015D is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 1 | 93 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.64 |
| HSL | 243.26º | 0.98% | 0.18% | - |
| HSV(B) | 243.26º | 0.99% | 0.36% | - |
| XYZ | 2.06 | 0.85 | 10.41 | - |
| YUV | 12.98 | 173.16 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 93 | 0.94 | 0.99 | 0 | 0.64 | 243.26 | 0.98 | 0.18 |
| Hex | 6 | 1 | 5D | 5E | 63 | 0 | 40 | F3 | 62 | 12 |
| Octal | 6 | 1 | 135 | 136 | 143 | 0 | 100 | 363 | 142 | 22 |
| Binary | 110 | 1 | 1011101 | 1011110 | 1100011 | 0 | 1000000 | 11110011 | 1100010 | 10010 |
Color Harmonies of #06015D
Complementary color
Monochromatic Colors of #06015D
Black with #06015D
Text Example
Text Example
White with #06015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06015D; }
p { color: rgb(6,1,93); }
H1.HeaderClassName
{
color: #06015D;
}
.AnyTagClassName
{
color: #06015D;
}
</style>
background-color css
<style>
a { background-color: #06015D; }
a { background-color: rgb(6,1,93); }
div.DivClassName
{
background-color: #06015D;
}
.BgClassName
{
background-color: #06015D;
}
</style>
border-color css
<style>
span { border-color: #06015D; }
span { border-color: rgb(6,1,93); }
td.TdClassName
{
border-color: #06015D;
}
.TagClassName
{
border-color: #06015D;
}
</style>