Shades of Midnight Blue #06055B
Tints of Midnight Blue #06055B
RGB
CMYK
RGB Variations
Color information
#06055B (or 0x06055B) is known color: Midnight Blue. HEX triplet: 06, 05 and 5B. RGB value is (6,5,91). Sum of RGB (Red+Green+Blue) = 6+5+91=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 91 (35.94% from 255 or 89.22% from 102); Max value from RGB is 91 - color contains mainly: blue. Hex color #06055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06055B is #F9FAA4. Grayscale: #0E0E0E. Windows color (decimal): -16382629 or 5965062. OLE color: 5965062.
HSL color Cylindrical-coordinate representation of color #06055B: hue angle of 240.7º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06055B is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 5 | 91 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.64 |
| HSL | 240.7º | 0.9% | 0.19% | - |
| HSV(B) | 240.7º | 0.95% | 0.36% | - |
| XYZ | 2.02 | 0.9 | 9.97 | - |
| YUV | 15.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 91 | 0.93 | 0.95 | 0 | 0.64 | 240.7 | 0.9 | 0.19 |
| Hex | 6 | 5 | 5B | 5D | 5F | 0 | 40 | F1 | 5A | 13 |
| Octal | 6 | 5 | 133 | 135 | 137 | 0 | 100 | 361 | 132 | 23 |
| Binary | 110 | 101 | 1011011 | 1011101 | 1011111 | 0 | 1000000 | 11110001 | 1011010 | 10011 |
Color Harmonies of #06055B
Complementary color
Monochromatic Colors of #06055B
Black with #06055B
Text Example
Text Example
White with #06055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06055B; }
p { color: rgb(6,5,91); }
H1.HeaderClassName
{
color: #06055B;
}
.AnyTagClassName
{
color: #06055B;
}
</style>
background-color css
<style>
a { background-color: #06055B; }
a { background-color: rgb(6,5,91); }
div.DivClassName
{
background-color: #06055B;
}
.BgClassName
{
background-color: #06055B;
}
</style>
border-color css
<style>
span { border-color: #06055B; }
span { border-color: rgb(6,5,91); }
td.TdClassName
{
border-color: #06055B;
}
.TagClassName
{
border-color: #06055B;
}
</style>