Shades of Midnight Blue #1C1565
Tints of Midnight Blue #1C1565
RGB
CMYK
RGB Variations
Color information
#1C1565 (or 0x1C1565) is known color: Midnight Blue. HEX triplet: 1C, 15 and 65. RGB value is (28,21,101). Sum of RGB (Red+Green+Blue) = 28+21+101=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 101 (39.84% from 255 or 67.33% from 150); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C1565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1565 is #E3EA9A. Grayscale: #1F1F1F. Windows color (decimal): -14936731 or 6624540. OLE color: 6624540.
HSL color Cylindrical-coordinate representation of color #1C1565: hue angle of 245.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1565 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 21 | 101 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.60 |
| HSL | 245.25º | 0.66% | 0.24% | - |
| HSV(B) | 245.25º | 0.79% | 0.4% | - |
| XYZ | 3.1 | 1.72 | 12.48 | - |
| YUV | 32.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 101 | 0.72 | 0.79 | 0 | 0.60 | 245.25 | 0.66 | 0.24 |
| Hex | 1C | 15 | 65 | 48 | 4F | 0 | 3C | F5 | 42 | 18 |
| Octal | 34 | 25 | 145 | 110 | 117 | 0 | 74 | 365 | 102 | 30 |
| Binary | 11100 | 10101 | 1100101 | 1001000 | 1001111 | 0 | 111100 | 11110101 | 1000010 | 11000 |
Color Harmonies of #1C1565
Complementary color
Monochromatic Colors of #1C1565
Black with #1C1565
Text Example
Text Example
White with #1C1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1565; }
p { color: rgb(28,21,101); }
H1.HeaderClassName
{
color: #1C1565;
}
.AnyTagClassName
{
color: #1C1565;
}
</style>
background-color css
<style>
a { background-color: #1C1565; }
a { background-color: rgb(28,21,101); }
div.DivClassName
{
background-color: #1C1565;
}
.BgClassName
{
background-color: #1C1565;
}
</style>
border-color css
<style>
span { border-color: #1C1565; }
span { border-color: rgb(28,21,101); }
td.TdClassName
{
border-color: #1C1565;
}
.TagClassName
{
border-color: #1C1565;
}
</style>