Shades of Midnight Blue #0C0B4F
Tints of Midnight Blue #0C0B4F
RGB
CMYK
RGB Variations
Color information
#0C0B4F (or 0x0C0B4F) is known color: Midnight Blue. HEX triplet: 0C, 0B and 4F. RGB value is (12,11,79). Sum of RGB (Red+Green+Blue) = 12+11+79=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 79 (31.25% from 255 or 77.45% from 102); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C0B4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0B4F is #F3F4B0. Grayscale: #121212. Windows color (decimal): -15987889 or 5180172. OLE color: 5180172.
HSL color Cylindrical-coordinate representation of color #0C0B4F: hue angle of 240.88º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C0B4F is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 11 | 79 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.69 |
| HSL | 240.88º | 0.76% | 0.18% | - |
| HSV(B) | 240.88º | 0.86% | 0.31% | - |
| XYZ | 1.68 | 0.88 | 7.48 | - |
| YUV | 19.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 79 | 0.85 | 0.86 | 0 | 0.69 | 240.88 | 0.76 | 0.18 |
| Hex | C | B | 4F | 55 | 56 | 0 | 45 | F1 | 4C | 12 |
| Octal | 14 | 13 | 117 | 125 | 126 | 0 | 105 | 361 | 114 | 22 |
| Binary | 1100 | 1011 | 1001111 | 1010101 | 1010110 | 0 | 1000101 | 11110001 | 1001100 | 10010 |
Color Harmonies of #0C0B4F
Complementary color
Monochromatic Colors of #0C0B4F
Black with #0C0B4F
Text Example
Text Example
White with #0C0B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B4F; }
p { color: rgb(12,11,79); }
H1.HeaderClassName
{
color: #0C0B4F;
}
.AnyTagClassName
{
color: #0C0B4F;
}
</style>
background-color css
<style>
a { background-color: #0C0B4F; }
a { background-color: rgb(12,11,79); }
div.DivClassName
{
background-color: #0C0B4F;
}
.BgClassName
{
background-color: #0C0B4F;
}
</style>
border-color css
<style>
span { border-color: #0C0B4F; }
span { border-color: rgb(12,11,79); }
td.TdClassName
{
border-color: #0C0B4F;
}
.TagClassName
{
border-color: #0C0B4F;
}
</style>