Shades of Midnight Blue #1C2069
Tints of Midnight Blue #1C2069
RGB
CMYK
RGB Variations
Color information
#1C2069 (or 0x1C2069) is known color: Midnight Blue. HEX triplet: 1C, 20 and 69. RGB value is (28,32,105). Sum of RGB (Red+Green+Blue) = 28+32+105=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C2069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2069 is #E3DF96. Grayscale: #262626. Windows color (decimal): -14933911 or 6889500. OLE color: 6889500.
HSL color Cylindrical-coordinate representation of color #1C2069: hue angle of 236.88º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C2069 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 32 | 105 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.59 |
| HSL | 236.88º | 0.58% | 0.26% | - |
| HSV(B) | 236.88º | 0.73% | 0.41% | - |
| XYZ | 3.55 | 2.3 | 13.62 | - |
| YUV | 39.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 105 | 0.73 | 0.70 | 0 | 0.59 | 236.88 | 0.58 | 0.26 |
| Hex | 1C | 20 | 69 | 49 | 46 | 0 | 3B | ED | 3A | 1A |
| Octal | 34 | 40 | 151 | 111 | 106 | 0 | 73 | 355 | 72 | 32 |
| Binary | 11100 | 100000 | 1101001 | 1001001 | 1000110 | 0 | 111011 | 11101101 | 111010 | 11010 |
Color Harmonies of #1C2069
Complementary color
Monochromatic Colors of #1C2069
Black with #1C2069
Text Example
Text Example
White with #1C2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2069; }
p { color: rgb(28,32,105); }
H1.HeaderClassName
{
color: #1C2069;
}
.AnyTagClassName
{
color: #1C2069;
}
</style>
background-color css
<style>
a { background-color: #1C2069; }
a { background-color: rgb(28,32,105); }
div.DivClassName
{
background-color: #1C2069;
}
.BgClassName
{
background-color: #1C2069;
}
</style>
border-color css
<style>
span { border-color: #1C2069; }
span { border-color: rgb(28,32,105); }
td.TdClassName
{
border-color: #1C2069;
}
.TagClassName
{
border-color: #1C2069;
}
</style>