Shades of Midnight Express #0C0B43
Tints of Midnight Express #0C0B43
RGB
CMYK
RGB Variations
Color information
#0C0B43 (or 0x0C0B43) is known color: Midnight Express. HEX triplet: 0C, 0B and 43. RGB value is (12,11,67). Sum of RGB (Red+Green+Blue) = 12+11+67=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 67 (26.56% from 255 or 74.44% from 90); Max value from RGB is 67 - color contains mainly: blue. Hex color #0C0B43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0B43 is #F3F4BC. Grayscale: #111111. Windows color (decimal): -15987901 or 4393740. OLE color: 4393740.
HSL color Cylindrical-coordinate representation of color #0C0B43: hue angle of 241.07º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C0B43 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 11 | 67 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.74 |
| HSL | 241.07º | 0.72% | 0.15% | - |
| HSV(B) | 241.07º | 0.84% | 0.26% | - |
| XYZ | 1.28 | 0.72 | 5.38 | - |
| YUV | 17.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 67 | 0.82 | 0.84 | 0 | 0.74 | 241.07 | 0.72 | 0.15 |
| Hex | C | B | 43 | 52 | 54 | 0 | 4A | F1 | 48 | F |
| Octal | 14 | 13 | 103 | 122 | 124 | 0 | 112 | 361 | 110 | 17 |
| Binary | 1100 | 1011 | 1000011 | 1010010 | 1010100 | 0 | 1001010 | 11110001 | 1001000 | 1111 |
Color Harmonies of #0C0B43
Complementary color
Monochromatic Colors of #0C0B43
Black with #0C0B43
Text Example
Text Example
White with #0C0B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B43; }
p { color: rgb(12,11,67); }
H1.HeaderClassName
{
color: #0C0B43;
}
.AnyTagClassName
{
color: #0C0B43;
}
</style>
background-color css
<style>
a { background-color: #0C0B43; }
a { background-color: rgb(12,11,67); }
div.DivClassName
{
background-color: #0C0B43;
}
.BgClassName
{
background-color: #0C0B43;
}
</style>
border-color css
<style>
span { border-color: #0C0B43; }
span { border-color: rgb(12,11,67); }
td.TdClassName
{
border-color: #0C0B43;
}
.TagClassName
{
border-color: #0C0B43;
}
</style>