Shades of Midnight Blue #0C0161
Tints of Midnight Blue #0C0161
RGB
CMYK
RGB Variations
Color information
#0C0161 (or 0x0C0161) is known color: Midnight Blue. HEX triplet: 0C, 01 and 61. RGB value is (12,1,97). Sum of RGB (Red+Green+Blue) = 12+1+97=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 97 (38.28% from 255 or 88.18% from 110); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C0161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0161 is #F3FE9E. Grayscale: #0E0E0E. Windows color (decimal): -15990431 or 6357260. OLE color: 6357260.
HSL color Cylindrical-coordinate representation of color #0C0161: hue angle of 246.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0161 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 1 | 97 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.62 |
| HSL | 246.88º | 0.98% | 0.19% | - |
| HSV(B) | 246.88º | 0.99% | 0.38% | - |
| XYZ | 2.32 | 0.96 | 11.37 | - |
| YUV | 15.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 97 | 0.88 | 0.99 | 0 | 0.62 | 246.88 | 0.98 | 0.19 |
| Hex | C | 1 | 61 | 58 | 63 | 0 | 3E | F7 | 62 | 13 |
| Octal | 14 | 1 | 141 | 130 | 143 | 0 | 76 | 367 | 142 | 23 |
| Binary | 1100 | 1 | 1100001 | 1011000 | 1100011 | 0 | 111110 | 11110111 | 1100010 | 10011 |
Color Harmonies of #0C0161
Complementary color
Monochromatic Colors of #0C0161
Black with #0C0161
Text Example
Text Example
White with #0C0161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0161; }
p { color: rgb(12,1,97); }
H1.HeaderClassName
{
color: #0C0161;
}
.AnyTagClassName
{
color: #0C0161;
}
</style>
background-color css
<style>
a { background-color: #0C0161; }
a { background-color: rgb(12,1,97); }
div.DivClassName
{
background-color: #0C0161;
}
.BgClassName
{
background-color: #0C0161;
}
</style>
border-color css
<style>
span { border-color: #0C0161; }
span { border-color: rgb(12,1,97); }
td.TdClassName
{
border-color: #0C0161;
}
.TagClassName
{
border-color: #0C0161;
}
</style>