Shades of Midnight Blue #1C1461
Tints of Midnight Blue #1C1461
RGB
CMYK
RGB Variations
Color information
#1C1461 (or 0x1C1461) is known color: Midnight Blue. HEX triplet: 1C, 14 and 61. RGB value is (28,20,97). Sum of RGB (Red+Green+Blue) = 28+20+97=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C1461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1461 is #E3EB9E. Grayscale: #1E1E1E. Windows color (decimal): -14936991 or 6362140. OLE color: 6362140.
HSL color Cylindrical-coordinate representation of color #1C1461: hue angle of 246.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1461 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 20 | 97 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.62 |
| HSL | 246.23º | 0.66% | 0.23% | - |
| HSV(B) | 246.23º | 0.79% | 0.38% | - |
| XYZ | 2.89 | 1.61 | 11.47 | - |
| YUV | 31.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 97 | 0.71 | 0.79 | 0 | 0.62 | 246.23 | 0.66 | 0.23 |
| Hex | 1C | 14 | 61 | 47 | 4F | 0 | 3E | F6 | 42 | 17 |
| Octal | 34 | 24 | 141 | 107 | 117 | 0 | 76 | 366 | 102 | 27 |
| Binary | 11100 | 10100 | 1100001 | 1000111 | 1001111 | 0 | 111110 | 11110110 | 1000010 | 10111 |
Color Harmonies of #1C1461
Complementary color
Monochromatic Colors of #1C1461
Black with #1C1461
Text Example
Text Example
White with #1C1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1461; }
p { color: rgb(28,20,97); }
H1.HeaderClassName
{
color: #1C1461;
}
.AnyTagClassName
{
color: #1C1461;
}
</style>
background-color css
<style>
a { background-color: #1C1461; }
a { background-color: rgb(28,20,97); }
div.DivClassName
{
background-color: #1C1461;
}
.BgClassName
{
background-color: #1C1461;
}
</style>
border-color css
<style>
span { border-color: #1C1461; }
span { border-color: rgb(28,20,97); }
td.TdClassName
{
border-color: #1C1461;
}
.TagClassName
{
border-color: #1C1461;
}
</style>