Shades of Midnight Blue #0C0455
Tints of Midnight Blue #0C0455
RGB
CMYK
RGB Variations
Color information
#0C0455 (or 0x0C0455) is known color: Midnight Blue. HEX triplet: 0C, 04 and 55. RGB value is (12,4,85). Sum of RGB (Red+Green+Blue) = 12+4+85=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 85 (33.59% from 255 or 84.16% from 101); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C0455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0455 is #F3FBAA. Grayscale: #0F0F0F. Windows color (decimal): -15989675 or 5571596. OLE color: 5571596.
HSL color Cylindrical-coordinate representation of color #0C0455: hue angle of 245.93º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0455 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 4 | 85 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.67 |
| HSL | 245.93º | 0.91% | 0.17% | - |
| HSV(B) | 245.93º | 0.95% | 0.33% | - |
| XYZ | 1.83 | 0.82 | 8.66 | - |
| YUV | 15.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 85 | 0.86 | 0.95 | 0 | 0.67 | 245.93 | 0.91 | 0.17 |
| Hex | C | 4 | 55 | 56 | 5F | 0 | 43 | F6 | 5B | 11 |
| Octal | 14 | 4 | 125 | 126 | 137 | 0 | 103 | 366 | 133 | 21 |
| Binary | 1100 | 100 | 1010101 | 1010110 | 1011111 | 0 | 1000011 | 11110110 | 1011011 | 10001 |
Color Harmonies of #0C0455
Complementary color
Monochromatic Colors of #0C0455
Black with #0C0455
Text Example
Text Example
White with #0C0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0455; }
p { color: rgb(12,4,85); }
H1.HeaderClassName
{
color: #0C0455;
}
.AnyTagClassName
{
color: #0C0455;
}
</style>
background-color css
<style>
a { background-color: #0C0455; }
a { background-color: rgb(12,4,85); }
div.DivClassName
{
background-color: #0C0455;
}
.BgClassName
{
background-color: #0C0455;
}
</style>
border-color css
<style>
span { border-color: #0C0455; }
span { border-color: rgb(12,4,85); }
td.TdClassName
{
border-color: #0C0455;
}
.TagClassName
{
border-color: #0C0455;
}
</style>