Shades of Midnight Blue #1C206B
Tints of Midnight Blue #1C206B
RGB
CMYK
RGB Variations
Color information
#1C206B (or 0x1C206B) is known color: Midnight Blue. HEX triplet: 1C, 20 and 6B. RGB value is (28,32,107). Sum of RGB (Red+Green+Blue) = 28+32+107=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C206B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C206B is #E3DF94. Grayscale: #272727. Windows color (decimal): -14933909 or 7020572. OLE color: 7020572.
HSL color Cylindrical-coordinate representation of color #1C206B: hue angle of 236.96º degrees, saturation: 0.59, 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 #1C206B is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 32 | 107 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.58 |
| HSL | 236.96º | 0.59% | 0.26% | - |
| HSV(B) | 236.96º | 0.74% | 0.42% | - |
| XYZ | 3.65 | 2.34 | 14.17 | - |
| YUV | 39.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 107 | 0.74 | 0.70 | 0 | 0.58 | 236.96 | 0.59 | 0.26 |
| Hex | 1C | 20 | 6B | 4A | 46 | 0 | 3A | ED | 3B | 1A |
| Octal | 34 | 40 | 153 | 112 | 106 | 0 | 72 | 355 | 73 | 32 |
| Binary | 11100 | 100000 | 1101011 | 1001010 | 1000110 | 0 | 111010 | 11101101 | 111011 | 11010 |
Color Harmonies of #1C206B
Complementary color
Monochromatic Colors of #1C206B
Black with #1C206B
Text Example
Text Example
White with #1C206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C206B; }
p { color: rgb(28,32,107); }
H1.HeaderClassName
{
color: #1C206B;
}
.AnyTagClassName
{
color: #1C206B;
}
</style>
background-color css
<style>
a { background-color: #1C206B; }
a { background-color: rgb(28,32,107); }
div.DivClassName
{
background-color: #1C206B;
}
.BgClassName
{
background-color: #1C206B;
}
</style>
border-color css
<style>
span { border-color: #1C206B; }
span { border-color: rgb(28,32,107); }
td.TdClassName
{
border-color: #1C206B;
}
.TagClassName
{
border-color: #1C206B;
}
</style>