Shades of Midnight Express #060D3F
Tints of Midnight Express #060D3F
RGB
CMYK
RGB Variations
Color information
#060D3F (or 0x060D3F) is known color: Midnight Express. HEX triplet: 06, 0D and 3F. RGB value is (6,13,63). Sum of RGB (Red+Green+Blue) = 6+13+63=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 63 (25% from 255 or 76.83% from 82); Max value from RGB is 63 - color contains mainly: blue. Hex color #060D3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D3F is #F9F2C0. Grayscale: #101010. Windows color (decimal): -16380609 or 4132102. OLE color: 4132102.
HSL color Cylindrical-coordinate representation of color #060D3F: hue angle of 232.63º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060D3F is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 13 | 63 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.75 |
| HSL | 232.63º | 0.83% | 0.14% | - |
| HSV(B) | 232.63º | 0.9% | 0.25% | - |
| XYZ | 1.12 | 0.69 | 4.78 | - |
| YUV | 16.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 63 | 0.90 | 0.79 | 0 | 0.75 | 232.63 | 0.83 | 0.14 |
| Hex | 6 | D | 3F | 5A | 4F | 0 | 4B | E9 | 53 | E |
| Octal | 6 | 15 | 77 | 132 | 117 | 0 | 113 | 351 | 123 | 16 |
| Binary | 110 | 1101 | 111111 | 1011010 | 1001111 | 0 | 1001011 | 11101001 | 1010011 | 1110 |
Color Harmonies of #060D3F
Complementary color
Monochromatic Colors of #060D3F
Black with #060D3F
Text Example
Text Example
White with #060D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D3F; }
p { color: rgb(6,13,63); }
H1.HeaderClassName
{
color: #060D3F;
}
.AnyTagClassName
{
color: #060D3F;
}
</style>
background-color css
<style>
a { background-color: #060D3F; }
a { background-color: rgb(6,13,63); }
div.DivClassName
{
background-color: #060D3F;
}
.BgClassName
{
background-color: #060D3F;
}
</style>
border-color css
<style>
span { border-color: #060D3F; }
span { border-color: rgb(6,13,63); }
td.TdClassName
{
border-color: #060D3F;
}
.TagClassName
{
border-color: #060D3F;
}
</style>