Shades of Midnight Blue #0C095E
Tints of Midnight Blue #0C095E
RGB
CMYK
RGB Variations
Color information
#0C095E (or 0x0C095E) is known color: Midnight Blue. HEX triplet: 0C, 09 and 5E. RGB value is (12,9,94). Sum of RGB (Red+Green+Blue) = 12+9+94=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 94 (37.11% from 255 or 81.74% from 115); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C095E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C095E is #F3F6A1. Grayscale: #131313. Windows color (decimal): -15988386 or 6162700. OLE color: 6162700.
HSL color Cylindrical-coordinate representation of color #0C095E: hue angle of 242.12º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C095E is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 12 | 9 | 94 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.63 |
| HSL | 242.12º | 0.83% | 0.2% | - |
| HSV(B) | 242.12º | 0.9% | 0.37% | - |
| XYZ | 2.27 | 1.08 | 10.68 | - |
| YUV | 19.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 94 | 0.87 | 0.90 | 0 | 0.63 | 242.12 | 0.83 | 0.2 |
| Hex | C | 9 | 5E | 57 | 5A | 0 | 3F | F2 | 53 | 14 |
| Octal | 14 | 11 | 136 | 127 | 132 | 0 | 77 | 362 | 123 | 24 |
| Binary | 1100 | 1001 | 1011110 | 1010111 | 1011010 | 0 | 111111 | 11110010 | 1010011 | 10100 |
Color Harmonies of #0C095E
Complementary color
Monochromatic Colors of #0C095E
Black with #0C095E
Text Example
Text Example
White with #0C095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C095E; }
p { color: rgb(12,9,94); }
H1.HeaderClassName
{
color: #0C095E;
}
.AnyTagClassName
{
color: #0C095E;
}
</style>
background-color css
<style>
a { background-color: #0C095E; }
a { background-color: rgb(12,9,94); }
div.DivClassName
{
background-color: #0C095E;
}
.BgClassName
{
background-color: #0C095E;
}
</style>
border-color css
<style>
span { border-color: #0C095E; }
span { border-color: rgb(12,9,94); }
td.TdClassName
{
border-color: #0C095E;
}
.TagClassName
{
border-color: #0C095E;
}
</style>