Shades of Midnight Blue #1C0976
Tints of Midnight Blue #1C0976
RGB
CMYK
RGB Variations
Color information
#1C0976 (or 0x1C0976) is known color: Midnight Blue. HEX triplet: 1C, 09 and 76. RGB value is (28,9,118). Sum of RGB (Red+Green+Blue) = 28+9+118=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C0976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0976 is #E3F689. Grayscale: #1A1A1A. Windows color (decimal): -14939786 or 7735580. OLE color: 7735580.
HSL color Cylindrical-coordinate representation of color #1C0976: hue angle of 250.46º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C0976 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 9 | 118 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.54 |
| HSL | 250.46º | 0.86% | 0.25% | - |
| HSV(B) | 250.46º | 0.92% | 0.46% | - |
| XYZ | 3.85 | 1.75 | 17.27 | - |
| YUV | 27.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 118 | 0.76 | 0.92 | 0 | 0.54 | 250.46 | 0.86 | 0.25 |
| Hex | 1C | 9 | 76 | 4C | 5C | 0 | 36 | FA | 56 | 19 |
| Octal | 34 | 11 | 166 | 114 | 134 | 0 | 66 | 372 | 126 | 31 |
| Binary | 11100 | 1001 | 1110110 | 1001100 | 1011100 | 0 | 110110 | 11111010 | 1010110 | 11001 |
Color Harmonies of #1C0976
Complementary color
Monochromatic Colors of #1C0976
Black with #1C0976
Text Example
Text Example
White with #1C0976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0976; }
p { color: rgb(28,9,118); }
H1.HeaderClassName
{
color: #1C0976;
}
.AnyTagClassName
{
color: #1C0976;
}
</style>
background-color css
<style>
a { background-color: #1C0976; }
a { background-color: rgb(28,9,118); }
div.DivClassName
{
background-color: #1C0976;
}
.BgClassName
{
background-color: #1C0976;
}
</style>
border-color css
<style>
span { border-color: #1C0976; }
span { border-color: rgb(28,9,118); }
td.TdClassName
{
border-color: #1C0976;
}
.TagClassName
{
border-color: #1C0976;
}
</style>