Shades of Navy #060975
Tints of Navy #060975
RGB
CMYK
RGB Variations
Color information
#060975 (or 0x060975) is known color: Navy. HEX triplet: 06, 09 and 75. RGB value is (6,9,117). Sum of RGB (Red+Green+Blue) = 6+9+117=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 117 (46.09% from 255 or 88.64% from 132); Max value from RGB is 117 - color contains mainly: blue. Hex color #060975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060975 is #F9F68A. Grayscale: #131313. Windows color (decimal): -16381579 or 7670022. OLE color: 7670022.
HSL color Cylindrical-coordinate representation of color #060975: hue angle of 238.38º 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 #060975 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 9 | 117 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.54 |
| HSL | 238.38º | 0.9% | 0.24% | - |
| HSV(B) | 238.38º | 0.95% | 0.46% | - |
| XYZ | 3.38 | 1.52 | 16.94 | - |
| YUV | 20.42 | 182.51 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 117 | 0.95 | 0.92 | 0 | 0.54 | 238.38 | 0.9 | 0.24 |
| Hex | 6 | 9 | 75 | 5F | 5C | 0 | 36 | EE | 5A | 18 |
| Octal | 6 | 11 | 165 | 137 | 134 | 0 | 66 | 356 | 132 | 30 |
| Binary | 110 | 1001 | 1110101 | 1011111 | 1011100 | 0 | 110110 | 11101110 | 1011010 | 11000 |
Color Harmonies of #060975
Complementary color
Monochromatic Colors of #060975
Black with #060975
Text Example
Text Example
White with #060975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060975; }
p { color: rgb(6,9,117); }
H1.HeaderClassName
{
color: #060975;
}
.AnyTagClassName
{
color: #060975;
}
</style>
background-color css
<style>
a { background-color: #060975; }
a { background-color: rgb(6,9,117); }
div.DivClassName
{
background-color: #060975;
}
.BgClassName
{
background-color: #060975;
}
</style>
border-color css
<style>
span { border-color: #060975; }
span { border-color: rgb(6,9,117); }
td.TdClassName
{
border-color: #060975;
}
.TagClassName
{
border-color: #060975;
}
</style>