Shades of Navy #06107A
Tints of Navy #06107A
RGB
CMYK
RGB Variations
Color information
#06107A (or 0x06107A) is known color: Navy. HEX triplet: 06, 10 and 7A. RGB value is (6,16,122). Sum of RGB (Red+Green+Blue) = 6+16+122=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 122 (48.05% from 255 or 84.72% from 144); Max value from RGB is 122 - color contains mainly: blue. Hex color #06107A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06107A is #F9EF85. Grayscale: #181818. Windows color (decimal): -16379782 or 7999494. OLE color: 7999494.
HSL color Cylindrical-coordinate representation of color #06107A: hue angle of 234.83º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06107A is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 16 | 122 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.52 |
| HSL | 234.83º | 0.91% | 0.25% | - |
| HSV(B) | 234.83º | 0.95% | 0.48% | - |
| XYZ | 3.77 | 1.81 | 18.56 | - |
| YUV | 25.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 122 | 0.95 | 0.87 | 0 | 0.52 | 234.83 | 0.91 | 0.25 |
| Hex | 6 | 10 | 7A | 5F | 57 | 0 | 34 | EB | 5B | 19 |
| Octal | 6 | 20 | 172 | 137 | 127 | 0 | 64 | 353 | 133 | 31 |
| Binary | 110 | 10000 | 1111010 | 1011111 | 1010111 | 0 | 110100 | 11101011 | 1011011 | 11001 |
Color Harmonies of #06107A
Complementary color
Monochromatic Colors of #06107A
Black with #06107A
Text Example
Text Example
White with #06107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06107A; }
p { color: rgb(6,16,122); }
H1.HeaderClassName
{
color: #06107A;
}
.AnyTagClassName
{
color: #06107A;
}
</style>
background-color css
<style>
a { background-color: #06107A; }
a { background-color: rgb(6,16,122); }
div.DivClassName
{
background-color: #06107A;
}
.BgClassName
{
background-color: #06107A;
}
</style>
border-color css
<style>
span { border-color: #06107A; }
span { border-color: rgb(6,16,122); }
td.TdClassName
{
border-color: #06107A;
}
.TagClassName
{
border-color: #06107A;
}
</style>