Shades of Midnight Blue #1C0671
Tints of Midnight Blue #1C0671
RGB
CMYK
RGB Variations
Color information
#1C0671 (or 0x1C0671) is known color: Midnight Blue. HEX triplet: 1C, 06 and 71. RGB value is (28,6,113). Sum of RGB (Red+Green+Blue) = 28+6+113=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C0671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0671 is #E3F98E. Grayscale: #181818. Windows color (decimal): -14940559 or 7407132. OLE color: 7407132.
HSL color Cylindrical-coordinate representation of color #1C0671: hue angle of 252.34º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C0671 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 6 | 113 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.56 |
| HSL | 252.34º | 0.9% | 0.23% | - |
| HSV(B) | 252.34º | 0.95% | 0.44% | - |
| XYZ | 3.52 | 1.57 | 15.74 | - |
| YUV | 24.78 | 177.79 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 113 | 0.75 | 0.95 | 0 | 0.56 | 252.34 | 0.9 | 0.23 |
| Hex | 1C | 6 | 71 | 4B | 5F | 0 | 38 | FC | 5A | 17 |
| Octal | 34 | 6 | 161 | 113 | 137 | 0 | 70 | 374 | 132 | 27 |
| Binary | 11100 | 110 | 1110001 | 1001011 | 1011111 | 0 | 111000 | 11111100 | 1011010 | 10111 |
Color Harmonies of #1C0671
Complementary color
Monochromatic Colors of #1C0671
Black with #1C0671
Text Example
Text Example
White with #1C0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0671; }
p { color: rgb(28,6,113); }
H1.HeaderClassName
{
color: #1C0671;
}
.AnyTagClassName
{
color: #1C0671;
}
</style>
background-color css
<style>
a { background-color: #1C0671; }
a { background-color: rgb(28,6,113); }
div.DivClassName
{
background-color: #1C0671;
}
.BgClassName
{
background-color: #1C0671;
}
</style>
border-color css
<style>
span { border-color: #1C0671; }
span { border-color: rgb(28,6,113); }
td.TdClassName
{
border-color: #1C0671;
}
.TagClassName
{
border-color: #1C0671;
}
</style>