Shades of Midnight Blue #06085B
Tints of Midnight Blue #06085B
RGB
CMYK
RGB Variations
Color information
#06085B (or 0x06085B) is known color: Midnight Blue. HEX triplet: 06, 08 and 5B. RGB value is (6,8,91). Sum of RGB (Red+Green+Blue) = 6+8+91=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 91 (35.94% from 255 or 86.67% from 105); Max value from RGB is 91 - color contains mainly: blue. Hex color #06085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06085B is #F9F7A4. Grayscale: #101010. Windows color (decimal): -16381861 or 5965830. OLE color: 5965830.
HSL color Cylindrical-coordinate representation of color #06085B: hue angle of 238.59º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06085B is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 8 | 91 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.64 |
| HSL | 238.59º | 0.88% | 0.19% | - |
| HSV(B) | 238.59º | 0.93% | 0.36% | - |
| XYZ | 2.05 | 0.97 | 9.98 | - |
| YUV | 16.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 91 | 0.93 | 0.91 | 0 | 0.64 | 238.59 | 0.88 | 0.19 |
| Hex | 6 | 8 | 5B | 5D | 5B | 0 | 40 | EF | 58 | 13 |
| Octal | 6 | 10 | 133 | 135 | 133 | 0 | 100 | 357 | 130 | 23 |
| Binary | 110 | 1000 | 1011011 | 1011101 | 1011011 | 0 | 1000000 | 11101111 | 1011000 | 10011 |
Color Harmonies of #06085B
Complementary color
Monochromatic Colors of #06085B
Black with #06085B
Text Example
Text Example
White with #06085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06085B; }
p { color: rgb(6,8,91); }
H1.HeaderClassName
{
color: #06085B;
}
.AnyTagClassName
{
color: #06085B;
}
</style>
background-color css
<style>
a { background-color: #06085B; }
a { background-color: rgb(6,8,91); }
div.DivClassName
{
background-color: #06085B;
}
.BgClassName
{
background-color: #06085B;
}
</style>
border-color css
<style>
span { border-color: #06085B; }
span { border-color: rgb(6,8,91); }
td.TdClassName
{
border-color: #06085B;
}
.TagClassName
{
border-color: #06085B;
}
</style>