Shades of Midnight Blue #0C1871
Tints of Midnight Blue #0C1871
RGB
CMYK
RGB Variations
Color information
#0C1871 (or 0x0C1871) is known color: Midnight Blue. HEX triplet: 0C, 18 and 71. RGB value is (12,24,113). Sum of RGB (Red+Green+Blue) = 12+24+113=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C1871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1871 is #F3E78E. Grayscale: #1E1E1E. Windows color (decimal): -15984527 or 7411724. OLE color: 7411724.
HSL color Cylindrical-coordinate representation of color #0C1871: hue angle of 232.87º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C1871 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 24 | 113 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.56 |
| HSL | 232.87º | 0.81% | 0.25% | - |
| HSV(B) | 232.87º | 0.89% | 0.44% | - |
| XYZ | 3.46 | 1.92 | 15.81 | - |
| YUV | 30.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 113 | 0.89 | 0.79 | 0 | 0.56 | 232.87 | 0.81 | 0.25 |
| Hex | C | 18 | 71 | 59 | 4F | 0 | 38 | E9 | 51 | 19 |
| Octal | 14 | 30 | 161 | 131 | 117 | 0 | 70 | 351 | 121 | 31 |
| Binary | 1100 | 11000 | 1110001 | 1011001 | 1001111 | 0 | 111000 | 11101001 | 1010001 | 11001 |
Color Harmonies of #0C1871
Complementary color
Monochromatic Colors of #0C1871
Black with #0C1871
Text Example
Text Example
White with #0C1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1871; }
p { color: rgb(12,24,113); }
H1.HeaderClassName
{
color: #0C1871;
}
.AnyTagClassName
{
color: #0C1871;
}
</style>
background-color css
<style>
a { background-color: #0C1871; }
a { background-color: rgb(12,24,113); }
div.DivClassName
{
background-color: #0C1871;
}
.BgClassName
{
background-color: #0C1871;
}
</style>
border-color css
<style>
span { border-color: #0C1871; }
span { border-color: rgb(12,24,113); }
td.TdClassName
{
border-color: #0C1871;
}
.TagClassName
{
border-color: #0C1871;
}
</style>