Shades of Midnight Blue #0C0958
Tints of Midnight Blue #0C0958
RGB
CMYK
RGB Variations
Color information
#0C0958 (or 0x0C0958) is known color: Midnight Blue. HEX triplet: 0C, 09 and 58. RGB value is (12,9,88). Sum of RGB (Red+Green+Blue) = 12+9+88=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #0C0958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0958 is #F3F6A7. Grayscale: #121212. Windows color (decimal): -15988392 or 5769484. OLE color: 5769484.
HSL color Cylindrical-coordinate representation of color #0C0958: hue angle of 242.28º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C0958 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 9 | 88 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.65 |
| HSL | 242.28º | 0.81% | 0.19% | - |
| HSV(B) | 242.28º | 0.9% | 0.35% | - |
| XYZ | 2.01 | 0.98 | 9.32 | - |
| YUV | 18.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 88 | 0.86 | 0.90 | 0 | 0.65 | 242.28 | 0.81 | 0.19 |
| Hex | C | 9 | 58 | 56 | 5A | 0 | 41 | F2 | 51 | 13 |
| Octal | 14 | 11 | 130 | 126 | 132 | 0 | 101 | 362 | 121 | 23 |
| Binary | 1100 | 1001 | 1011000 | 1010110 | 1011010 | 0 | 1000001 | 11110010 | 1010001 | 10011 |
Color Harmonies of #0C0958
Complementary color
Monochromatic Colors of #0C0958
Black with #0C0958
Text Example
Text Example
White with #0C0958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0958; }
p { color: rgb(12,9,88); }
H1.HeaderClassName
{
color: #0C0958;
}
.AnyTagClassName
{
color: #0C0958;
}
</style>
background-color css
<style>
a { background-color: #0C0958; }
a { background-color: rgb(12,9,88); }
div.DivClassName
{
background-color: #0C0958;
}
.BgClassName
{
background-color: #0C0958;
}
</style>
border-color css
<style>
span { border-color: #0C0958; }
span { border-color: rgb(12,9,88); }
td.TdClassName
{
border-color: #0C0958;
}
.TagClassName
{
border-color: #0C0958;
}
</style>