Shades of Midnight Blue #0C1369
Tints of Midnight Blue #0C1369
RGB
CMYK
RGB Variations
Color information
#0C1369 (or 0x0C1369) is known color: Midnight Blue. HEX triplet: 0C, 13 and 69. RGB value is (12,19,105). Sum of RGB (Red+Green+Blue) = 12+19+105=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C1369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1369 is #F3EC96. Grayscale: #1A1A1A. Windows color (decimal): -15985815 or 6886156. OLE color: 6886156.
HSL color Cylindrical-coordinate representation of color #0C1369: hue angle of 235.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C1369 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 19 | 105 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.59 |
| HSL | 235.48º | 0.79% | 0.23% | - |
| HSV(B) | 235.48º | 0.89% | 0.41% | - |
| XYZ | 2.93 | 1.56 | 13.51 | - |
| YUV | 26.71 | 172.18 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 105 | 0.89 | 0.82 | 0 | 0.59 | 235.48 | 0.79 | 0.23 |
| Hex | C | 13 | 69 | 59 | 52 | 0 | 3B | EB | 4F | 17 |
| Octal | 14 | 23 | 151 | 131 | 122 | 0 | 73 | 353 | 117 | 27 |
| Binary | 1100 | 10011 | 1101001 | 1011001 | 1010010 | 0 | 111011 | 11101011 | 1001111 | 10111 |
Color Harmonies of #0C1369
Complementary color
Monochromatic Colors of #0C1369
Black with #0C1369
Text Example
Text Example
White with #0C1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1369; }
p { color: rgb(12,19,105); }
H1.HeaderClassName
{
color: #0C1369;
}
.AnyTagClassName
{
color: #0C1369;
}
</style>
background-color css
<style>
a { background-color: #0C1369; }
a { background-color: rgb(12,19,105); }
div.DivClassName
{
background-color: #0C1369;
}
.BgClassName
{
background-color: #0C1369;
}
</style>
border-color css
<style>
span { border-color: #0C1369; }
span { border-color: rgb(12,19,105); }
td.TdClassName
{
border-color: #0C1369;
}
.TagClassName
{
border-color: #0C1369;
}
</style>