Shades of Midnight Blue #1C1075
Tints of Midnight Blue #1C1075
RGB
CMYK
RGB Variations
Color information
#1C1075 (or 0x1C1075) is known color: Midnight Blue. HEX triplet: 1C, 10 and 75. RGB value is (28,16,117). Sum of RGB (Red+Green+Blue) = 28+16+117=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C1075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1075 is #E3EF8A. Grayscale: #1E1E1E. Windows color (decimal): -14937995 or 7671836. OLE color: 7671836.
HSL color Cylindrical-coordinate representation of color #1C1075: hue angle of 247.13º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C1075 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 16 | 117 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.54 |
| HSL | 247.13º | 0.76% | 0.26% | - |
| HSV(B) | 247.13º | 0.86% | 0.46% | - |
| XYZ | 3.88 | 1.9 | 16.99 | - |
| YUV | 31.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 117 | 0.76 | 0.86 | 0 | 0.54 | 247.13 | 0.76 | 0.26 |
| Hex | 1C | 10 | 75 | 4C | 56 | 0 | 36 | F7 | 4C | 1A |
| Octal | 34 | 20 | 165 | 114 | 126 | 0 | 66 | 367 | 114 | 32 |
| Binary | 11100 | 10000 | 1110101 | 1001100 | 1010110 | 0 | 110110 | 11110111 | 1001100 | 11010 |
Color Harmonies of #1C1075
Complementary color
Monochromatic Colors of #1C1075
Black with #1C1075
Text Example
Text Example
White with #1C1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1075; }
p { color: rgb(28,16,117); }
H1.HeaderClassName
{
color: #1C1075;
}
.AnyTagClassName
{
color: #1C1075;
}
</style>
background-color css
<style>
a { background-color: #1C1075; }
a { background-color: rgb(28,16,117); }
div.DivClassName
{
background-color: #1C1075;
}
.BgClassName
{
background-color: #1C1075;
}
</style>
border-color css
<style>
span { border-color: #1C1075; }
span { border-color: rgb(28,16,117); }
td.TdClassName
{
border-color: #1C1075;
}
.TagClassName
{
border-color: #1C1075;
}
</style>