Shades of Midnight Blue #0C146A
Tints of Midnight Blue #0C146A
RGB
CMYK
RGB Variations
Color information
#0C146A (or 0x0C146A) is known color: Midnight Blue. HEX triplet: 0C, 14 and 6A. RGB value is (12,20,106). Sum of RGB (Red+Green+Blue) = 12+20+106=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 106 (41.80% from 255 or 76.81% from 138); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C146A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C146A is #F3EB95. Grayscale: #1B1B1B. Windows color (decimal): -15985558 or 6951948. OLE color: 6951948.
HSL color Cylindrical-coordinate representation of color #0C146A: hue angle of 234.89º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C146A is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 20 | 106 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.58 |
| HSL | 234.89º | 0.8% | 0.23% | - |
| HSV(B) | 234.89º | 0.89% | 0.42% | - |
| XYZ | 3 | 1.62 | 13.79 | - |
| YUV | 27.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 106 | 0.89 | 0.81 | 0 | 0.58 | 234.89 | 0.8 | 0.23 |
| Hex | C | 14 | 6A | 59 | 51 | 0 | 3A | EB | 50 | 17 |
| Octal | 14 | 24 | 152 | 131 | 121 | 0 | 72 | 353 | 120 | 27 |
| Binary | 1100 | 10100 | 1101010 | 1011001 | 1010001 | 0 | 111010 | 11101011 | 1010000 | 10111 |
Color Harmonies of #0C146A
Complementary color
Monochromatic Colors of #0C146A
Black with #0C146A
Text Example
Text Example
White with #0C146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C146A; }
p { color: rgb(12,20,106); }
H1.HeaderClassName
{
color: #0C146A;
}
.AnyTagClassName
{
color: #0C146A;
}
</style>
background-color css
<style>
a { background-color: #0C146A; }
a { background-color: rgb(12,20,106); }
div.DivClassName
{
background-color: #0C146A;
}
.BgClassName
{
background-color: #0C146A;
}
</style>
border-color css
<style>
span { border-color: #0C146A; }
span { border-color: rgb(12,20,106); }
td.TdClassName
{
border-color: #0C146A;
}
.TagClassName
{
border-color: #0C146A;
}
</style>