Shades of Midnight Blue #1C1467
Tints of Midnight Blue #1C1467
RGB
CMYK
RGB Variations
Color information
#1C1467 (or 0x1C1467) is known color: Midnight Blue. HEX triplet: 1C, 14 and 67. RGB value is (28,20,103). Sum of RGB (Red+Green+Blue) = 28+20+103=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 103 (40.62% from 255 or 68.21% from 151); Max value from RGB is 103 - color contains mainly: blue. Hex color #1C1467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1467 is #E3EB98. Grayscale: #1F1F1F. Windows color (decimal): -14936985 or 6755356. OLE color: 6755356.
HSL color Cylindrical-coordinate representation of color #1C1467: hue angle of 245.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C1467 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 20 | 103 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.60 |
| HSL | 245.78º | 0.67% | 0.24% | - |
| HSV(B) | 245.78º | 0.81% | 0.4% | - |
| XYZ | 3.18 | 1.73 | 13 | - |
| YUV | 31.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 103 | 0.73 | 0.81 | 0 | 0.60 | 245.78 | 0.67 | 0.24 |
| Hex | 1C | 14 | 67 | 49 | 51 | 0 | 3C | F6 | 43 | 18 |
| Octal | 34 | 24 | 147 | 111 | 121 | 0 | 74 | 366 | 103 | 30 |
| Binary | 11100 | 10100 | 1100111 | 1001001 | 1010001 | 0 | 111100 | 11110110 | 1000011 | 11000 |
Color Harmonies of #1C1467
Complementary color
Monochromatic Colors of #1C1467
Black with #1C1467
Text Example
Text Example
White with #1C1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1467; }
p { color: rgb(28,20,103); }
H1.HeaderClassName
{
color: #1C1467;
}
.AnyTagClassName
{
color: #1C1467;
}
</style>
background-color css
<style>
a { background-color: #1C1467; }
a { background-color: rgb(28,20,103); }
div.DivClassName
{
background-color: #1C1467;
}
.BgClassName
{
background-color: #1C1467;
}
</style>
border-color css
<style>
span { border-color: #1C1467; }
span { border-color: rgb(28,20,103); }
td.TdClassName
{
border-color: #1C1467;
}
.TagClassName
{
border-color: #1C1467;
}
</style>