Shades of Navy #06117B
Tints of Navy #06117B
RGB
CMYK
RGB Variations
Color information
#06117B (or 0x06117B) is known color: Navy. HEX triplet: 06, 11 and 7B. RGB value is (6,17,123). Sum of RGB (Red+Green+Blue) = 6+17+123=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #06117B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06117B is #F9EE84. Grayscale: #191919. Windows color (decimal): -16379525 or 8065286. OLE color: 8065286.
HSL color Cylindrical-coordinate representation of color #06117B: hue angle of 234.36º 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 #06117B is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 17 | 123 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.52 |
| HSL | 234.36º | 0.91% | 0.25% | - |
| HSV(B) | 234.36º | 0.95% | 0.48% | - |
| XYZ | 3.85 | 1.87 | 18.9 | - |
| YUV | 25.8 | 182.86 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 123 | 0.95 | 0.86 | 0 | 0.52 | 234.36 | 0.91 | 0.25 |
| Hex | 6 | 11 | 7B | 5F | 56 | 0 | 34 | EA | 5B | 19 |
| Octal | 6 | 21 | 173 | 137 | 126 | 0 | 64 | 352 | 133 | 31 |
| Binary | 110 | 10001 | 1111011 | 1011111 | 1010110 | 0 | 110100 | 11101010 | 1011011 | 11001 |
Color Harmonies of #06117B
Complementary color
Monochromatic Colors of #06117B
Black with #06117B
Text Example
Text Example
White with #06117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06117B; }
p { color: rgb(6,17,123); }
H1.HeaderClassName
{
color: #06117B;
}
.AnyTagClassName
{
color: #06117B;
}
</style>
background-color css
<style>
a { background-color: #06117B; }
a { background-color: rgb(6,17,123); }
div.DivClassName
{
background-color: #06117B;
}
.BgClassName
{
background-color: #06117B;
}
</style>
border-color css
<style>
span { border-color: #06117B; }
span { border-color: rgb(6,17,123); }
td.TdClassName
{
border-color: #06117B;
}
.TagClassName
{
border-color: #06117B;
}
</style>