Shades of Midnight Blue #1C1673
Tints of Midnight Blue #1C1673
RGB
CMYK
RGB Variations
Color information
#1C1673 (or 0x1C1673) is known color: Midnight Blue. HEX triplet: 1C, 16 and 73. RGB value is (28,22,115). Sum of RGB (Red+Green+Blue) = 28+22+115=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C1673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1673 is #E3E98C. Grayscale: #222222. Windows color (decimal): -14936461 or 7542300. OLE color: 7542300.
HSL color Cylindrical-coordinate representation of color #1C1673: hue angle of 243.87º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C1673 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 22 | 115 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.55 |
| HSL | 243.87º | 0.68% | 0.27% | - |
| HSV(B) | 243.87º | 0.81% | 0.45% | - |
| XYZ | 3.86 | 2.06 | 16.41 | - |
| YUV | 34.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 22 | 115 | 0.76 | 0.81 | 0 | 0.55 | 243.87 | 0.68 | 0.27 |
| Hex | 1C | 16 | 73 | 4C | 51 | 0 | 37 | F4 | 44 | 1B |
| Octal | 34 | 26 | 163 | 114 | 121 | 0 | 67 | 364 | 104 | 33 |
| Binary | 11100 | 10110 | 1110011 | 1001100 | 1010001 | 0 | 110111 | 11110100 | 1000100 | 11011 |
Color Harmonies of #1C1673
Complementary color
Monochromatic Colors of #1C1673
Black with #1C1673
Text Example
Text Example
White with #1C1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1673; }
p { color: rgb(28,22,115); }
H1.HeaderClassName
{
color: #1C1673;
}
.AnyTagClassName
{
color: #1C1673;
}
</style>
background-color css
<style>
a { background-color: #1C1673; }
a { background-color: rgb(28,22,115); }
div.DivClassName
{
background-color: #1C1673;
}
.BgClassName
{
background-color: #1C1673;
}
</style>
border-color css
<style>
span { border-color: #1C1673; }
span { border-color: rgb(28,22,115); }
td.TdClassName
{
border-color: #1C1673;
}
.TagClassName
{
border-color: #1C1673;
}
</style>