Shades of Midnight Blue #1C2080
Tints of Midnight Blue #1C2080
RGB
CMYK
RGB Variations
Color information
#1C2080 (or 0x1C2080) is known color: Midnight Blue. HEX triplet: 1C, 20 and 80. RGB value is (28,32,128). Sum of RGB (Red+Green+Blue) = 28+32+128=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #1C2080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2080 is #E3DF7F. Grayscale: #292929. Windows color (decimal): -14933888 or 8396828. OLE color: 8396828.
HSL color Cylindrical-coordinate representation of color #1C2080: hue angle of 237.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C2080 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 32 | 128 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.50 |
| HSL | 237.6º | 0.64% | 0.31% | - |
| HSV(B) | 237.6º | 0.78% | 0.5% | - |
| XYZ | 4.89 | 2.84 | 20.71 | - |
| YUV | 41.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 128 | 0.78 | 0.75 | 0 | 0.50 | 237.6 | 0.64 | 0.31 |
| Hex | 1C | 20 | 80 | 4E | 4B | 0 | 32 | EE | 40 | 1F |
| Octal | 34 | 40 | 200 | 116 | 113 | 0 | 62 | 356 | 100 | 37 |
| Binary | 11100 | 100000 | 10000000 | 1001110 | 1001011 | 0 | 110010 | 11101110 | 1000000 | 11111 |
Color Harmonies of #1C2080
Complementary color
Monochromatic Colors of #1C2080
Black with #1C2080
Text Example
Text Example
White with #1C2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2080; }
p { color: rgb(28,32,128); }
H1.HeaderClassName
{
color: #1C2080;
}
.AnyTagClassName
{
color: #1C2080;
}
</style>
background-color css
<style>
a { background-color: #1C2080; }
a { background-color: rgb(28,32,128); }
div.DivClassName
{
background-color: #1C2080;
}
.BgClassName
{
background-color: #1C2080;
}
</style>
border-color css
<style>
span { border-color: #1C2080; }
span { border-color: rgb(28,32,128); }
td.TdClassName
{
border-color: #1C2080;
}
.TagClassName
{
border-color: #1C2080;
}
</style>