Shades of Midnight Blue #1C1077
Tints of Midnight Blue #1C1077
RGB
CMYK
RGB Variations
Color information
#1C1077 (or 0x1C1077) is known color: Midnight Blue. HEX triplet: 1C, 10 and 77. RGB value is (28,16,119). Sum of RGB (Red+Green+Blue) = 28+16+119=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C1077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1077 is #E3EF88. Grayscale: #1E1E1E. Windows color (decimal): -14937993 or 7802908. OLE color: 7802908.
HSL color Cylindrical-coordinate representation of color #1C1077: hue angle of 246.99º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C1077 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 16 | 119 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.53 |
| HSL | 246.99º | 0.76% | 0.26% | - |
| HSV(B) | 246.99º | 0.87% | 0.47% | - |
| XYZ | 3.99 | 1.95 | 17.62 | - |
| YUV | 31.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 119 | 0.76 | 0.87 | 0 | 0.53 | 246.99 | 0.76 | 0.26 |
| Hex | 1C | 10 | 77 | 4C | 57 | 0 | 35 | F7 | 4C | 1A |
| Octal | 34 | 20 | 167 | 114 | 127 | 0 | 65 | 367 | 114 | 32 |
| Binary | 11100 | 10000 | 1110111 | 1001100 | 1010111 | 0 | 110101 | 11110111 | 1001100 | 11010 |
Color Harmonies of #1C1077
Complementary color
Monochromatic Colors of #1C1077
Black with #1C1077
Text Example
Text Example
White with #1C1077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1077; }
p { color: rgb(28,16,119); }
H1.HeaderClassName
{
color: #1C1077;
}
.AnyTagClassName
{
color: #1C1077;
}
</style>
background-color css
<style>
a { background-color: #1C1077; }
a { background-color: rgb(28,16,119); }
div.DivClassName
{
background-color: #1C1077;
}
.BgClassName
{
background-color: #1C1077;
}
</style>
border-color css
<style>
span { border-color: #1C1077; }
span { border-color: rgb(28,16,119); }
td.TdClassName
{
border-color: #1C1077;
}
.TagClassName
{
border-color: #1C1077;
}
</style>