Shades of Midnight Blue #1C025C
Tints of Midnight Blue #1C025C
RGB
CMYK
RGB Variations
Color information
#1C025C (or 0x1C025C) is known color: Midnight Blue. HEX triplet: 1C, 02 and 5C. RGB value is (28,2,92). Sum of RGB (Red+Green+Blue) = 28+2+92=122 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.95% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C025C is #E3FDA3. Grayscale: #131313. Windows color (decimal): -14941604 or 6029852. OLE color: 6029852.
HSL color Cylindrical-coordinate representation of color #1C025C: hue angle of 257.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C025C is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 2 | 92 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.64 |
| HSL | 257.33º | 0.96% | 0.18% | - |
| HSV(B) | 257.33º | 0.98% | 0.36% | - |
| XYZ | 2.43 | 1.06 | 10.2 | - |
| YUV | 20.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 92 | 0.70 | 0.98 | 0 | 0.64 | 257.33 | 0.96 | 0.18 |
| Hex | 1C | 2 | 5C | 46 | 62 | 0 | 40 | 101 | 60 | 12 |
| Octal | 34 | 2 | 134 | 106 | 142 | 0 | 100 | 401 | 140 | 22 |
| Binary | 11100 | 10 | 1011100 | 1000110 | 1100010 | 0 | 1000000 | 100000001 | 1100000 | 10010 |
Color Harmonies of #1C025C
Complementary color
Monochromatic Colors of #1C025C
Black with #1C025C
Text Example
Text Example
White with #1C025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C025C; }
p { color: rgb(28,2,92); }
H1.HeaderClassName
{
color: #1C025C;
}
.AnyTagClassName
{
color: #1C025C;
}
</style>
background-color css
<style>
a { background-color: #1C025C; }
a { background-color: rgb(28,2,92); }
div.DivClassName
{
background-color: #1C025C;
}
.BgClassName
{
background-color: #1C025C;
}
</style>
border-color css
<style>
span { border-color: #1C025C; }
span { border-color: rgb(28,2,92); }
td.TdClassName
{
border-color: #1C025C;
}
.TagClassName
{
border-color: #1C025C;
}
</style>