Shades of Navy #06107B
Tints of Navy #06107B
RGB
CMYK
RGB Variations
Color information
#06107B (or 0x06107B) is known color: Navy. HEX triplet: 06, 10 and 7B. RGB value is (6,16,123). Sum of RGB (Red+Green+Blue) = 6+16+123=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #06107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06107B is #F9EF84. Grayscale: #181818. Windows color (decimal): -16379781 or 8065030. OLE color: 8065030.
HSL color Cylindrical-coordinate representation of color #06107B: hue angle of 234.87º 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 #06107B is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 16 | 123 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.52 |
| HSL | 234.87º | 0.91% | 0.25% | - |
| HSV(B) | 234.87º | 0.95% | 0.48% | - |
| XYZ | 3.84 | 1.84 | 18.89 | - |
| YUV | 25.21 | 183.19 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 123 | 0.95 | 0.87 | 0 | 0.52 | 234.87 | 0.91 | 0.25 |
| Hex | 6 | 10 | 7B | 5F | 57 | 0 | 34 | EB | 5B | 19 |
| Octal | 6 | 20 | 173 | 137 | 127 | 0 | 64 | 353 | 133 | 31 |
| Binary | 110 | 10000 | 1111011 | 1011111 | 1010111 | 0 | 110100 | 11101011 | 1011011 | 11001 |
Color Harmonies of #06107B
Complementary color
Monochromatic Colors of #06107B
Black with #06107B
Text Example
Text Example
White with #06107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06107B; }
p { color: rgb(6,16,123); }
H1.HeaderClassName
{
color: #06107B;
}
.AnyTagClassName
{
color: #06107B;
}
</style>
background-color css
<style>
a { background-color: #06107B; }
a { background-color: rgb(6,16,123); }
div.DivClassName
{
background-color: #06107B;
}
.BgClassName
{
background-color: #06107B;
}
</style>
border-color css
<style>
span { border-color: #06107B; }
span { border-color: rgb(6,16,123); }
td.TdClassName
{
border-color: #06107B;
}
.TagClassName
{
border-color: #06107B;
}
</style>