Shades of Midnight Express #060B3C
Tints of Midnight Express #060B3C
RGB
CMYK
RGB Variations
Color information
#060B3C (or 0x060B3C) is known color: Midnight Express. HEX triplet: 06, 0B and 3C. RGB value is (6,11,60). Sum of RGB (Red+Green+Blue) = 6+11+60=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 60 (23.83% from 255 or 77.92% from 77); Max value from RGB is 60 - color contains mainly: blue. Hex color #060B3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060B3C is #F9F4C3. Grayscale: #0E0E0E. Windows color (decimal): -16381124 or 3934982. OLE color: 3934982.
HSL color Cylindrical-coordinate representation of color #060B3C: hue angle of 234.44º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060B3C is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 11 | 60 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.76 |
| HSL | 234.44º | 0.82% | 0.13% | - |
| HSV(B) | 234.44º | 0.9% | 0.24% | - |
| XYZ | 1.01 | 0.6 | 4.34 | - |
| YUV | 15.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 60 | 0.90 | 0.82 | 0 | 0.76 | 234.44 | 0.82 | 0.13 |
| Hex | 6 | B | 3C | 5A | 52 | 0 | 4C | EA | 52 | D |
| Octal | 6 | 13 | 74 | 132 | 122 | 0 | 114 | 352 | 122 | 15 |
| Binary | 110 | 1011 | 111100 | 1011010 | 1010010 | 0 | 1001100 | 11101010 | 1010010 | 1101 |
Color Harmonies of #060B3C
Complementary color
Monochromatic Colors of #060B3C
Black with #060B3C
Text Example
Text Example
White with #060B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B3C; }
p { color: rgb(6,11,60); }
H1.HeaderClassName
{
color: #060B3C;
}
.AnyTagClassName
{
color: #060B3C;
}
</style>
background-color css
<style>
a { background-color: #060B3C; }
a { background-color: rgb(6,11,60); }
div.DivClassName
{
background-color: #060B3C;
}
.BgClassName
{
background-color: #060B3C;
}
</style>
border-color css
<style>
span { border-color: #060B3C; }
span { border-color: rgb(6,11,60); }
td.TdClassName
{
border-color: #060B3C;
}
.TagClassName
{
border-color: #060B3C;
}
</style>