Shades of Midnight Blue #1C005B
Tints of Midnight Blue #1C005B
RGB
CMYK
RGB Variations
Color information
#1C005B (or 0x1C005B) is known color: Midnight Blue. HEX triplet: 1C, 00 and 5B. RGB value is (28,0,91). Sum of RGB (Red+Green+Blue) = 28+0+91=119 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.53% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 91 (35.94% from 255 or 76.47% from 119); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C005B is #E3FFA4. Grayscale: #121212. Windows color (decimal): -14942117 or 5963804. OLE color: 5963804.
HSL color Cylindrical-coordinate representation of color #1C005B: hue angle of 258.46º 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 #1C005B is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 0 | 91 | - |
| CMYK | 0.69 | 1 | 0 | 0.64 |
| HSL | 258.46º | 1% | 0.18% | - |
| HSV(B) | 258.46º | 1% | 0.36% | - |
| XYZ | 2.37 | 1 | 9.97 | - |
| YUV | 18.75 | 168.78 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 91 | 0.69 | 1 | 0 | 0.64 | 258.46 | 1 | 0.18 |
| Hex | 1C | 0 | 5B | 45 | 64 | 0 | 40 | 102 | 64 | 12 |
| Octal | 34 | 0 | 133 | 105 | 144 | 0 | 100 | 402 | 144 | 22 |
| Binary | 11100 | 0 | 1011011 | 1000101 | 1100100 | 0 | 1000000 | 100000010 | 1100100 | 10010 |
Color Harmonies of #1C005B
Complementary color
Monochromatic Colors of #1C005B
Black with #1C005B
Text Example
Text Example
White with #1C005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C005B; }
p { color: rgb(28,0,91); }
H1.HeaderClassName
{
color: #1C005B;
}
.AnyTagClassName
{
color: #1C005B;
}
</style>
background-color css
<style>
a { background-color: #1C005B; }
a { background-color: rgb(28,0,91); }
div.DivClassName
{
background-color: #1C005B;
}
.BgClassName
{
background-color: #1C005B;
}
</style>
border-color css
<style>
span { border-color: #1C005B; }
span { border-color: rgb(28,0,91); }
td.TdClassName
{
border-color: #1C005B;
}
.TagClassName
{
border-color: #1C005B;
}
</style>