Shades of Midnight Blue #1C015D
Tints of Midnight Blue #1C015D
RGB
CMYK
RGB Variations
Color information
#1C015D (or 0x1C015D) is known color: Midnight Blue. HEX triplet: 1C, 01 and 5D. RGB value is (28,1,93). Sum of RGB (Red+Green+Blue) = 28+1+93=122 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.95% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C015D is #E3FEA2. Grayscale: #131313. Windows color (decimal): -14941859 or 6095132. OLE color: 6095132.
HSL color Cylindrical-coordinate representation of color #1C015D: hue angle of 257.61º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C015D is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 1 | 93 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.64 |
| HSL | 257.61º | 0.98% | 0.18% | - |
| HSV(B) | 257.61º | 0.99% | 0.36% | - |
| XYZ | 2.47 | 1.06 | 10.43 | - |
| YUV | 19.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 93 | 0.70 | 0.99 | 0 | 0.64 | 257.61 | 0.98 | 0.18 |
| Hex | 1C | 1 | 5D | 46 | 63 | 0 | 40 | 102 | 62 | 12 |
| Octal | 34 | 1 | 135 | 106 | 143 | 0 | 100 | 402 | 142 | 22 |
| Binary | 11100 | 1 | 1011101 | 1000110 | 1100011 | 0 | 1000000 | 100000010 | 1100010 | 10010 |
Color Harmonies of #1C015D
Complementary color
Monochromatic Colors of #1C015D
Black with #1C015D
Text Example
Text Example
White with #1C015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C015D; }
p { color: rgb(28,1,93); }
H1.HeaderClassName
{
color: #1C015D;
}
.AnyTagClassName
{
color: #1C015D;
}
</style>
background-color css
<style>
a { background-color: #1C015D; }
a { background-color: rgb(28,1,93); }
div.DivClassName
{
background-color: #1C015D;
}
.BgClassName
{
background-color: #1C015D;
}
</style>
border-color css
<style>
span { border-color: #1C015D; }
span { border-color: rgb(28,1,93); }
td.TdClassName
{
border-color: #1C015D;
}
.TagClassName
{
border-color: #1C015D;
}
</style>