Shades of Midnight Blue #1C0C63
Tints of Midnight Blue #1C0C63
RGB
CMYK
RGB Variations
Color information
#1C0C63 (or 0x1C0C63) is known color: Midnight Blue. HEX triplet: 1C, 0C and 63. RGB value is (28,12,99). Sum of RGB (Red+Green+Blue) = 28+12+99=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C0C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0C63 is #E3F39C. Grayscale: #1A1A1A. Windows color (decimal): -14939037 or 6491164. OLE color: 6491164.
HSL color Cylindrical-coordinate representation of color #1C0C63: hue angle of 251.03º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C0C63 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 12 | 99 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.61 |
| HSL | 251.03º | 0.78% | 0.22% | - |
| HSV(B) | 251.03º | 0.88% | 0.39% | - |
| XYZ | 2.86 | 1.41 | 11.93 | - |
| YUV | 26.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 12 | 99 | 0.72 | 0.88 | 0 | 0.61 | 251.03 | 0.78 | 0.22 |
| Hex | 1C | C | 63 | 48 | 58 | 0 | 3D | FB | 4E | 16 |
| Octal | 34 | 14 | 143 | 110 | 130 | 0 | 75 | 373 | 116 | 26 |
| Binary | 11100 | 1100 | 1100011 | 1001000 | 1011000 | 0 | 111101 | 11111011 | 1001110 | 10110 |
Color Harmonies of #1C0C63
Complementary color
Monochromatic Colors of #1C0C63
Black with #1C0C63
Text Example
Text Example
White with #1C0C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0C63; }
p { color: rgb(28,12,99); }
H1.HeaderClassName
{
color: #1C0C63;
}
.AnyTagClassName
{
color: #1C0C63;
}
</style>
background-color css
<style>
a { background-color: #1C0C63; }
a { background-color: rgb(28,12,99); }
div.DivClassName
{
background-color: #1C0C63;
}
.BgClassName
{
background-color: #1C0C63;
}
</style>
border-color css
<style>
span { border-color: #1C0C63; }
span { border-color: rgb(28,12,99); }
td.TdClassName
{
border-color: #1C0C63;
}
.TagClassName
{
border-color: #1C0C63;
}
</style>