Shades of Midnight Blue #0C0F73
Tints of Midnight Blue #0C0F73
RGB
CMYK
RGB Variations
Color information
#0C0F73 (or 0x0C0F73) is known color: Midnight Blue. HEX triplet: 0C, 0F and 73. RGB value is (12,15,115). Sum of RGB (Red+Green+Blue) = 12+15+115=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 115 (45.31% from 255 or 80.99% from 142); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C0F73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0F73 is #F3F08C. Grayscale: #191919. Windows color (decimal): -15986829 or 7540492. OLE color: 7540492.
HSL color Cylindrical-coordinate representation of color #0C0F73: hue angle of 238.25º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C0F73 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 15 | 115 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.55 |
| HSL | 238.25º | 0.81% | 0.25% | - |
| HSV(B) | 238.25º | 0.9% | 0.45% | - |
| XYZ | 3.42 | 1.66 | 16.36 | - |
| YUV | 25.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 115 | 0.90 | 0.87 | 0 | 0.55 | 238.25 | 0.81 | 0.25 |
| Hex | C | F | 73 | 5A | 57 | 0 | 37 | EE | 51 | 19 |
| Octal | 14 | 17 | 163 | 132 | 127 | 0 | 67 | 356 | 121 | 31 |
| Binary | 1100 | 1111 | 1110011 | 1011010 | 1010111 | 0 | 110111 | 11101110 | 1010001 | 11001 |
Color Harmonies of #0C0F73
Complementary color
Monochromatic Colors of #0C0F73
Black with #0C0F73
Text Example
Text Example
White with #0C0F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F73; }
p { color: rgb(12,15,115); }
H1.HeaderClassName
{
color: #0C0F73;
}
.AnyTagClassName
{
color: #0C0F73;
}
</style>
background-color css
<style>
a { background-color: #0C0F73; }
a { background-color: rgb(12,15,115); }
div.DivClassName
{
background-color: #0C0F73;
}
.BgClassName
{
background-color: #0C0F73;
}
</style>
border-color css
<style>
span { border-color: #0C0F73; }
span { border-color: rgb(12,15,115); }
td.TdClassName
{
border-color: #0C0F73;
}
.TagClassName
{
border-color: #0C0F73;
}
</style>