Shades of Midnight Blue #1C2D7C
Tints of Midnight Blue #1C2D7C
RGB
CMYK
RGB Variations
Color information
#1C2D7C (or 0x1C2D7C) is known color: Midnight Blue. HEX triplet: 1C, 2D and 7C. RGB value is (28,45,124). Sum of RGB (Red+Green+Blue) = 28+45+124=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C2D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2D7C is #E3D283. Grayscale: #303030. Windows color (decimal): -14930564 or 8138012. OLE color: 8138012.
HSL color Cylindrical-coordinate representation of color #1C2D7C: hue angle of 229.38º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C2D7C is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 45 | 124 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.51 |
| HSL | 229.38º | 0.63% | 0.3% | - |
| HSV(B) | 229.38º | 0.77% | 0.49% | - |
| XYZ | 5.06 | 3.58 | 19.49 | - |
| YUV | 48.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 124 | 0.77 | 0.64 | 0 | 0.51 | 229.38 | 0.63 | 0.3 |
| Hex | 1C | 2D | 7C | 4D | 40 | 0 | 33 | E5 | 3F | 1E |
| Octal | 34 | 55 | 174 | 115 | 100 | 0 | 63 | 345 | 77 | 36 |
| Binary | 11100 | 101101 | 1111100 | 1001101 | 1000000 | 0 | 110011 | 11100101 | 111111 | 11110 |
Color Harmonies of #1C2D7C
Complementary color
Monochromatic Colors of #1C2D7C
Black with #1C2D7C
Text Example
Text Example
White with #1C2D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2D7C; }
p { color: rgb(28,45,124); }
H1.HeaderClassName
{
color: #1C2D7C;
}
.AnyTagClassName
{
color: #1C2D7C;
}
</style>
background-color css
<style>
a { background-color: #1C2D7C; }
a { background-color: rgb(28,45,124); }
div.DivClassName
{
background-color: #1C2D7C;
}
.BgClassName
{
background-color: #1C2D7C;
}
</style>
border-color css
<style>
span { border-color: #1C2D7C; }
span { border-color: rgb(28,45,124); }
td.TdClassName
{
border-color: #1C2D7C;
}
.TagClassName
{
border-color: #1C2D7C;
}
</style>