Shades of Midnight Blue #1C1471
Tints of Midnight Blue #1C1471
RGB
CMYK
RGB Variations
Color information
#1C1471 (or 0x1C1471) is known color: Midnight Blue. HEX triplet: 1C, 14 and 71. RGB value is (28,20,113). Sum of RGB (Red+Green+Blue) = 28+20+113=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C1471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1471 is #E3EB8E. Grayscale: #202020. Windows color (decimal): -14936975 or 7410716. OLE color: 7410716.
HSL color Cylindrical-coordinate representation of color #1C1471: hue angle of 245.16º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C1471 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 20 | 113 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.56 |
| HSL | 245.16º | 0.7% | 0.26% | - |
| HSV(B) | 245.16º | 0.82% | 0.44% | - |
| XYZ | 3.71 | 1.94 | 15.8 | - |
| YUV | 32.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 113 | 0.75 | 0.82 | 0 | 0.56 | 245.16 | 0.7 | 0.26 |
| Hex | 1C | 14 | 71 | 4B | 52 | 0 | 38 | F5 | 46 | 1A |
| Octal | 34 | 24 | 161 | 113 | 122 | 0 | 70 | 365 | 106 | 32 |
| Binary | 11100 | 10100 | 1110001 | 1001011 | 1010010 | 0 | 111000 | 11110101 | 1000110 | 11010 |
Color Harmonies of #1C1471
Complementary color
Monochromatic Colors of #1C1471
Black with #1C1471
Text Example
Text Example
White with #1C1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1471; }
p { color: rgb(28,20,113); }
H1.HeaderClassName
{
color: #1C1471;
}
.AnyTagClassName
{
color: #1C1471;
}
</style>
background-color css
<style>
a { background-color: #1C1471; }
a { background-color: rgb(28,20,113); }
div.DivClassName
{
background-color: #1C1471;
}
.BgClassName
{
background-color: #1C1471;
}
</style>
border-color css
<style>
span { border-color: #1C1471; }
span { border-color: rgb(28,20,113); }
td.TdClassName
{
border-color: #1C1471;
}
.TagClassName
{
border-color: #1C1471;
}
</style>