Shades of Midnight Blue #0C076E
Tints of Midnight Blue #0C076E
RGB
CMYK
RGB Variations
Color information
#0C076E (or 0x0C076E) is known color: Midnight Blue. HEX triplet: 0C, 07 and 6E. RGB value is (12,7,110). Sum of RGB (Red+Green+Blue) = 12+7+110=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 110 (43.36% from 255 or 85.27% from 129); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C076E is #F3F891. Grayscale: #131313. Windows color (decimal): -15988882 or 7210764. OLE color: 7210764.
HSL color Cylindrical-coordinate representation of color #0C076E: hue angle of 242.91º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C076E is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 7 | 110 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.57 |
| HSL | 242.91º | 0.88% | 0.23% | - |
| HSV(B) | 242.91º | 0.94% | 0.43% | - |
| XYZ | 3.04 | 1.36 | 14.85 | - |
| YUV | 20.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 110 | 0.89 | 0.94 | 0 | 0.57 | 242.91 | 0.88 | 0.23 |
| Hex | C | 7 | 6E | 59 | 5E | 0 | 39 | F3 | 58 | 17 |
| Octal | 14 | 7 | 156 | 131 | 136 | 0 | 71 | 363 | 130 | 27 |
| Binary | 1100 | 111 | 1101110 | 1011001 | 1011110 | 0 | 111001 | 11110011 | 1011000 | 10111 |
Color Harmonies of #0C076E
Complementary color
Monochromatic Colors of #0C076E
Black with #0C076E
Text Example
Text Example
White with #0C076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C076E; }
p { color: rgb(12,7,110); }
H1.HeaderClassName
{
color: #0C076E;
}
.AnyTagClassName
{
color: #0C076E;
}
</style>
background-color css
<style>
a { background-color: #0C076E; }
a { background-color: rgb(12,7,110); }
div.DivClassName
{
background-color: #0C076E;
}
.BgClassName
{
background-color: #0C076E;
}
</style>
border-color css
<style>
span { border-color: #0C076E; }
span { border-color: rgb(12,7,110); }
td.TdClassName
{
border-color: #0C076E;
}
.TagClassName
{
border-color: #0C076E;
}
</style>