Shades of Midnight Blue #1C055A
Tints of Midnight Blue #1C055A
RGB
CMYK
RGB Variations
Color information
#1C055A (or 0x1C055A) is known color: Midnight Blue. HEX triplet: 1C, 05 and 5A. RGB value is (28,5,90). Sum of RGB (Red+Green+Blue) = 28+5+90=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C055A is #E3FAA5. Grayscale: #151515. Windows color (decimal): -14940838 or 5899548. OLE color: 5899548.
HSL color Cylindrical-coordinate representation of color #1C055A: hue angle of 256.24º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C055A is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 5 | 90 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.65 |
| HSL | 256.24º | 0.89% | 0.19% | - |
| HSV(B) | 256.24º | 0.94% | 0.35% | - |
| XYZ | 2.38 | 1.09 | 9.76 | - |
| YUV | 21.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 90 | 0.69 | 0.94 | 0 | 0.65 | 256.24 | 0.89 | 0.19 |
| Hex | 1C | 5 | 5A | 45 | 5E | 0 | 41 | 100 | 59 | 13 |
| Octal | 34 | 5 | 132 | 105 | 136 | 0 | 101 | 400 | 131 | 23 |
| Binary | 11100 | 101 | 1011010 | 1000101 | 1011110 | 0 | 1000001 | 100000000 | 1011001 | 10011 |
Color Harmonies of #1C055A
Complementary color
Monochromatic Colors of #1C055A
Black with #1C055A
Text Example
Text Example
White with #1C055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C055A; }
p { color: rgb(28,5,90); }
H1.HeaderClassName
{
color: #1C055A;
}
.AnyTagClassName
{
color: #1C055A;
}
</style>
background-color css
<style>
a { background-color: #1C055A; }
a { background-color: rgb(28,5,90); }
div.DivClassName
{
background-color: #1C055A;
}
.BgClassName
{
background-color: #1C055A;
}
</style>
border-color css
<style>
span { border-color: #1C055A; }
span { border-color: rgb(28,5,90); }
td.TdClassName
{
border-color: #1C055A;
}
.TagClassName
{
border-color: #1C055A;
}
</style>