Shades of Midnight Blue #1C187D
Tints of Midnight Blue #1C187D
RGB
CMYK
RGB Variations
Color information
#1C187D (or 0x1C187D) is known color: Midnight Blue. HEX triplet: 1C, 18 and 7D. RGB value is (28,24,125). Sum of RGB (Red+Green+Blue) = 28+24+125=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #1C187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C187D is #E3E782. Grayscale: #242424. Windows color (decimal): -14935939 or 8198172. OLE color: 8198172.
HSL color Cylindrical-coordinate representation of color #1C187D: hue angle of 242.38º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C187D is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 24 | 125 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.51 |
| HSL | 242.38º | 0.68% | 0.29% | - |
| HSV(B) | 242.38º | 0.81% | 0.49% | - |
| XYZ | 4.51 | 2.38 | 19.62 | - |
| YUV | 36.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 125 | 0.78 | 0.81 | 0 | 0.51 | 242.38 | 0.68 | 0.29 |
| Hex | 1C | 18 | 7D | 4E | 51 | 0 | 33 | F2 | 44 | 1D |
| Octal | 34 | 30 | 175 | 116 | 121 | 0 | 63 | 362 | 104 | 35 |
| Binary | 11100 | 11000 | 1111101 | 1001110 | 1010001 | 0 | 110011 | 11110010 | 1000100 | 11101 |
Color Harmonies of #1C187D
Complementary color
Monochromatic Colors of #1C187D
Black with #1C187D
Text Example
Text Example
White with #1C187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C187D; }
p { color: rgb(28,24,125); }
H1.HeaderClassName
{
color: #1C187D;
}
.AnyTagClassName
{
color: #1C187D;
}
</style>
background-color css
<style>
a { background-color: #1C187D; }
a { background-color: rgb(28,24,125); }
div.DivClassName
{
background-color: #1C187D;
}
.BgClassName
{
background-color: #1C187D;
}
</style>
border-color css
<style>
span { border-color: #1C187D; }
span { border-color: rgb(28,24,125); }
td.TdClassName
{
border-color: #1C187D;
}
.TagClassName
{
border-color: #1C187D;
}
</style>