Shades of Midnight Express #000C44
Tints of Midnight Express #000C44
RGB
CMYK
RGB Variations
Color information
#000C44 (or 0x000C44) is known color: Midnight Express. HEX triplet: 00, 0C and 44. RGB value is (0,12,68). Sum of RGB (Red+Green+Blue) = 0+12+68=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 12 (5.08% from 255 or 15% 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 #000C44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C44 is #FFF3BB. Grayscale: #0E0E0E. Windows color (decimal): -16774076 or 4459520. OLE color: 4459520.
HSL color Cylindrical-coordinate representation of color #000C44: hue angle of 229.41º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C44 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 12 | 68 | - |
| CMYK | 1 | 0.82 | 0 | 0.73 |
| HSL | 229.41º | 1% | 0.13% | - |
| HSV(B) | 229.41º | 1% | 0.27% | - |
| XYZ | 1.17 | 0.68 | 5.54 | - |
| YUV | 14.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 68 | 1 | 0.82 | 0 | 0.73 | 229.41 | 1 | 0.13 |
| Hex | 0 | C | 44 | 64 | 52 | 0 | 49 | E5 | 64 | D |
| Octal | 0 | 14 | 104 | 144 | 122 | 0 | 111 | 345 | 144 | 15 |
| Binary | 0 | 1100 | 1000100 | 1100100 | 1010010 | 0 | 1001001 | 11100101 | 1100100 | 1101 |
Color Harmonies of #000C44
Complementary color
Monochromatic Colors of #000C44
Black with #000C44
Text Example
Text Example
White with #000C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C44; }
p { color: rgb(0,12,68); }
H1.HeaderClassName
{
color: #000C44;
}
.AnyTagClassName
{
color: #000C44;
}
</style>
background-color css
<style>
a { background-color: #000C44; }
a { background-color: rgb(0,12,68); }
div.DivClassName
{
background-color: #000C44;
}
.BgClassName
{
background-color: #000C44;
}
</style>
border-color css
<style>
span { border-color: #000C44; }
span { border-color: rgb(0,12,68); }
td.TdClassName
{
border-color: #000C44;
}
.TagClassName
{
border-color: #000C44;
}
</style>