Shades of Midnight Blue #1C105C
Tints of Midnight Blue #1C105C
RGB
CMYK
RGB Variations
Color information
#1C105C (or 0x1C105C) is known color: Midnight Blue. HEX triplet: 1C, 10 and 5C. RGB value is (28,16,92). Sum of RGB (Red+Green+Blue) = 28+16+92=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C105C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C105C is #E3EFA3. Grayscale: #1B1B1B. Windows color (decimal): -14938020 or 6033436. OLE color: 6033436.
HSL color Cylindrical-coordinate representation of color #1C105C: hue angle of 249.47º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C105C is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 16 | 92 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.64 |
| HSL | 249.47º | 0.7% | 0.21% | - |
| HSV(B) | 249.47º | 0.83% | 0.36% | - |
| XYZ | 2.6 | 1.39 | 10.26 | - |
| YUV | 28.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 92 | 0.70 | 0.83 | 0 | 0.64 | 249.47 | 0.7 | 0.21 |
| Hex | 1C | 10 | 5C | 46 | 53 | 0 | 40 | F9 | 46 | 15 |
| Octal | 34 | 20 | 134 | 106 | 123 | 0 | 100 | 371 | 106 | 25 |
| Binary | 11100 | 10000 | 1011100 | 1000110 | 1010011 | 0 | 1000000 | 11111001 | 1000110 | 10101 |
Color Harmonies of #1C105C
Complementary color
Monochromatic Colors of #1C105C
Black with #1C105C
Text Example
Text Example
White with #1C105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C105C; }
p { color: rgb(28,16,92); }
H1.HeaderClassName
{
color: #1C105C;
}
.AnyTagClassName
{
color: #1C105C;
}
</style>
background-color css
<style>
a { background-color: #1C105C; }
a { background-color: rgb(28,16,92); }
div.DivClassName
{
background-color: #1C105C;
}
.BgClassName
{
background-color: #1C105C;
}
</style>
border-color css
<style>
span { border-color: #1C105C; }
span { border-color: rgb(28,16,92); }
td.TdClassName
{
border-color: #1C105C;
}
.TagClassName
{
border-color: #1C105C;
}
</style>