Shades of Midnight Blue #06095D
Tints of Midnight Blue #06095D
RGB
CMYK
RGB Variations
Color information
#06095D (or 0x06095D) is known color: Midnight Blue. HEX triplet: 06, 09 and 5D. RGB value is (6,9,93). Sum of RGB (Red+Green+Blue) = 6+9+93=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 93 (36.72% from 255 or 86.11% from 108); Max value from RGB is 93 - color contains mainly: blue. Hex color #06095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06095D is #F9F6A2. Grayscale: #111111. Windows color (decimal): -16381603 or 6097158. OLE color: 6097158.
HSL color Cylindrical-coordinate representation of color #06095D: hue angle of 237.93º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06095D is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 9 | 93 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.64 |
| HSL | 237.93º | 0.88% | 0.19% | - |
| HSV(B) | 237.93º | 0.94% | 0.36% | - |
| XYZ | 2.15 | 1.02 | 10.44 | - |
| YUV | 17.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 93 | 0.94 | 0.90 | 0 | 0.64 | 237.93 | 0.88 | 0.19 |
| Hex | 6 | 9 | 5D | 5E | 5A | 0 | 40 | EE | 58 | 13 |
| Octal | 6 | 11 | 135 | 136 | 132 | 0 | 100 | 356 | 130 | 23 |
| Binary | 110 | 1001 | 1011101 | 1011110 | 1011010 | 0 | 1000000 | 11101110 | 1011000 | 10011 |
Color Harmonies of #06095D
Complementary color
Monochromatic Colors of #06095D
Black with #06095D
Text Example
Text Example
White with #06095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06095D; }
p { color: rgb(6,9,93); }
H1.HeaderClassName
{
color: #06095D;
}
.AnyTagClassName
{
color: #06095D;
}
</style>
background-color css
<style>
a { background-color: #06095D; }
a { background-color: rgb(6,9,93); }
div.DivClassName
{
background-color: #06095D;
}
.BgClassName
{
background-color: #06095D;
}
</style>
border-color css
<style>
span { border-color: #06095D; }
span { border-color: rgb(6,9,93); }
td.TdClassName
{
border-color: #06095D;
}
.TagClassName
{
border-color: #06095D;
}
</style>