Shades of Midnight Blue #0C095D
Tints of Midnight Blue #0C095D
RGB
CMYK
RGB Variations
Color information
#0C095D (or 0x0C095D) is known color: Midnight Blue. HEX triplet: 0C, 09 and 5D. RGB value is (12,9,93). Sum of RGB (Red+Green+Blue) = 12+9+93=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 93 (36.72% from 255 or 81.58% from 114); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C095D is #F3F6A2. Grayscale: #131313. Windows color (decimal): -15988387 or 6097164. OLE color: 6097164.
HSL color Cylindrical-coordinate representation of color #0C095D: hue angle of 242.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C095D is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 9 | 93 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.64 |
| HSL | 242.14º | 0.82% | 0.2% | - |
| HSV(B) | 242.14º | 0.9% | 0.36% | - |
| XYZ | 2.23 | 1.06 | 10.44 | - |
| YUV | 19.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 93 | 0.87 | 0.90 | 0 | 0.64 | 242.14 | 0.82 | 0.2 |
| Hex | C | 9 | 5D | 57 | 5A | 0 | 40 | F2 | 52 | 14 |
| Octal | 14 | 11 | 135 | 127 | 132 | 0 | 100 | 362 | 122 | 24 |
| Binary | 1100 | 1001 | 1011101 | 1010111 | 1011010 | 0 | 1000000 | 11110010 | 1010010 | 10100 |
Color Harmonies of #0C095D
Complementary color
Monochromatic Colors of #0C095D
Black with #0C095D
Text Example
Text Example
White with #0C095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C095D; }
p { color: rgb(12,9,93); }
H1.HeaderClassName
{
color: #0C095D;
}
.AnyTagClassName
{
color: #0C095D;
}
</style>
background-color css
<style>
a { background-color: #0C095D; }
a { background-color: rgb(12,9,93); }
div.DivClassName
{
background-color: #0C095D;
}
.BgClassName
{
background-color: #0C095D;
}
</style>
border-color css
<style>
span { border-color: #0C095D; }
span { border-color: rgb(12,9,93); }
td.TdClassName
{
border-color: #0C095D;
}
.TagClassName
{
border-color: #0C095D;
}
</style>