Shades of Midnight Blue #1C1464
Tints of Midnight Blue #1C1464
RGB
CMYK
RGB Variations
Color information
#1C1464 (or 0x1C1464) is known color: Midnight Blue. HEX triplet: 1C, 14 and 64. RGB value is (28,20,100). Sum of RGB (Red+Green+Blue) = 28+20+100=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 100 (39.45% from 255 or 67.57% from 148); Max value from RGB is 100 - color contains mainly: blue. Hex color #1C1464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1464 is #E3EB9B. Grayscale: #1F1F1F. Windows color (decimal): -14936988 or 6558748. OLE color: 6558748.
HSL color Cylindrical-coordinate representation of color #1C1464: hue angle of 246º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C1464 is Cyan = 0.72, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 20 | 100 | - |
| CMYK | 0.72 | 0.8 | 0 | 0.61 |
| HSL | 246º | 0.67% | 0.24% | - |
| HSV(B) | 246º | 0.8% | 0.39% | - |
| XYZ | 3.03 | 1.67 | 12.22 | - |
| YUV | 31.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 100 | 0.72 | 0.8 | 0 | 0.61 | 246 | 0.67 | 0.24 |
| Hex | 1C | 14 | 64 | 48 | 50 | 0 | 3D | F6 | 43 | 18 |
| Octal | 34 | 24 | 144 | 110 | 120 | 0 | 75 | 366 | 103 | 30 |
| Binary | 11100 | 10100 | 1100100 | 1001000 | 1010000 | 0 | 111101 | 11110110 | 1000011 | 11000 |
Color Harmonies of #1C1464
Complementary color
Monochromatic Colors of #1C1464
Black with #1C1464
Text Example
Text Example
White with #1C1464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1464; }
p { color: rgb(28,20,100); }
H1.HeaderClassName
{
color: #1C1464;
}
.AnyTagClassName
{
color: #1C1464;
}
</style>
background-color css
<style>
a { background-color: #1C1464; }
a { background-color: rgb(28,20,100); }
div.DivClassName
{
background-color: #1C1464;
}
.BgClassName
{
background-color: #1C1464;
}
</style>
border-color css
<style>
span { border-color: #1C1464; }
span { border-color: rgb(28,20,100); }
td.TdClassName
{
border-color: #1C1464;
}
.TagClassName
{
border-color: #1C1464;
}
</style>