Shades of Midnight Blue #0C094E
Tints of Midnight Blue #0C094E
RGB
CMYK
RGB Variations
Color information
#0C094E (or 0x0C094E) is known color: Midnight Blue. HEX triplet: 0C, 09 and 4E. RGB value is (12,9,78). Sum of RGB (Red+Green+Blue) = 12+9+78=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 78 (30.86% from 255 or 78.79% from 99); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C094E is #F3F6B1. Grayscale: #111111. Windows color (decimal): -15988402 or 5114124. OLE color: 5114124.
HSL color Cylindrical-coordinate representation of color #0C094E: hue angle of 242.61º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C094E is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 9 | 78 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.69 |
| HSL | 242.61º | 0.79% | 0.17% | - |
| HSV(B) | 242.61º | 0.88% | 0.31% | - |
| XYZ | 1.62 | 0.82 | 7.28 | - |
| YUV | 17.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 78 | 0.85 | 0.88 | 0 | 0.69 | 242.61 | 0.79 | 0.17 |
| Hex | C | 9 | 4E | 55 | 58 | 0 | 45 | F3 | 4F | 11 |
| Octal | 14 | 11 | 116 | 125 | 130 | 0 | 105 | 363 | 117 | 21 |
| Binary | 1100 | 1001 | 1001110 | 1010101 | 1011000 | 0 | 1000101 | 11110011 | 1001111 | 10001 |
Color Harmonies of #0C094E
Complementary color
Monochromatic Colors of #0C094E
Black with #0C094E
Text Example
Text Example
White with #0C094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C094E; }
p { color: rgb(12,9,78); }
H1.HeaderClassName
{
color: #0C094E;
}
.AnyTagClassName
{
color: #0C094E;
}
</style>
background-color css
<style>
a { background-color: #0C094E; }
a { background-color: rgb(12,9,78); }
div.DivClassName
{
background-color: #0C094E;
}
.BgClassName
{
background-color: #0C094E;
}
</style>
border-color css
<style>
span { border-color: #0C094E; }
span { border-color: rgb(12,9,78); }
td.TdClassName
{
border-color: #0C094E;
}
.TagClassName
{
border-color: #0C094E;
}
</style>