Shades of Midnight Express #030944
Tints of Midnight Express #030944
RGB
CMYK
RGB Variations
Color information
#030944 (or 0x030944) is known color: Midnight Express. HEX triplet: 03, 09 and 44. RGB value is (3,9,68). Sum of RGB (Red+Green+Blue) = 3+9+68=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 68 (26.95% from 255 or 85% from 80); Max value from RGB is 68 - color contains mainly: blue. Hex color #030944 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030944 is #FCF6BB. Grayscale: #0D0D0D. Windows color (decimal): -16578236 or 4458755. OLE color: 4458755.
HSL color Cylindrical-coordinate representation of color #030944: hue angle of 234.46º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030944 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 9 | 68 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.73 |
| HSL | 234.46º | 0.92% | 0.14% | - |
| HSV(B) | 234.46º | 0.96% | 0.27% | - |
| XYZ | 1.18 | 0.63 | 5.53 | - |
| YUV | 13.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 68 | 0.96 | 0.87 | 0 | 0.73 | 234.46 | 0.92 | 0.14 |
| Hex | 3 | 9 | 44 | 60 | 57 | 0 | 49 | EA | 5C | E |
| Octal | 3 | 11 | 104 | 140 | 127 | 0 | 111 | 352 | 134 | 16 |
| Binary | 11 | 1001 | 1000100 | 1100000 | 1010111 | 0 | 1001001 | 11101010 | 1011100 | 1110 |
Color Harmonies of #030944
Complementary color
Monochromatic Colors of #030944
Black with #030944
Text Example
Text Example
White with #030944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030944; }
p { color: rgb(3,9,68); }
H1.HeaderClassName
{
color: #030944;
}
.AnyTagClassName
{
color: #030944;
}
</style>
background-color css
<style>
a { background-color: #030944; }
a { background-color: rgb(3,9,68); }
div.DivClassName
{
background-color: #030944;
}
.BgClassName
{
background-color: #030944;
}
</style>
border-color css
<style>
span { border-color: #030944; }
span { border-color: rgb(3,9,68); }
td.TdClassName
{
border-color: #030944;
}
.TagClassName
{
border-color: #030944;
}
</style>