Shades of Midnight Express #0C1A38
Tints of Midnight Express #0C1A38
RGB
CMYK
RGB Variations
Color information
#0C1A38 (or 0x0C1A38) is known color: Midnight Express. HEX triplet: 0C, 1A and 38. RGB value is (12,26,56). Sum of RGB (Red+Green+Blue) = 12+26+56=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C1A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1A38 is #F3E5C7. Grayscale: #191919. Windows color (decimal): -15984072 or 3676684. OLE color: 3676684.
HSL color Cylindrical-coordinate representation of color #0C1A38: hue angle of 220.91º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C1A38 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 26 | 56 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.78 |
| HSL | 220.91º | 0.65% | 0.13% | - |
| HSV(B) | 220.91º | 0.79% | 0.22% | - |
| XYZ | 1.23 | 1.1 | 3.89 | - |
| YUV | 25.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 26 | 56 | 0.79 | 0.54 | 0 | 0.78 | 220.91 | 0.65 | 0.13 |
| Hex | C | 1A | 38 | 4F | 36 | 0 | 4E | DD | 41 | D |
| Octal | 14 | 32 | 70 | 117 | 66 | 0 | 116 | 335 | 101 | 15 |
| Binary | 1100 | 11010 | 111000 | 1001111 | 110110 | 0 | 1001110 | 11011101 | 1000001 | 1101 |
Color Harmonies of #0C1A38
Complementary color
Monochromatic Colors of #0C1A38
Black with #0C1A38
Text Example
Text Example
White with #0C1A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1A38; }
p { color: rgb(12,26,56); }
H1.HeaderClassName
{
color: #0C1A38;
}
.AnyTagClassName
{
color: #0C1A38;
}
</style>
background-color css
<style>
a { background-color: #0C1A38; }
a { background-color: rgb(12,26,56); }
div.DivClassName
{
background-color: #0C1A38;
}
.BgClassName
{
background-color: #0C1A38;
}
</style>
border-color css
<style>
span { border-color: #0C1A38; }
span { border-color: rgb(12,26,56); }
td.TdClassName
{
border-color: #0C1A38;
}
.TagClassName
{
border-color: #0C1A38;
}
</style>