Shades of Midnight Blue #0C1567
Tints of Midnight Blue #0C1567
RGB
CMYK
RGB Variations
Color information
#0C1567 (or 0x0C1567) is known color: Midnight Blue. HEX triplet: 0C, 15 and 67. RGB value is (12,21,103). Sum of RGB (Red+Green+Blue) = 12+21+103=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 103 (40.62% from 255 or 75.74% from 136); Max value from RGB is 103 - color contains mainly: blue. Hex color #0C1567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1567 is #F3EA98. Grayscale: #1B1B1B. Windows color (decimal): -15985305 or 6755596. OLE color: 6755596.
HSL color Cylindrical-coordinate representation of color #0C1567: hue angle of 234.07º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C1567 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 21 | 103 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.60 |
| HSL | 234.07º | 0.79% | 0.23% | - |
| HSV(B) | 234.07º | 0.88% | 0.4% | - |
| XYZ | 2.87 | 1.59 | 12.99 | - |
| YUV | 27.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 103 | 0.88 | 0.80 | 0 | 0.60 | 234.07 | 0.79 | 0.23 |
| Hex | C | 15 | 67 | 58 | 50 | 0 | 3C | EA | 4F | 17 |
| Octal | 14 | 25 | 147 | 130 | 120 | 0 | 74 | 352 | 117 | 27 |
| Binary | 1100 | 10101 | 1100111 | 1011000 | 1010000 | 0 | 111100 | 11101010 | 1001111 | 10111 |
Color Harmonies of #0C1567
Complementary color
Monochromatic Colors of #0C1567
Black with #0C1567
Text Example
Text Example
White with #0C1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1567; }
p { color: rgb(12,21,103); }
H1.HeaderClassName
{
color: #0C1567;
}
.AnyTagClassName
{
color: #0C1567;
}
</style>
background-color css
<style>
a { background-color: #0C1567; }
a { background-color: rgb(12,21,103); }
div.DivClassName
{
background-color: #0C1567;
}
.BgClassName
{
background-color: #0C1567;
}
</style>
border-color css
<style>
span { border-color: #0C1567; }
span { border-color: rgb(12,21,103); }
td.TdClassName
{
border-color: #0C1567;
}
.TagClassName
{
border-color: #0C1567;
}
</style>