Shades of Midnight Blue #1C2685
Tints of Midnight Blue #1C2685
RGB
CMYK
RGB Variations
Color information
#1C2685 (or 0x1C2685) is known color: Midnight Blue. HEX triplet: 1C, 26 and 85. RGB value is (28,38,133). Sum of RGB (Red+Green+Blue) = 28+38+133=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C2685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2685 is #E3D97A. Grayscale: #2D2D2D. Windows color (decimal): -14932347 or 8726044. OLE color: 8726044.
HSL color Cylindrical-coordinate representation of color #1C2685: hue angle of 234.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C2685 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 38 | 133 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.48 |
| HSL | 234.29º | 0.65% | 0.32% | - |
| HSV(B) | 234.29º | 0.79% | 0.52% | - |
| XYZ | 5.41 | 3.33 | 22.55 | - |
| YUV | 45.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 133 | 0.79 | 0.71 | 0 | 0.48 | 234.29 | 0.65 | 0.32 |
| Hex | 1C | 26 | 85 | 4F | 47 | 0 | 30 | EA | 41 | 20 |
| Octal | 34 | 46 | 205 | 117 | 107 | 0 | 60 | 352 | 101 | 40 |
| Binary | 11100 | 100110 | 10000101 | 1001111 | 1000111 | 0 | 110000 | 11101010 | 1000001 | 100000 |
Color Harmonies of #1C2685
Complementary color
Monochromatic Colors of #1C2685
Black with #1C2685
Text Example
Text Example
White with #1C2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2685; }
p { color: rgb(28,38,133); }
H1.HeaderClassName
{
color: #1C2685;
}
.AnyTagClassName
{
color: #1C2685;
}
</style>
background-color css
<style>
a { background-color: #1C2685; }
a { background-color: rgb(28,38,133); }
div.DivClassName
{
background-color: #1C2685;
}
.BgClassName
{
background-color: #1C2685;
}
</style>
border-color css
<style>
span { border-color: #1C2685; }
span { border-color: rgb(28,38,133); }
td.TdClassName
{
border-color: #1C2685;
}
.TagClassName
{
border-color: #1C2685;
}
</style>