Shades of Midnight Blue #1C1462
Tints of Midnight Blue #1C1462
RGB
CMYK
RGB Variations
Color information
#1C1462 (or 0x1C1462) is known color: Midnight Blue. HEX triplet: 1C, 14 and 62. RGB value is (28,20,98). Sum of RGB (Red+Green+Blue) = 28+20+98=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C1462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1462 is #E3EB9D. Grayscale: #1E1E1E. Windows color (decimal): -14936990 or 6427676. OLE color: 6427676.
HSL color Cylindrical-coordinate representation of color #1C1462: hue angle of 246.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C1462 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 20 | 98 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.62 |
| HSL | 246.15º | 0.66% | 0.23% | - |
| HSV(B) | 246.15º | 0.8% | 0.38% | - |
| XYZ | 2.93 | 1.63 | 11.72 | - |
| YUV | 31.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 98 | 0.71 | 0.80 | 0 | 0.62 | 246.15 | 0.66 | 0.23 |
| Hex | 1C | 14 | 62 | 47 | 50 | 0 | 3E | F6 | 42 | 17 |
| Octal | 34 | 24 | 142 | 107 | 120 | 0 | 76 | 366 | 102 | 27 |
| Binary | 11100 | 10100 | 1100010 | 1000111 | 1010000 | 0 | 111110 | 11110110 | 1000010 | 10111 |
Color Harmonies of #1C1462
Complementary color
Monochromatic Colors of #1C1462
Black with #1C1462
Text Example
Text Example
White with #1C1462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1462; }
p { color: rgb(28,20,98); }
H1.HeaderClassName
{
color: #1C1462;
}
.AnyTagClassName
{
color: #1C1462;
}
</style>
background-color css
<style>
a { background-color: #1C1462; }
a { background-color: rgb(28,20,98); }
div.DivClassName
{
background-color: #1C1462;
}
.BgClassName
{
background-color: #1C1462;
}
</style>
border-color css
<style>
span { border-color: #1C1462; }
span { border-color: rgb(28,20,98); }
td.TdClassName
{
border-color: #1C1462;
}
.TagClassName
{
border-color: #1C1462;
}
</style>