Shades of Midnight Blue #1C1669
Tints of Midnight Blue #1C1669
RGB
CMYK
RGB Variations
Color information
#1C1669 (or 0x1C1669) is known color: Midnight Blue. HEX triplet: 1C, 16 and 69. RGB value is (28,22,105). Sum of RGB (Red+Green+Blue) = 28+22+105=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C1669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1669 is #E3E996. Grayscale: #202020. Windows color (decimal): -14936471 or 6886940. OLE color: 6886940.
HSL color Cylindrical-coordinate representation of color #1C1669: hue angle of 244.34º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1669 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 22 | 105 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.59 |
| HSL | 244.34º | 0.65% | 0.25% | - |
| HSV(B) | 244.34º | 0.79% | 0.41% | - |
| XYZ | 3.32 | 1.84 | 13.55 | - |
| YUV | 33.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 22 | 105 | 0.73 | 0.79 | 0 | 0.59 | 244.34 | 0.65 | 0.25 |
| Hex | 1C | 16 | 69 | 49 | 4F | 0 | 3B | F4 | 41 | 19 |
| Octal | 34 | 26 | 151 | 111 | 117 | 0 | 73 | 364 | 101 | 31 |
| Binary | 11100 | 10110 | 1101001 | 1001001 | 1001111 | 0 | 111011 | 11110100 | 1000001 | 11001 |
Color Harmonies of #1C1669
Complementary color
Monochromatic Colors of #1C1669
Black with #1C1669
Text Example
Text Example
White with #1C1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1669; }
p { color: rgb(28,22,105); }
H1.HeaderClassName
{
color: #1C1669;
}
.AnyTagClassName
{
color: #1C1669;
}
</style>
background-color css
<style>
a { background-color: #1C1669; }
a { background-color: rgb(28,22,105); }
div.DivClassName
{
background-color: #1C1669;
}
.BgClassName
{
background-color: #1C1669;
}
</style>
border-color css
<style>
span { border-color: #1C1669; }
span { border-color: rgb(28,22,105); }
td.TdClassName
{
border-color: #1C1669;
}
.TagClassName
{
border-color: #1C1669;
}
</style>