Shades of Midnight Blue #1C2068
Tints of Midnight Blue #1C2068
RGB
CMYK
RGB Variations
Color information
#1C2068 (or 0x1C2068) is known color: Midnight Blue. HEX triplet: 1C, 20 and 68. RGB value is (28,32,104). Sum of RGB (Red+Green+Blue) = 28+32+104=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C2068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2068 is #E3DF97. Grayscale: #262626. Windows color (decimal): -14933912 or 6823964. OLE color: 6823964.
HSL color Cylindrical-coordinate representation of color #1C2068: hue angle of 236.84º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C2068 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 32 | 104 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.59 |
| HSL | 236.84º | 0.58% | 0.26% | - |
| HSV(B) | 236.84º | 0.73% | 0.41% | - |
| XYZ | 3.49 | 2.28 | 13.35 | - |
| YUV | 39.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 104 | 0.73 | 0.69 | 0 | 0.59 | 236.84 | 0.58 | 0.26 |
| Hex | 1C | 20 | 68 | 49 | 45 | 0 | 3B | ED | 3A | 1A |
| Octal | 34 | 40 | 150 | 111 | 105 | 0 | 73 | 355 | 72 | 32 |
| Binary | 11100 | 100000 | 1101000 | 1001001 | 1000101 | 0 | 111011 | 11101101 | 111010 | 11010 |
Color Harmonies of #1C2068
Complementary color
Monochromatic Colors of #1C2068
Black with #1C2068
Text Example
Text Example
White with #1C2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2068; }
p { color: rgb(28,32,104); }
H1.HeaderClassName
{
color: #1C2068;
}
.AnyTagClassName
{
color: #1C2068;
}
</style>
background-color css
<style>
a { background-color: #1C2068; }
a { background-color: rgb(28,32,104); }
div.DivClassName
{
background-color: #1C2068;
}
.BgClassName
{
background-color: #1C2068;
}
</style>
border-color css
<style>
span { border-color: #1C2068; }
span { border-color: rgb(28,32,104); }
td.TdClassName
{
border-color: #1C2068;
}
.TagClassName
{
border-color: #1C2068;
}
</style>