Shades of Midnight Blue #1C1B70
Tints of Midnight Blue #1C1B70
RGB
CMYK
RGB Variations
Color information
#1C1B70 (or 0x1C1B70) is known color: Midnight Blue. HEX triplet: 1C, 1B and 70. RGB value is (28,27,112). Sum of RGB (Red+Green+Blue) = 28+27+112=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C1B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1B70 is #E3E48F. Grayscale: #242424. Windows color (decimal): -14935184 or 7346972. OLE color: 7346972.
HSL color Cylindrical-coordinate representation of color #1C1B70: hue angle of 240.71º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C1B70 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 27 | 112 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.56 |
| HSL | 240.71º | 0.61% | 0.27% | - |
| HSV(B) | 240.71º | 0.76% | 0.44% | - |
| XYZ | 3.8 | 2.2 | 15.55 | - |
| YUV | 36.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 112 | 0.75 | 0.76 | 0 | 0.56 | 240.71 | 0.61 | 0.27 |
| Hex | 1C | 1B | 70 | 4B | 4C | 0 | 38 | F1 | 3D | 1B |
| Octal | 34 | 33 | 160 | 113 | 114 | 0 | 70 | 361 | 75 | 33 |
| Binary | 11100 | 11011 | 1110000 | 1001011 | 1001100 | 0 | 111000 | 11110001 | 111101 | 11011 |
Color Harmonies of #1C1B70
Complementary color
Monochromatic Colors of #1C1B70
Black with #1C1B70
Text Example
Text Example
White with #1C1B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1B70; }
p { color: rgb(28,27,112); }
H1.HeaderClassName
{
color: #1C1B70;
}
.AnyTagClassName
{
color: #1C1B70;
}
</style>
background-color css
<style>
a { background-color: #1C1B70; }
a { background-color: rgb(28,27,112); }
div.DivClassName
{
background-color: #1C1B70;
}
.BgClassName
{
background-color: #1C1B70;
}
</style>
border-color css
<style>
span { border-color: #1C1B70; }
span { border-color: rgb(28,27,112); }
td.TdClassName
{
border-color: #1C1B70;
}
.TagClassName
{
border-color: #1C1B70;
}
</style>