Shades of Midnight Blue #1C236C
Tints of Midnight Blue #1C236C
RGB
CMYK
RGB Variations
Color information
#1C236C (or 0x1C236C) is known color: Midnight Blue. HEX triplet: 1C, 23 and 6C. RGB value is (28,35,108). Sum of RGB (Red+Green+Blue) = 28+35+108=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C236C is #E3DC93. Grayscale: #282828. Windows color (decimal): -14933140 or 7086876. OLE color: 7086876.
HSL color Cylindrical-coordinate representation of color #1C236C: hue angle of 234.75º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C236C is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 35 | 108 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.58 |
| HSL | 234.75º | 0.59% | 0.27% | - |
| HSV(B) | 234.75º | 0.74% | 0.42% | - |
| XYZ | 3.79 | 2.53 | 14.48 | - |
| YUV | 41.23 | 165.68 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 108 | 0.74 | 0.68 | 0 | 0.58 | 234.75 | 0.59 | 0.27 |
| Hex | 1C | 23 | 6C | 4A | 44 | 0 | 3A | EB | 3B | 1B |
| Octal | 34 | 43 | 154 | 112 | 104 | 0 | 72 | 353 | 73 | 33 |
| Binary | 11100 | 100011 | 1101100 | 1001010 | 1000100 | 0 | 111010 | 11101011 | 111011 | 11011 |
Color Harmonies of #1C236C
Complementary color
Monochromatic Colors of #1C236C
Black with #1C236C
Text Example
Text Example
White with #1C236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C236C; }
p { color: rgb(28,35,108); }
H1.HeaderClassName
{
color: #1C236C;
}
.AnyTagClassName
{
color: #1C236C;
}
</style>
background-color css
<style>
a { background-color: #1C236C; }
a { background-color: rgb(28,35,108); }
div.DivClassName
{
background-color: #1C236C;
}
.BgClassName
{
background-color: #1C236C;
}
</style>
border-color css
<style>
span { border-color: #1C236C; }
span { border-color: rgb(28,35,108); }
td.TdClassName
{
border-color: #1C236C;
}
.TagClassName
{
border-color: #1C236C;
}
</style>