Shades of Midnight Blue #1C1776
Tints of Midnight Blue #1C1776
RGB
CMYK
RGB Variations
Color information
#1C1776 (or 0x1C1776) is known color: Midnight Blue. HEX triplet: 1C, 17 and 76. RGB value is (28,23,118). Sum of RGB (Red+Green+Blue) = 28+23+118=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C1776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1776 is #E3E889. Grayscale: #222222. Windows color (decimal): -14936202 or 7739164. OLE color: 7739164.
HSL color Cylindrical-coordinate representation of color #1C1776: hue angle of 243.16º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C1776 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 23 | 118 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.54 |
| HSL | 243.16º | 0.67% | 0.28% | - |
| HSV(B) | 243.16º | 0.81% | 0.46% | - |
| XYZ | 4.06 | 2.17 | 17.34 | - |
| YUV | 35.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 118 | 0.76 | 0.81 | 0 | 0.54 | 243.16 | 0.67 | 0.28 |
| Hex | 1C | 17 | 76 | 4C | 51 | 0 | 36 | F3 | 43 | 1C |
| Octal | 34 | 27 | 166 | 114 | 121 | 0 | 66 | 363 | 103 | 34 |
| Binary | 11100 | 10111 | 1110110 | 1001100 | 1010001 | 0 | 110110 | 11110011 | 1000011 | 11100 |
Color Harmonies of #1C1776
Complementary color
Monochromatic Colors of #1C1776
Black with #1C1776
Text Example
Text Example
White with #1C1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1776; }
p { color: rgb(28,23,118); }
H1.HeaderClassName
{
color: #1C1776;
}
.AnyTagClassName
{
color: #1C1776;
}
</style>
background-color css
<style>
a { background-color: #1C1776; }
a { background-color: rgb(28,23,118); }
div.DivClassName
{
background-color: #1C1776;
}
.BgClassName
{
background-color: #1C1776;
}
</style>
border-color css
<style>
span { border-color: #1C1776; }
span { border-color: rgb(28,23,118); }
td.TdClassName
{
border-color: #1C1776;
}
.TagClassName
{
border-color: #1C1776;
}
</style>