Shades of Midnight Blue #1C177D
Tints of Midnight Blue #1C177D
RGB
CMYK
RGB Variations
Color information
#1C177D (or 0x1C177D) is known color: Midnight Blue. HEX triplet: 1C, 17 and 7D. RGB value is (28,23,125). Sum of RGB (Red+Green+Blue) = 28+23+125=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 125 (49.22% from 255 or 71.02% from 176); Max value from RGB is 125 - color contains mainly: blue. Hex color #1C177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C177D is #E3E882. Grayscale: #232323. Windows color (decimal): -14936195 or 8197916. OLE color: 8197916.
HSL color Cylindrical-coordinate representation of color #1C177D: hue angle of 242.94º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C177D is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 23 | 125 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.51 |
| HSL | 242.94º | 0.69% | 0.29% | - |
| HSV(B) | 242.94º | 0.82% | 0.49% | - |
| XYZ | 4.49 | 2.34 | 19.62 | - |
| YUV | 36.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 125 | 0.78 | 0.82 | 0 | 0.51 | 242.94 | 0.69 | 0.29 |
| Hex | 1C | 17 | 7D | 4E | 52 | 0 | 33 | F3 | 45 | 1D |
| Octal | 34 | 27 | 175 | 116 | 122 | 0 | 63 | 363 | 105 | 35 |
| Binary | 11100 | 10111 | 1111101 | 1001110 | 1010010 | 0 | 110011 | 11110011 | 1000101 | 11101 |
Color Harmonies of #1C177D
Complementary color
Monochromatic Colors of #1C177D
Black with #1C177D
Text Example
Text Example
White with #1C177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C177D; }
p { color: rgb(28,23,125); }
H1.HeaderClassName
{
color: #1C177D;
}
.AnyTagClassName
{
color: #1C177D;
}
</style>
background-color css
<style>
a { background-color: #1C177D; }
a { background-color: rgb(28,23,125); }
div.DivClassName
{
background-color: #1C177D;
}
.BgClassName
{
background-color: #1C177D;
}
</style>
border-color css
<style>
span { border-color: #1C177D; }
span { border-color: rgb(28,23,125); }
td.TdClassName
{
border-color: #1C177D;
}
.TagClassName
{
border-color: #1C177D;
}
</style>