Shades of Midnight Express #05083C
Tints of Midnight Express #05083C
RGB
CMYK
RGB Variations
Color information
#05083C (or 0x05083C) is known color: Midnight Express. HEX triplet: 05, 08 and 3C. RGB value is (5,8,60). Sum of RGB (Red+Green+Blue) = 5+8+60=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 60 (23.83% from 255 or 82.19% from 73); Max value from RGB is 60 - color contains mainly: blue. Hex color #05083C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05083C is #FAF7C3. Grayscale: #0C0C0C. Windows color (decimal): -16447428 or 3934213. OLE color: 3934213.
HSL color Cylindrical-coordinate representation of color #05083C: hue angle of 236.73º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05083C is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 8 | 60 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.76 |
| HSL | 236.73º | 0.85% | 0.13% | - |
| HSV(B) | 236.73º | 0.92% | 0.24% | - |
| XYZ | 0.97 | 0.53 | 4.33 | - |
| YUV | 13.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 60 | 0.92 | 0.87 | 0 | 0.76 | 236.73 | 0.85 | 0.13 |
| Hex | 5 | 8 | 3C | 5C | 57 | 0 | 4C | ED | 55 | D |
| Octal | 5 | 10 | 74 | 134 | 127 | 0 | 114 | 355 | 125 | 15 |
| Binary | 101 | 1000 | 111100 | 1011100 | 1010111 | 0 | 1001100 | 11101101 | 1010101 | 1101 |
Color Harmonies of #05083C
Complementary color
Monochromatic Colors of #05083C
Black with #05083C
Text Example
Text Example
White with #05083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05083C; }
p { color: rgb(5,8,60); }
H1.HeaderClassName
{
color: #05083C;
}
.AnyTagClassName
{
color: #05083C;
}
</style>
background-color css
<style>
a { background-color: #05083C; }
a { background-color: rgb(5,8,60); }
div.DivClassName
{
background-color: #05083C;
}
.BgClassName
{
background-color: #05083C;
}
</style>
border-color css
<style>
span { border-color: #05083C; }
span { border-color: rgb(5,8,60); }
td.TdClassName
{
border-color: #05083C;
}
.TagClassName
{
border-color: #05083C;
}
</style>