Shades of Midnight Blue #1C1164
Tints of Midnight Blue #1C1164
RGB
CMYK
RGB Variations
Color information
#1C1164 (or 0x1C1164) is known color: Midnight Blue. HEX triplet: 1C, 11 and 64. RGB value is (28,17,100). Sum of RGB (Red+Green+Blue) = 28+17+100=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 100 (39.45% from 255 or 68.97% from 145); Max value from RGB is 100 - color contains mainly: blue. Hex color #1C1164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1164 is #E3EE9B. Grayscale: #1D1D1D. Windows color (decimal): -14937756 or 6557980. OLE color: 6557980.
HSL color Cylindrical-coordinate representation of color #1C1164: hue angle of 247.95º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C1164 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 17 | 100 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.61 |
| HSL | 247.95º | 0.71% | 0.23% | - |
| HSV(B) | 247.95º | 0.83% | 0.39% | - |
| XYZ | 2.98 | 1.57 | 12.2 | - |
| YUV | 29.75 | 167.64 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 100 | 0.72 | 0.83 | 0 | 0.61 | 247.95 | 0.71 | 0.23 |
| Hex | 1C | 11 | 64 | 48 | 53 | 0 | 3D | F8 | 47 | 17 |
| Octal | 34 | 21 | 144 | 110 | 123 | 0 | 75 | 370 | 107 | 27 |
| Binary | 11100 | 10001 | 1100100 | 1001000 | 1010011 | 0 | 111101 | 11111000 | 1000111 | 10111 |
Color Harmonies of #1C1164
Complementary color
Monochromatic Colors of #1C1164
Black with #1C1164
Text Example
Text Example
White with #1C1164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1164; }
p { color: rgb(28,17,100); }
H1.HeaderClassName
{
color: #1C1164;
}
.AnyTagClassName
{
color: #1C1164;
}
</style>
background-color css
<style>
a { background-color: #1C1164; }
a { background-color: rgb(28,17,100); }
div.DivClassName
{
background-color: #1C1164;
}
.BgClassName
{
background-color: #1C1164;
}
</style>
border-color css
<style>
span { border-color: #1C1164; }
span { border-color: rgb(28,17,100); }
td.TdClassName
{
border-color: #1C1164;
}
.TagClassName
{
border-color: #1C1164;
}
</style>