Shades of Midnight Blue #1C205C
Tints of Midnight Blue #1C205C
RGB
CMYK
RGB Variations
Color information
#1C205C (or 0x1C205C) is known color: Midnight Blue. HEX triplet: 1C, 20 and 5C. RGB value is (28,32,92). Sum of RGB (Red+Green+Blue) = 28+32+92=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C205C is #E3DFA3. Grayscale: #252525. Windows color (decimal): -14933924 or 6037532. OLE color: 6037532.
HSL color Cylindrical-coordinate representation of color #1C205C: hue angle of 236.25º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C205C is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 32 | 92 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.64 |
| HSL | 236.25º | 0.53% | 0.24% | - |
| HSV(B) | 236.25º | 0.7% | 0.36% | - |
| XYZ | 2.93 | 2.05 | 10.37 | - |
| YUV | 37.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 92 | 0.70 | 0.65 | 0 | 0.64 | 236.25 | 0.53 | 0.24 |
| Hex | 1C | 20 | 5C | 46 | 41 | 0 | 40 | EC | 35 | 18 |
| Octal | 34 | 40 | 134 | 106 | 101 | 0 | 100 | 354 | 65 | 30 |
| Binary | 11100 | 100000 | 1011100 | 1000110 | 1000001 | 0 | 1000000 | 11101100 | 110101 | 11000 |
Color Harmonies of #1C205C
Complementary color
Monochromatic Colors of #1C205C
Black with #1C205C
Text Example
Text Example
White with #1C205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C205C; }
p { color: rgb(28,32,92); }
H1.HeaderClassName
{
color: #1C205C;
}
.AnyTagClassName
{
color: #1C205C;
}
</style>
background-color css
<style>
a { background-color: #1C205C; }
a { background-color: rgb(28,32,92); }
div.DivClassName
{
background-color: #1C205C;
}
.BgClassName
{
background-color: #1C205C;
}
</style>
border-color css
<style>
span { border-color: #1C205C; }
span { border-color: rgb(28,32,92); }
td.TdClassName
{
border-color: #1C205C;
}
.TagClassName
{
border-color: #1C205C;
}
</style>