Shades of Midnight Blue #1C0B7C
Tints of Midnight Blue #1C0B7C
RGB
CMYK
RGB Variations
Color information
#1C0B7C (or 0x1C0B7C) is known color: Midnight Blue. HEX triplet: 1C, 0B and 7C. RGB value is (28,11,124). Sum of RGB (Red+Green+Blue) = 28+11+124=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C0B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0B7C is #E3F483. Grayscale: #1C1C1C. Windows color (decimal): -14939268 or 8129308. OLE color: 8129308.
HSL color Cylindrical-coordinate representation of color #1C0B7C: hue angle of 249.03º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C0B7C is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 11 | 124 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.51 |
| HSL | 249.03º | 0.84% | 0.26% | - |
| HSV(B) | 249.03º | 0.91% | 0.49% | - |
| XYZ | 4.24 | 1.94 | 19.22 | - |
| YUV | 28.97 | 181.63 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 11 | 124 | 0.77 | 0.91 | 0 | 0.51 | 249.03 | 0.84 | 0.26 |
| Hex | 1C | B | 7C | 4D | 5B | 0 | 33 | F9 | 54 | 1A |
| Octal | 34 | 13 | 174 | 115 | 133 | 0 | 63 | 371 | 124 | 32 |
| Binary | 11100 | 1011 | 1111100 | 1001101 | 1011011 | 0 | 110011 | 11111001 | 1010100 | 11010 |
Color Harmonies of #1C0B7C
Complementary color
Monochromatic Colors of #1C0B7C
Black with #1C0B7C
Text Example
Text Example
White with #1C0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0B7C; }
p { color: rgb(28,11,124); }
H1.HeaderClassName
{
color: #1C0B7C;
}
.AnyTagClassName
{
color: #1C0B7C;
}
</style>
background-color css
<style>
a { background-color: #1C0B7C; }
a { background-color: rgb(28,11,124); }
div.DivClassName
{
background-color: #1C0B7C;
}
.BgClassName
{
background-color: #1C0B7C;
}
</style>
border-color css
<style>
span { border-color: #1C0B7C; }
span { border-color: rgb(28,11,124); }
td.TdClassName
{
border-color: #1C0B7C;
}
.TagClassName
{
border-color: #1C0B7C;
}
</style>