Shades of Midnight Blue #1C005C
Tints of Midnight Blue #1C005C
RGB
CMYK
RGB Variations
Color information
#1C005C (or 0x1C005C) is known color: Midnight Blue. HEX triplet: 1C, 00 and 5C. RGB value is (28,0,92). Sum of RGB (Red+Green+Blue) = 28+0+92=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C005C is #E3FFA3. Grayscale: #121212. Windows color (decimal): -14942116 or 6029340. OLE color: 6029340.
HSL color Cylindrical-coordinate representation of color #1C005C: hue angle of 258.26º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C005C is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 0 | 92 | - |
| CMYK | 0.70 | 1 | 0 | 0.64 |
| HSL | 258.26º | 1% | 0.18% | - |
| HSV(B) | 258.26º | 1% | 0.36% | - |
| XYZ | 2.41 | 1.02 | 10.19 | - |
| YUV | 18.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 92 | 0.70 | 1 | 0 | 0.64 | 258.26 | 1 | 0.18 |
| Hex | 1C | 0 | 5C | 46 | 64 | 0 | 40 | 102 | 64 | 12 |
| Octal | 34 | 0 | 134 | 106 | 144 | 0 | 100 | 402 | 144 | 22 |
| Binary | 11100 | 0 | 1011100 | 1000110 | 1100100 | 0 | 1000000 | 100000010 | 1100100 | 10010 |
Color Harmonies of #1C005C
Complementary color
Monochromatic Colors of #1C005C
Black with #1C005C
Text Example
Text Example
White with #1C005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C005C; }
p { color: rgb(28,0,92); }
H1.HeaderClassName
{
color: #1C005C;
}
.AnyTagClassName
{
color: #1C005C;
}
</style>
background-color css
<style>
a { background-color: #1C005C; }
a { background-color: rgb(28,0,92); }
div.DivClassName
{
background-color: #1C005C;
}
.BgClassName
{
background-color: #1C005C;
}
</style>
border-color css
<style>
span { border-color: #1C005C; }
span { border-color: rgb(28,0,92); }
td.TdClassName
{
border-color: #1C005C;
}
.TagClassName
{
border-color: #1C005C;
}
</style>