Shades of Midnight Blue #0C136D
Tints of Midnight Blue #0C136D
RGB
CMYK
RGB Variations
Color information
#0C136D (or 0x0C136D) is known color: Midnight Blue. HEX triplet: 0C, 13 and 6D. RGB value is (12,19,109). Sum of RGB (Red+Green+Blue) = 12+19+109=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C136D is #F3EC92. Grayscale: #1A1A1A. Windows color (decimal): -15985811 or 7148300. OLE color: 7148300.
HSL color Cylindrical-coordinate representation of color #0C136D: hue angle of 235.67º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C136D is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 19 | 109 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.57 |
| HSL | 235.67º | 0.8% | 0.24% | - |
| HSV(B) | 235.67º | 0.89% | 0.43% | - |
| XYZ | 3.14 | 1.65 | 14.62 | - |
| YUV | 27.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 109 | 0.89 | 0.83 | 0 | 0.57 | 235.67 | 0.8 | 0.24 |
| Hex | C | 13 | 6D | 59 | 53 | 0 | 39 | EC | 50 | 18 |
| Octal | 14 | 23 | 155 | 131 | 123 | 0 | 71 | 354 | 120 | 30 |
| Binary | 1100 | 10011 | 1101101 | 1011001 | 1010011 | 0 | 111001 | 11101100 | 1010000 | 11000 |
Color Harmonies of #0C136D
Complementary color
Monochromatic Colors of #0C136D
Black with #0C136D
Text Example
Text Example
White with #0C136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C136D; }
p { color: rgb(12,19,109); }
H1.HeaderClassName
{
color: #0C136D;
}
.AnyTagClassName
{
color: #0C136D;
}
</style>
background-color css
<style>
a { background-color: #0C136D; }
a { background-color: rgb(12,19,109); }
div.DivClassName
{
background-color: #0C136D;
}
.BgClassName
{
background-color: #0C136D;
}
</style>
border-color css
<style>
span { border-color: #0C136D; }
span { border-color: rgb(12,19,109); }
td.TdClassName
{
border-color: #0C136D;
}
.TagClassName
{
border-color: #0C136D;
}
</style>