Shades of Navy #060063
Tints of Navy #060063
RGB
CMYK
RGB Variations
Color information
#060063 (or 0x060063) is known color: Navy. HEX triplet: 06, 00 and 63. RGB value is (6,0,99). Sum of RGB (Red+Green+Blue) = 6+0+99=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 99 (39.06% from 255 or 94.29% from 105); Max value from RGB is 99 - color contains mainly: blue. Hex color #060063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060063 is #F9FF9C. Grayscale: #0C0C0C. Windows color (decimal): -16383901 or 6488070. OLE color: 6488070.
HSL color Cylindrical-coordinate representation of color #060063: hue angle of 243.64º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060063 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 0 | 99 | - |
| CMYK | 0.94 | 1 | 0 | 0.61 |
| HSL | 243.64º | 1% | 0.19% | - |
| HSV(B) | 243.64º | 1% | 0.39% | - |
| XYZ | 2.33 | 0.94 | 11.86 | - |
| YUV | 13.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 99 | 0.94 | 1 | 0 | 0.61 | 243.64 | 1 | 0.19 |
| Hex | 6 | 0 | 63 | 5E | 64 | 0 | 3D | F4 | 64 | 13 |
| Octal | 6 | 0 | 143 | 136 | 144 | 0 | 75 | 364 | 144 | 23 |
| Binary | 110 | 0 | 1100011 | 1011110 | 1100100 | 0 | 111101 | 11110100 | 1100100 | 10011 |
Color Harmonies of #060063
Complementary color
Monochromatic Colors of #060063
Black with #060063
Text Example
Text Example
White with #060063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060063; }
p { color: rgb(6,0,99); }
H1.HeaderClassName
{
color: #060063;
}
.AnyTagClassName
{
color: #060063;
}
</style>
background-color css
<style>
a { background-color: #060063; }
a { background-color: rgb(6,0,99); }
div.DivClassName
{
background-color: #060063;
}
.BgClassName
{
background-color: #060063;
}
</style>
border-color css
<style>
span { border-color: #060063; }
span { border-color: rgb(6,0,99); }
td.TdClassName
{
border-color: #060063;
}
.TagClassName
{
border-color: #060063;
}
</style>