Shades of Midnight Blue #1C147C
Tints of Midnight Blue #1C147C
RGB
CMYK
RGB Variations
Color information
#1C147C (or 0x1C147C) is known color: Midnight Blue. HEX triplet: 1C, 14 and 7C. RGB value is (28,20,124). Sum of RGB (Red+Green+Blue) = 28+20+124=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C147C is #E3EB83. Grayscale: #212121. Windows color (decimal): -14936964 or 8131612. OLE color: 8131612.
HSL color Cylindrical-coordinate representation of color #1C147C: hue angle of 244.62º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C147C is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 20 | 124 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.51 |
| HSL | 244.62º | 0.72% | 0.28% | - |
| HSV(B) | 244.62º | 0.84% | 0.49% | - |
| XYZ | 4.37 | 2.2 | 19.26 | - |
| YUV | 34.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 124 | 0.77 | 0.84 | 0 | 0.51 | 244.62 | 0.72 | 0.28 |
| Hex | 1C | 14 | 7C | 4D | 54 | 0 | 33 | F5 | 48 | 1C |
| Octal | 34 | 24 | 174 | 115 | 124 | 0 | 63 | 365 | 110 | 34 |
| Binary | 11100 | 10100 | 1111100 | 1001101 | 1010100 | 0 | 110011 | 11110101 | 1001000 | 11100 |
Color Harmonies of #1C147C
Complementary color
Monochromatic Colors of #1C147C
Black with #1C147C
Text Example
Text Example
White with #1C147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C147C; }
p { color: rgb(28,20,124); }
H1.HeaderClassName
{
color: #1C147C;
}
.AnyTagClassName
{
color: #1C147C;
}
</style>
background-color css
<style>
a { background-color: #1C147C; }
a { background-color: rgb(28,20,124); }
div.DivClassName
{
background-color: #1C147C;
}
.BgClassName
{
background-color: #1C147C;
}
</style>
border-color css
<style>
span { border-color: #1C147C; }
span { border-color: rgb(28,20,124); }
td.TdClassName
{
border-color: #1C147C;
}
.TagClassName
{
border-color: #1C147C;
}
</style>