Shades of Midnight Blue #0C1867
Tints of Midnight Blue #0C1867
RGB
CMYK
RGB Variations
Color information
#0C1867 (or 0x0C1867) is known color: Midnight Blue. HEX triplet: 0C, 18 and 67. RGB value is (12,24,103). Sum of RGB (Red+Green+Blue) = 12+24+103=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 103 (40.62% from 255 or 74.10% from 139); Max value from RGB is 103 - color contains mainly: blue. Hex color #0C1867 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1867 is #F3E798. Grayscale: #1D1D1D. Windows color (decimal): -15984537 or 6756364. OLE color: 6756364.
HSL color Cylindrical-coordinate representation of color #0C1867: hue angle of 232.09º 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 #0C1867 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 24 | 103 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.60 |
| HSL | 232.09º | 0.79% | 0.23% | - |
| HSV(B) | 232.09º | 0.88% | 0.4% | - |
| XYZ | 2.93 | 1.71 | 13.01 | - |
| YUV | 29.42 | 169.52 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 103 | 0.88 | 0.77 | 0 | 0.60 | 232.09 | 0.79 | 0.23 |
| Hex | C | 18 | 67 | 58 | 4D | 0 | 3C | E8 | 4F | 17 |
| Octal | 14 | 30 | 147 | 130 | 115 | 0 | 74 | 350 | 117 | 27 |
| Binary | 1100 | 11000 | 1100111 | 1011000 | 1001101 | 0 | 111100 | 11101000 | 1001111 | 10111 |
Color Harmonies of #0C1867
Complementary color
Monochromatic Colors of #0C1867
Black with #0C1867
Text Example
Text Example
White with #0C1867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1867; }
p { color: rgb(12,24,103); }
H1.HeaderClassName
{
color: #0C1867;
}
.AnyTagClassName
{
color: #0C1867;
}
</style>
background-color css
<style>
a { background-color: #0C1867; }
a { background-color: rgb(12,24,103); }
div.DivClassName
{
background-color: #0C1867;
}
.BgClassName
{
background-color: #0C1867;
}
</style>
border-color css
<style>
span { border-color: #0C1867; }
span { border-color: rgb(12,24,103); }
td.TdClassName
{
border-color: #0C1867;
}
.TagClassName
{
border-color: #0C1867;
}
</style>