Shades of Midnight Express #0C1D4B
Tints of Midnight Express #0C1D4B
RGB
CMYK
RGB Variations
Color information
#0C1D4B (or 0x0C1D4B) is known color: Midnight Express. HEX triplet: 0C, 1D and 4B. RGB value is (12,29,75). Sum of RGB (Red+Green+Blue) = 12+29+75=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C1D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1D4B is #F3E2B4. Grayscale: #1C1C1C. Windows color (decimal): -15983285 or 4922636. OLE color: 4922636.
HSL color Cylindrical-coordinate representation of color #0C1D4B: hue angle of 223.81º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C1D4B is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 29 | 75 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.71 |
| HSL | 223.81º | 0.72% | 0.17% | - |
| HSV(B) | 223.81º | 0.84% | 0.29% | - |
| XYZ | 1.86 | 1.46 | 6.84 | - |
| YUV | 29.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 75 | 0.84 | 0.61 | 0 | 0.71 | 223.81 | 0.72 | 0.17 |
| Hex | C | 1D | 4B | 54 | 3D | 0 | 47 | E0 | 48 | 11 |
| Octal | 14 | 35 | 113 | 124 | 75 | 0 | 107 | 340 | 110 | 21 |
| Binary | 1100 | 11101 | 1001011 | 1010100 | 111101 | 0 | 1000111 | 11100000 | 1001000 | 10001 |
Color Harmonies of #0C1D4B
Complementary color
Monochromatic Colors of #0C1D4B
Black with #0C1D4B
Text Example
Text Example
White with #0C1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1D4B; }
p { color: rgb(12,29,75); }
H1.HeaderClassName
{
color: #0C1D4B;
}
.AnyTagClassName
{
color: #0C1D4B;
}
</style>
background-color css
<style>
a { background-color: #0C1D4B; }
a { background-color: rgb(12,29,75); }
div.DivClassName
{
background-color: #0C1D4B;
}
.BgClassName
{
background-color: #0C1D4B;
}
</style>
border-color css
<style>
span { border-color: #0C1D4B; }
span { border-color: rgb(12,29,75); }
td.TdClassName
{
border-color: #0C1D4B;
}
.TagClassName
{
border-color: #0C1D4B;
}
</style>