Shades of Midnight Blue #1C025D
Tints of Midnight Blue #1C025D
RGB
CMYK
RGB Variations
Color information
#1C025D (or 0x1C025D) is known color: Midnight Blue. HEX triplet: 1C, 02 and 5D. RGB value is (28,2,93). Sum of RGB (Red+Green+Blue) = 28+2+93=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C025D is #E3FDA2. Grayscale: #131313. Windows color (decimal): -14941603 or 6095388. OLE color: 6095388.
HSL color Cylindrical-coordinate representation of color #1C025D: hue angle of 257.14º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C025D is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 2 | 93 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.64 |
| HSL | 257.14º | 0.96% | 0.19% | - |
| HSV(B) | 257.14º | 0.98% | 0.36% | - |
| XYZ | 2.48 | 1.08 | 10.43 | - |
| YUV | 20.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 93 | 0.70 | 0.98 | 0 | 0.64 | 257.14 | 0.96 | 0.19 |
| Hex | 1C | 2 | 5D | 46 | 62 | 0 | 40 | 101 | 60 | 13 |
| Octal | 34 | 2 | 135 | 106 | 142 | 0 | 100 | 401 | 140 | 23 |
| Binary | 11100 | 10 | 1011101 | 1000110 | 1100010 | 0 | 1000000 | 100000001 | 1100000 | 10011 |
Color Harmonies of #1C025D
Complementary color
Monochromatic Colors of #1C025D
Black with #1C025D
Text Example
Text Example
White with #1C025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C025D; }
p { color: rgb(28,2,93); }
H1.HeaderClassName
{
color: #1C025D;
}
.AnyTagClassName
{
color: #1C025D;
}
</style>
background-color css
<style>
a { background-color: #1C025D; }
a { background-color: rgb(28,2,93); }
div.DivClassName
{
background-color: #1C025D;
}
.BgClassName
{
background-color: #1C025D;
}
</style>
border-color css
<style>
span { border-color: #1C025D; }
span { border-color: rgb(28,2,93); }
td.TdClassName
{
border-color: #1C025D;
}
.TagClassName
{
border-color: #1C025D;
}
</style>