Shades of Midnight Blue #1C225E
Tints of Midnight Blue #1C225E
RGB
CMYK
RGB Variations
Color information
#1C225E (or 0x1C225E) is known color: Midnight Blue. HEX triplet: 1C, 22 and 5E. RGB value is (28,34,94). Sum of RGB (Red+Green+Blue) = 28+34+94=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #1C225E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C225E is #E3DDA1. Grayscale: #262626. Windows color (decimal): -14933410 or 6169116. OLE color: 6169116.
HSL color Cylindrical-coordinate representation of color #1C225E: hue angle of 234.55º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C225E is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 28 | 34 | 94 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.63 |
| HSL | 234.55º | 0.54% | 0.24% | - |
| HSV(B) | 234.55º | 0.7% | 0.37% | - |
| XYZ | 3.07 | 2.2 | 10.85 | - |
| YUV | 39.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 34 | 94 | 0.70 | 0.64 | 0 | 0.63 | 234.55 | 0.54 | 0.24 |
| Hex | 1C | 22 | 5E | 46 | 40 | 0 | 3F | EB | 36 | 18 |
| Octal | 34 | 42 | 136 | 106 | 100 | 0 | 77 | 353 | 66 | 30 |
| Binary | 11100 | 100010 | 1011110 | 1000110 | 1000000 | 0 | 111111 | 11101011 | 110110 | 11000 |
Color Harmonies of #1C225E
Complementary color
Monochromatic Colors of #1C225E
Black with #1C225E
Text Example
Text Example
White with #1C225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C225E; }
p { color: rgb(28,34,94); }
H1.HeaderClassName
{
color: #1C225E;
}
.AnyTagClassName
{
color: #1C225E;
}
</style>
background-color css
<style>
a { background-color: #1C225E; }
a { background-color: rgb(28,34,94); }
div.DivClassName
{
background-color: #1C225E;
}
.BgClassName
{
background-color: #1C225E;
}
</style>
border-color css
<style>
span { border-color: #1C225E; }
span { border-color: rgb(28,34,94); }
td.TdClassName
{
border-color: #1C225E;
}
.TagClassName
{
border-color: #1C225E;
}
</style>