Shades of Midnight Blue #1C2270
Tints of Midnight Blue #1C2270
RGB
CMYK
RGB Variations
Color information
#1C2270 (or 0x1C2270) is known color: Midnight Blue. HEX triplet: 1C, 22 and 70. RGB value is (28,34,112). Sum of RGB (Red+Green+Blue) = 28+34+112=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C2270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2270 is #E3DD8F. Grayscale: #282828. Windows color (decimal): -14933392 or 7348764. OLE color: 7348764.
HSL color Cylindrical-coordinate representation of color #1C2270: hue angle of 235.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C2270 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 34 | 112 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.56 |
| HSL | 235.71º | 0.6% | 0.27% | - |
| HSV(B) | 235.71º | 0.75% | 0.44% | - |
| XYZ | 3.98 | 2.56 | 15.61 | - |
| YUV | 41.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 34 | 112 | 0.75 | 0.70 | 0 | 0.56 | 235.71 | 0.6 | 0.27 |
| Hex | 1C | 22 | 70 | 4B | 46 | 0 | 38 | EC | 3C | 1B |
| Octal | 34 | 42 | 160 | 113 | 106 | 0 | 70 | 354 | 74 | 33 |
| Binary | 11100 | 100010 | 1110000 | 1001011 | 1000110 | 0 | 111000 | 11101100 | 111100 | 11011 |
Color Harmonies of #1C2270
Complementary color
Monochromatic Colors of #1C2270
Black with #1C2270
Text Example
Text Example
White with #1C2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2270; }
p { color: rgb(28,34,112); }
H1.HeaderClassName
{
color: #1C2270;
}
.AnyTagClassName
{
color: #1C2270;
}
</style>
background-color css
<style>
a { background-color: #1C2270; }
a { background-color: rgb(28,34,112); }
div.DivClassName
{
background-color: #1C2270;
}
.BgClassName
{
background-color: #1C2270;
}
</style>
border-color css
<style>
span { border-color: #1C2270; }
span { border-color: rgb(28,34,112); }
td.TdClassName
{
border-color: #1C2270;
}
.TagClassName
{
border-color: #1C2270;
}
</style>