Shades of Midnight Blue #0C0B55
Tints of Midnight Blue #0C0B55
RGB
CMYK
RGB Variations
Color information
#0C0B55 (or 0x0C0B55) is known color: Midnight Blue. HEX triplet: 0C, 0B and 55. RGB value is (12,11,85). Sum of RGB (Red+Green+Blue) = 12+11+85=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C0B55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0B55 is #F3F4AA. Grayscale: #131313. Windows color (decimal): -15987883 or 5573388. OLE color: 5573388.
HSL color Cylindrical-coordinate representation of color #0C0B55: hue angle of 240.81º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C0B55 is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 11 | 85 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.67 |
| HSL | 240.81º | 0.77% | 0.19% | - |
| HSV(B) | 240.81º | 0.87% | 0.33% | - |
| XYZ | 1.91 | 0.97 | 8.68 | - |
| YUV | 19.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 85 | 0.86 | 0.87 | 0 | 0.67 | 240.81 | 0.77 | 0.19 |
| Hex | C | B | 55 | 56 | 57 | 0 | 43 | F1 | 4D | 13 |
| Octal | 14 | 13 | 125 | 126 | 127 | 0 | 103 | 361 | 115 | 23 |
| Binary | 1100 | 1011 | 1010101 | 1010110 | 1010111 | 0 | 1000011 | 11110001 | 1001101 | 10011 |
Color Harmonies of #0C0B55
Complementary color
Monochromatic Colors of #0C0B55
Black with #0C0B55
Text Example
Text Example
White with #0C0B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B55; }
p { color: rgb(12,11,85); }
H1.HeaderClassName
{
color: #0C0B55;
}
.AnyTagClassName
{
color: #0C0B55;
}
</style>
background-color css
<style>
a { background-color: #0C0B55; }
a { background-color: rgb(12,11,85); }
div.DivClassName
{
background-color: #0C0B55;
}
.BgClassName
{
background-color: #0C0B55;
}
</style>
border-color css
<style>
span { border-color: #0C0B55; }
span { border-color: rgb(12,11,85); }
td.TdClassName
{
border-color: #0C0B55;
}
.TagClassName
{
border-color: #0C0B55;
}
</style>