Shades of Midnight Blue #1C1379
Tints of Midnight Blue #1C1379
RGB
CMYK
RGB Variations
Color information
#1C1379 (or 0x1C1379) is known color: Midnight Blue. HEX triplet: 1C, 13 and 79. RGB value is (28,19,121). Sum of RGB (Red+Green+Blue) = 28+19+121=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 121 (47.66% from 255 or 72.02% from 168); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C1379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1379 is #E3EC86. Grayscale: #202020. Windows color (decimal): -14937223 or 7934748. OLE color: 7934748.
HSL color Cylindrical-coordinate representation of color #1C1379: hue angle of 245.29º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C1379 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 19 | 121 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.53 |
| HSL | 245.29º | 0.73% | 0.27% | - |
| HSV(B) | 245.29º | 0.84% | 0.47% | - |
| XYZ | 4.16 | 2.09 | 18.27 | - |
| YUV | 33.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 121 | 0.77 | 0.84 | 0 | 0.53 | 245.29 | 0.73 | 0.27 |
| Hex | 1C | 13 | 79 | 4D | 54 | 0 | 35 | F5 | 49 | 1B |
| Octal | 34 | 23 | 171 | 115 | 124 | 0 | 65 | 365 | 111 | 33 |
| Binary | 11100 | 10011 | 1111001 | 1001101 | 1010100 | 0 | 110101 | 11110101 | 1001001 | 11011 |
Color Harmonies of #1C1379
Complementary color
Monochromatic Colors of #1C1379
Black with #1C1379
Text Example
Text Example
White with #1C1379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1379; }
p { color: rgb(28,19,121); }
H1.HeaderClassName
{
color: #1C1379;
}
.AnyTagClassName
{
color: #1C1379;
}
</style>
background-color css
<style>
a { background-color: #1C1379; }
a { background-color: rgb(28,19,121); }
div.DivClassName
{
background-color: #1C1379;
}
.BgClassName
{
background-color: #1C1379;
}
</style>
border-color css
<style>
span { border-color: #1C1379; }
span { border-color: rgb(28,19,121); }
td.TdClassName
{
border-color: #1C1379;
}
.TagClassName
{
border-color: #1C1379;
}
</style>