Shades of Midnight Blue #1C147F
Tints of Midnight Blue #1C147F
RGB
CMYK
RGB Variations
Color information
#1C147F (or 0x1C147F) is known color: Midnight Blue. HEX triplet: 1C, 14 and 7F. RGB value is (28,20,127). Sum of RGB (Red+Green+Blue) = 28+20+127=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C147F is #E3EB80. Grayscale: #222222. Windows color (decimal): -14936961 or 8328220. OLE color: 8328220.
HSL color Cylindrical-coordinate representation of color #1C147F: hue angle of 244.49º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C147F is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 20 | 127 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.50 |
| HSL | 244.49º | 0.73% | 0.29% | - |
| HSV(B) | 244.49º | 0.84% | 0.5% | - |
| XYZ | 4.56 | 2.28 | 20.28 | - |
| YUV | 34.59 | 180.15 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 127 | 0.78 | 0.84 | 0 | 0.50 | 244.49 | 0.73 | 0.29 |
| Hex | 1C | 14 | 7F | 4E | 54 | 0 | 32 | F4 | 49 | 1D |
| Octal | 34 | 24 | 177 | 116 | 124 | 0 | 62 | 364 | 111 | 35 |
| Binary | 11100 | 10100 | 1111111 | 1001110 | 1010100 | 0 | 110010 | 11110100 | 1001001 | 11101 |
Color Harmonies of #1C147F
Complementary color
Monochromatic Colors of #1C147F
Black with #1C147F
Text Example
Text Example
White with #1C147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C147F; }
p { color: rgb(28,20,127); }
H1.HeaderClassName
{
color: #1C147F;
}
.AnyTagClassName
{
color: #1C147F;
}
</style>
background-color css
<style>
a { background-color: #1C147F; }
a { background-color: rgb(28,20,127); }
div.DivClassName
{
background-color: #1C147F;
}
.BgClassName
{
background-color: #1C147F;
}
</style>
border-color css
<style>
span { border-color: #1C147F; }
span { border-color: rgb(28,20,127); }
td.TdClassName
{
border-color: #1C147F;
}
.TagClassName
{
border-color: #1C147F;
}
</style>