Shades of Midnight Blue #06015B
Tints of Midnight Blue #06015B
RGB
CMYK
RGB Variations
Color information
#06015B (or 0x06015B) is known color: Midnight Blue. HEX triplet: 06, 01 and 5B. RGB value is (6,1,91). Sum of RGB (Red+Green+Blue) = 6+1+91=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 91 (35.94% from 255 or 92.86% from 98); Max value from RGB is 91 - color contains mainly: blue. Hex color #06015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06015B is #F9FEA4. Grayscale: #0C0C0C. Windows color (decimal): -16383653 or 5964038. OLE color: 5964038.
HSL color Cylindrical-coordinate representation of color #06015B: hue angle of 243.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06015B is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 1 | 91 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.64 |
| HSL | 243.33º | 0.98% | 0.18% | - |
| HSV(B) | 243.33º | 0.99% | 0.36% | - |
| XYZ | 1.97 | 0.82 | 9.95 | - |
| YUV | 12.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 91 | 0.93 | 0.99 | 0 | 0.64 | 243.33 | 0.98 | 0.18 |
| Hex | 6 | 1 | 5B | 5D | 63 | 0 | 40 | F3 | 62 | 12 |
| Octal | 6 | 1 | 133 | 135 | 143 | 0 | 100 | 363 | 142 | 22 |
| Binary | 110 | 1 | 1011011 | 1011101 | 1100011 | 0 | 1000000 | 11110011 | 1100010 | 10010 |
Color Harmonies of #06015B
Complementary color
Monochromatic Colors of #06015B
Black with #06015B
Text Example
Text Example
White with #06015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06015B; }
p { color: rgb(6,1,91); }
H1.HeaderClassName
{
color: #06015B;
}
.AnyTagClassName
{
color: #06015B;
}
</style>
background-color css
<style>
a { background-color: #06015B; }
a { background-color: rgb(6,1,91); }
div.DivClassName
{
background-color: #06015B;
}
.BgClassName
{
background-color: #06015B;
}
</style>
border-color css
<style>
span { border-color: #06015B; }
span { border-color: rgb(6,1,91); }
td.TdClassName
{
border-color: #06015B;
}
.TagClassName
{
border-color: #06015B;
}
</style>