Shades of Midnight Blue #0C075B
Tints of Midnight Blue #0C075B
RGB
CMYK
RGB Variations
Color information
#0C075B (or 0x0C075B) is known color: Midnight Blue. HEX triplet: 0C, 07 and 5B. RGB value is (12,7,91). Sum of RGB (Red+Green+Blue) = 12+7+91=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C075B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C075B is #F3F8A4. Grayscale: #111111. Windows color (decimal): -15988901 or 5965580. OLE color: 5965580.
HSL color Cylindrical-coordinate representation of color #0C075B: hue angle of 243.57º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C075B is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 7 | 91 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.64 |
| HSL | 243.57º | 0.86% | 0.19% | - |
| HSV(B) | 243.57º | 0.92% | 0.36% | - |
| XYZ | 2.12 | 0.99 | 9.98 | - |
| YUV | 18.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 91 | 0.87 | 0.92 | 0 | 0.64 | 243.57 | 0.86 | 0.19 |
| Hex | C | 7 | 5B | 57 | 5C | 0 | 40 | F4 | 56 | 13 |
| Octal | 14 | 7 | 133 | 127 | 134 | 0 | 100 | 364 | 126 | 23 |
| Binary | 1100 | 111 | 1011011 | 1010111 | 1011100 | 0 | 1000000 | 11110100 | 1010110 | 10011 |
Color Harmonies of #0C075B
Complementary color
Monochromatic Colors of #0C075B
Black with #0C075B
Text Example
Text Example
White with #0C075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C075B; }
p { color: rgb(12,7,91); }
H1.HeaderClassName
{
color: #0C075B;
}
.AnyTagClassName
{
color: #0C075B;
}
</style>
background-color css
<style>
a { background-color: #0C075B; }
a { background-color: rgb(12,7,91); }
div.DivClassName
{
background-color: #0C075B;
}
.BgClassName
{
background-color: #0C075B;
}
</style>
border-color css
<style>
span { border-color: #0C075B; }
span { border-color: rgb(12,7,91); }
td.TdClassName
{
border-color: #0C075B;
}
.TagClassName
{
border-color: #0C075B;
}
</style>