Shades of Midnight Blue #1C206A
Tints of Midnight Blue #1C206A
RGB
CMYK
RGB Variations
Color information
#1C206A (or 0x1C206A) is known color: Midnight Blue. HEX triplet: 1C, 20 and 6A. RGB value is (28,32,106). Sum of RGB (Red+Green+Blue) = 28+32+106=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 106 (41.80% from 255 or 63.86% from 166); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C206A is #E3DF95. Grayscale: #262626. Windows color (decimal): -14933910 or 6955036. OLE color: 6955036.
HSL color Cylindrical-coordinate representation of color #1C206A: hue angle of 236.92º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C206A is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 32 | 106 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.58 |
| HSL | 236.92º | 0.58% | 0.26% | - |
| HSV(B) | 236.92º | 0.74% | 0.42% | - |
| XYZ | 3.6 | 2.32 | 13.89 | - |
| YUV | 39.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 106 | 0.74 | 0.70 | 0 | 0.58 | 236.92 | 0.58 | 0.26 |
| Hex | 1C | 20 | 6A | 4A | 46 | 0 | 3A | ED | 3A | 1A |
| Octal | 34 | 40 | 152 | 112 | 106 | 0 | 72 | 355 | 72 | 32 |
| Binary | 11100 | 100000 | 1101010 | 1001010 | 1000110 | 0 | 111010 | 11101101 | 111010 | 11010 |
Color Harmonies of #1C206A
Complementary color
Monochromatic Colors of #1C206A
Black with #1C206A
Text Example
Text Example
White with #1C206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C206A; }
p { color: rgb(28,32,106); }
H1.HeaderClassName
{
color: #1C206A;
}
.AnyTagClassName
{
color: #1C206A;
}
</style>
background-color css
<style>
a { background-color: #1C206A; }
a { background-color: rgb(28,32,106); }
div.DivClassName
{
background-color: #1C206A;
}
.BgClassName
{
background-color: #1C206A;
}
</style>
border-color css
<style>
span { border-color: #1C206A; }
span { border-color: rgb(28,32,106); }
td.TdClassName
{
border-color: #1C206A;
}
.TagClassName
{
border-color: #1C206A;
}
</style>