Shades of Navy #060875
Tints of Navy #060875
RGB
CMYK
RGB Variations
Color information
#060875 (or 0x060875) is known color: Navy. HEX triplet: 06, 08 and 75. RGB value is (6,8,117). Sum of RGB (Red+Green+Blue) = 6+8+117=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 117 (46.09% from 255 or 89.31% from 131); Max value from RGB is 117 - color contains mainly: blue. Hex color #060875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060875 is #F9F78A. Grayscale: #131313. Windows color (decimal): -16381835 or 7669766. OLE color: 7669766.
HSL color Cylindrical-coordinate representation of color #060875: hue angle of 238.92º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060875 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 8 | 117 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.54 |
| HSL | 238.92º | 0.9% | 0.24% | - |
| HSV(B) | 238.92º | 0.95% | 0.46% | - |
| XYZ | 3.37 | 1.5 | 16.94 | - |
| YUV | 19.83 | 182.84 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 117 | 0.95 | 0.93 | 0 | 0.54 | 238.92 | 0.9 | 0.24 |
| Hex | 6 | 8 | 75 | 5F | 5D | 0 | 36 | EF | 5A | 18 |
| Octal | 6 | 10 | 165 | 137 | 135 | 0 | 66 | 357 | 132 | 30 |
| Binary | 110 | 1000 | 1110101 | 1011111 | 1011101 | 0 | 110110 | 11101111 | 1011010 | 11000 |
Color Harmonies of #060875
Complementary color
Monochromatic Colors of #060875
Black with #060875
Text Example
Text Example
White with #060875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060875; }
p { color: rgb(6,8,117); }
H1.HeaderClassName
{
color: #060875;
}
.AnyTagClassName
{
color: #060875;
}
</style>
background-color css
<style>
a { background-color: #060875; }
a { background-color: rgb(6,8,117); }
div.DivClassName
{
background-color: #060875;
}
.BgClassName
{
background-color: #060875;
}
</style>
border-color css
<style>
span { border-color: #060875; }
span { border-color: rgb(6,8,117); }
td.TdClassName
{
border-color: #060875;
}
.TagClassName
{
border-color: #060875;
}
</style>