Shades of Midnight Blue #0C1769
Tints of Midnight Blue #0C1769
RGB
CMYK
RGB Variations
Color information
#0C1769 (or 0x0C1769) is known color: Midnight Blue. HEX triplet: 0C, 17 and 69. RGB value is (12,23,105). Sum of RGB (Red+Green+Blue) = 12+23+105=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 105 (41.41% from 255 or 75% from 140); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C1769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1769 is #F3E896. Grayscale: #1C1C1C. Windows color (decimal): -15984791 or 6887180. OLE color: 6887180.
HSL color Cylindrical-coordinate representation of color #0C1769: hue angle of 232.9º 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 #0C1769 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 23 | 105 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.59 |
| HSL | 232.9º | 0.79% | 0.23% | - |
| HSV(B) | 232.9º | 0.89% | 0.41% | - |
| XYZ | 3.01 | 1.71 | 13.54 | - |
| YUV | 29.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 105 | 0.89 | 0.78 | 0 | 0.59 | 232.9 | 0.79 | 0.23 |
| Hex | C | 17 | 69 | 59 | 4E | 0 | 3B | E9 | 4F | 17 |
| Octal | 14 | 27 | 151 | 131 | 116 | 0 | 73 | 351 | 117 | 27 |
| Binary | 1100 | 10111 | 1101001 | 1011001 | 1001110 | 0 | 111011 | 11101001 | 1001111 | 10111 |
Color Harmonies of #0C1769
Complementary color
Monochromatic Colors of #0C1769
Black with #0C1769
Text Example
Text Example
White with #0C1769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1769; }
p { color: rgb(12,23,105); }
H1.HeaderClassName
{
color: #0C1769;
}
.AnyTagClassName
{
color: #0C1769;
}
</style>
background-color css
<style>
a { background-color: #0C1769; }
a { background-color: rgb(12,23,105); }
div.DivClassName
{
background-color: #0C1769;
}
.BgClassName
{
background-color: #0C1769;
}
</style>
border-color css
<style>
span { border-color: #0C1769; }
span { border-color: rgb(12,23,105); }
td.TdClassName
{
border-color: #0C1769;
}
.TagClassName
{
border-color: #0C1769;
}
</style>