Shades of Midnight Blue #1C0763
Tints of Midnight Blue #1C0763
RGB
CMYK
RGB Variations
Color information
#1C0763 (or 0x1C0763) is known color: Midnight Blue. HEX triplet: 1C, 07 and 63. RGB value is (28,7,99). Sum of RGB (Red+Green+Blue) = 28+7+99=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C0763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0763 is #E3F89C. Grayscale: #171717. Windows color (decimal): -14940317 or 6489884. OLE color: 6489884.
HSL color Cylindrical-coordinate representation of color #1C0763: hue angle of 253.7º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0763 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 7 | 99 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.61 |
| HSL | 253.7º | 0.87% | 0.21% | - |
| HSV(B) | 253.7º | 0.93% | 0.39% | - |
| XYZ | 2.81 | 1.3 | 11.91 | - |
| YUV | 23.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 99 | 0.72 | 0.93 | 0 | 0.61 | 253.7 | 0.87 | 0.21 |
| Hex | 1C | 7 | 63 | 48 | 5D | 0 | 3D | FE | 57 | 15 |
| Octal | 34 | 7 | 143 | 110 | 135 | 0 | 75 | 376 | 127 | 25 |
| Binary | 11100 | 111 | 1100011 | 1001000 | 1011101 | 0 | 111101 | 11111110 | 1010111 | 10101 |
Color Harmonies of #1C0763
Complementary color
Monochromatic Colors of #1C0763
Black with #1C0763
Text Example
Text Example
White with #1C0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0763; }
p { color: rgb(28,7,99); }
H1.HeaderClassName
{
color: #1C0763;
}
.AnyTagClassName
{
color: #1C0763;
}
</style>
background-color css
<style>
a { background-color: #1C0763; }
a { background-color: rgb(28,7,99); }
div.DivClassName
{
background-color: #1C0763;
}
.BgClassName
{
background-color: #1C0763;
}
</style>
border-color css
<style>
span { border-color: #1C0763; }
span { border-color: rgb(28,7,99); }
td.TdClassName
{
border-color: #1C0763;
}
.TagClassName
{
border-color: #1C0763;
}
</style>