Shades of Midnight Blue #0C0F63
Tints of Midnight Blue #0C0F63
RGB
CMYK
RGB Variations
Color information
#0C0F63 (or 0x0C0F63) is known color: Midnight Blue. HEX triplet: 0C, 0F and 63. RGB value is (12,15,99). Sum of RGB (Red+Green+Blue) = 12+15+99=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C0F63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0F63 is #F3F09C. Grayscale: #171717. Windows color (decimal): -15986845 or 6491916. OLE color: 6491916.
HSL color Cylindrical-coordinate representation of color #0C0F63: hue angle of 237.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C0F63 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 15 | 99 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.61 |
| HSL | 237.93º | 0.78% | 0.22% | - |
| HSV(B) | 237.93º | 0.88% | 0.39% | - |
| XYZ | 2.57 | 1.32 | 11.92 | - |
| YUV | 23.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 99 | 0.88 | 0.85 | 0 | 0.61 | 237.93 | 0.78 | 0.22 |
| Hex | C | F | 63 | 58 | 55 | 0 | 3D | EE | 4E | 16 |
| Octal | 14 | 17 | 143 | 130 | 125 | 0 | 75 | 356 | 116 | 26 |
| Binary | 1100 | 1111 | 1100011 | 1011000 | 1010101 | 0 | 111101 | 11101110 | 1001110 | 10110 |
Color Harmonies of #0C0F63
Complementary color
Monochromatic Colors of #0C0F63
Black with #0C0F63
Text Example
Text Example
White with #0C0F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F63; }
p { color: rgb(12,15,99); }
H1.HeaderClassName
{
color: #0C0F63;
}
.AnyTagClassName
{
color: #0C0F63;
}
</style>
background-color css
<style>
a { background-color: #0C0F63; }
a { background-color: rgb(12,15,99); }
div.DivClassName
{
background-color: #0C0F63;
}
.BgClassName
{
background-color: #0C0F63;
}
</style>
border-color css
<style>
span { border-color: #0C0F63; }
span { border-color: rgb(12,15,99); }
td.TdClassName
{
border-color: #0C0F63;
}
.TagClassName
{
border-color: #0C0F63;
}
</style>