Shades of Midnight Express #060D3A
Tints of Midnight Express #060D3A
RGB
CMYK
RGB Variations
Color information
#060D3A (or 0x060D3A) is known color: Midnight Express. HEX triplet: 06, 0D and 3A. RGB value is (6,13,58). Sum of RGB (Red+Green+Blue) = 6+13+58=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 58 (23.05% from 255 or 75.32% from 77); Max value from RGB is 58 - color contains mainly: blue. Hex color #060D3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D3A is #F9F2C5. Grayscale: #0F0F0F. Windows color (decimal): -16380614 or 3804422. OLE color: 3804422.
HSL color Cylindrical-coordinate representation of color #060D3A: hue angle of 231.92º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060D3A is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 13 | 58 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.77 |
| HSL | 231.92º | 0.81% | 0.13% | - |
| HSV(B) | 231.92º | 0.9% | 0.23% | - |
| XYZ | 0.98 | 0.63 | 4.07 | - |
| YUV | 16.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 58 | 0.90 | 0.78 | 0 | 0.77 | 231.92 | 0.81 | 0.13 |
| Hex | 6 | D | 3A | 5A | 4E | 0 | 4D | E8 | 51 | D |
| Octal | 6 | 15 | 72 | 132 | 116 | 0 | 115 | 350 | 121 | 15 |
| Binary | 110 | 1101 | 111010 | 1011010 | 1001110 | 0 | 1001101 | 11101000 | 1010001 | 1101 |
Color Harmonies of #060D3A
Complementary color
Monochromatic Colors of #060D3A
Black with #060D3A
Text Example
Text Example
White with #060D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D3A; }
p { color: rgb(6,13,58); }
H1.HeaderClassName
{
color: #060D3A;
}
.AnyTagClassName
{
color: #060D3A;
}
</style>
background-color css
<style>
a { background-color: #060D3A; }
a { background-color: rgb(6,13,58); }
div.DivClassName
{
background-color: #060D3A;
}
.BgClassName
{
background-color: #060D3A;
}
</style>
border-color css
<style>
span { border-color: #060D3A; }
span { border-color: rgb(6,13,58); }
td.TdClassName
{
border-color: #060D3A;
}
.TagClassName
{
border-color: #060D3A;
}
</style>