Shades of Midnight Blue #1C157A
Tints of Midnight Blue #1C157A
RGB
CMYK
RGB Variations
Color information
#1C157A (or 0x1C157A) is known color: Midnight Blue. HEX triplet: 1C, 15 and 7A. RGB value is (28,21,122). Sum of RGB (Red+Green+Blue) = 28+21+122=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C157A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C157A is #E3EA85. Grayscale: #222222. Windows color (decimal): -14936710 or 8000796. OLE color: 8000796.
HSL color Cylindrical-coordinate representation of color #1C157A: hue angle of 244.16º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C157A is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 21 | 122 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.52 |
| HSL | 244.16º | 0.71% | 0.28% | - |
| HSV(B) | 244.16º | 0.83% | 0.48% | - |
| XYZ | 4.26 | 2.19 | 18.61 | - |
| YUV | 34.61 | 177.32 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 122 | 0.77 | 0.83 | 0 | 0.52 | 244.16 | 0.71 | 0.28 |
| Hex | 1C | 15 | 7A | 4D | 53 | 0 | 34 | F4 | 47 | 1C |
| Octal | 34 | 25 | 172 | 115 | 123 | 0 | 64 | 364 | 107 | 34 |
| Binary | 11100 | 10101 | 1111010 | 1001101 | 1010011 | 0 | 110100 | 11110100 | 1000111 | 11100 |
Color Harmonies of #1C157A
Complementary color
Monochromatic Colors of #1C157A
Black with #1C157A
Text Example
Text Example
White with #1C157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C157A; }
p { color: rgb(28,21,122); }
H1.HeaderClassName
{
color: #1C157A;
}
.AnyTagClassName
{
color: #1C157A;
}
</style>
background-color css
<style>
a { background-color: #1C157A; }
a { background-color: rgb(28,21,122); }
div.DivClassName
{
background-color: #1C157A;
}
.BgClassName
{
background-color: #1C157A;
}
</style>
border-color css
<style>
span { border-color: #1C157A; }
span { border-color: rgb(28,21,122); }
td.TdClassName
{
border-color: #1C157A;
}
.TagClassName
{
border-color: #1C157A;
}
</style>