Shades of Midnight Blue #1C1A75
Tints of Midnight Blue #1C1A75
RGB
CMYK
RGB Variations
Color information
#1C1A75 (or 0x1C1A75) is known color: Midnight Blue. HEX triplet: 1C, 1A and 75. RGB value is (28,26,117). Sum of RGB (Red+Green+Blue) = 28+26+117=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C1A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1A75 is #E3E58A. Grayscale: #242424. Windows color (decimal): -14935435 or 7674396. OLE color: 7674396.
HSL color Cylindrical-coordinate representation of color #1C1A75: hue angle of 241.32º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C1A75 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 26 | 117 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.54 |
| HSL | 241.32º | 0.64% | 0.28% | - |
| HSV(B) | 241.32º | 0.78% | 0.46% | - |
| XYZ | 4.06 | 2.27 | 17.05 | - |
| YUV | 36.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 26 | 117 | 0.76 | 0.78 | 0 | 0.54 | 241.32 | 0.64 | 0.28 |
| Hex | 1C | 1A | 75 | 4C | 4E | 0 | 36 | F1 | 40 | 1C |
| Octal | 34 | 32 | 165 | 114 | 116 | 0 | 66 | 361 | 100 | 34 |
| Binary | 11100 | 11010 | 1110101 | 1001100 | 1001110 | 0 | 110110 | 11110001 | 1000000 | 11100 |
Color Harmonies of #1C1A75
Complementary color
Monochromatic Colors of #1C1A75
Black with #1C1A75
Text Example
Text Example
White with #1C1A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1A75; }
p { color: rgb(28,26,117); }
H1.HeaderClassName
{
color: #1C1A75;
}
.AnyTagClassName
{
color: #1C1A75;
}
</style>
background-color css
<style>
a { background-color: #1C1A75; }
a { background-color: rgb(28,26,117); }
div.DivClassName
{
background-color: #1C1A75;
}
.BgClassName
{
background-color: #1C1A75;
}
</style>
border-color css
<style>
span { border-color: #1C1A75; }
span { border-color: rgb(28,26,117); }
td.TdClassName
{
border-color: #1C1A75;
}
.TagClassName
{
border-color: #1C1A75;
}
</style>