Shades of Navy #06005C
Tints of Navy #06005C
RGB
CMYK
RGB Variations
Color information
#06005C (or 0x06005C) is known color: Navy. HEX triplet: 06, 00 and 5C. RGB value is (6,0,92). Sum of RGB (Red+Green+Blue) = 6+0+92=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 92 (36.33% from 255 or 93.88% from 98); Max value from RGB is 92 - color contains mainly: blue. Hex color #06005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06005C is #F9FFA3. Grayscale: #0B0B0B. Windows color (decimal): -16383908 or 6029318. OLE color: 6029318.
HSL color Cylindrical-coordinate representation of color #06005C: hue angle of 243.91º 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 #06005C is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 0 | 92 | - |
| CMYK | 0.93 | 1 | 0 | 0.64 |
| HSL | 243.91º | 1% | 0.18% | - |
| HSV(B) | 243.91º | 1% | 0.36% | - |
| XYZ | 2.01 | 0.81 | 10.18 | - |
| YUV | 12.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 92 | 0.93 | 1 | 0 | 0.64 | 243.91 | 1 | 0.18 |
| Hex | 6 | 0 | 5C | 5D | 64 | 0 | 40 | F4 | 64 | 12 |
| Octal | 6 | 0 | 134 | 135 | 144 | 0 | 100 | 364 | 144 | 22 |
| Binary | 110 | 0 | 1011100 | 1011101 | 1100100 | 0 | 1000000 | 11110100 | 1100100 | 10010 |
Color Harmonies of #06005C
Complementary color
Monochromatic Colors of #06005C
Black with #06005C
Text Example
Text Example
White with #06005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06005C; }
p { color: rgb(6,0,92); }
H1.HeaderClassName
{
color: #06005C;
}
.AnyTagClassName
{
color: #06005C;
}
</style>
background-color css
<style>
a { background-color: #06005C; }
a { background-color: rgb(6,0,92); }
div.DivClassName
{
background-color: #06005C;
}
.BgClassName
{
background-color: #06005C;
}
</style>
border-color css
<style>
span { border-color: #06005C; }
span { border-color: rgb(6,0,92); }
td.TdClassName
{
border-color: #06005C;
}
.TagClassName
{
border-color: #06005C;
}
</style>