Shades of Navy #060081
Tints of Navy #060081
RGB
CMYK
RGB Variations
Color information
#060081 (or 0x060081) is known color: Navy. HEX triplet: 06, 00 and 81. RGB value is (6,0,129). Sum of RGB (Red+Green+Blue) = 6+0+129=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 129 (50.78% from 255 or 95.56% from 135); Max value from RGB is 129 - color contains mainly: blue. Hex color #060081 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060081 is #F9FF7E. Grayscale: #0F0F0F. Windows color (decimal): -16383871 or 8454150. OLE color: 8454150.
HSL color Cylindrical-coordinate representation of color #060081: hue angle of 242.79º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060081 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 0 | 129 | - |
| CMYK | 0.95 | 1 | 0 | 0.49 |
| HSL | 242.79º | 1% | 0.25% | - |
| HSV(B) | 242.79º | 1% | 0.51% | - |
| XYZ | 4.04 | 1.62 | 20.87 | - |
| YUV | 16.5 | 191.49 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 129 | 0.95 | 1 | 0 | 0.49 | 242.79 | 1 | 0.25 |
| Hex | 6 | 0 | 81 | 5F | 64 | 0 | 31 | F3 | 64 | 19 |
| Octal | 6 | 0 | 201 | 137 | 144 | 0 | 61 | 363 | 144 | 31 |
| Binary | 110 | 0 | 10000001 | 1011111 | 1100100 | 0 | 110001 | 11110011 | 1100100 | 11001 |
Color Harmonies of #060081
Complementary color
Monochromatic Colors of #060081
Black with #060081
Text Example
Text Example
White with #060081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060081; }
p { color: rgb(6,0,129); }
H1.HeaderClassName
{
color: #060081;
}
.AnyTagClassName
{
color: #060081;
}
</style>
background-color css
<style>
a { background-color: #060081; }
a { background-color: rgb(6,0,129); }
div.DivClassName
{
background-color: #060081;
}
.BgClassName
{
background-color: #060081;
}
</style>
border-color css
<style>
span { border-color: #060081; }
span { border-color: rgb(6,0,129); }
td.TdClassName
{
border-color: #060081;
}
.TagClassName
{
border-color: #060081;
}
</style>