Shades of Midnight Blue #1C236D
Tints of Midnight Blue #1C236D
RGB
CMYK
RGB Variations
Color information
#1C236D (or 0x1C236D) is known color: Midnight Blue. HEX triplet: 1C, 23 and 6D. RGB value is (28,35,109). Sum of RGB (Red+Green+Blue) = 28+35+109=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C236D is #E3DC92. Grayscale: #292929. Windows color (decimal): -14933139 or 7152412. OLE color: 7152412.
HSL color Cylindrical-coordinate representation of color #1C236D: hue angle of 234.81º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C236D is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 35 | 109 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.57 |
| HSL | 234.81º | 0.59% | 0.27% | - |
| HSV(B) | 234.81º | 0.74% | 0.43% | - |
| XYZ | 3.84 | 2.55 | 14.76 | - |
| YUV | 41.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 109 | 0.74 | 0.68 | 0 | 0.57 | 234.81 | 0.59 | 0.27 |
| Hex | 1C | 23 | 6D | 4A | 44 | 0 | 39 | EB | 3B | 1B |
| Octal | 34 | 43 | 155 | 112 | 104 | 0 | 71 | 353 | 73 | 33 |
| Binary | 11100 | 100011 | 1101101 | 1001010 | 1000100 | 0 | 111001 | 11101011 | 111011 | 11011 |
Color Harmonies of #1C236D
Complementary color
Monochromatic Colors of #1C236D
Black with #1C236D
Text Example
Text Example
White with #1C236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C236D; }
p { color: rgb(28,35,109); }
H1.HeaderClassName
{
color: #1C236D;
}
.AnyTagClassName
{
color: #1C236D;
}
</style>
background-color css
<style>
a { background-color: #1C236D; }
a { background-color: rgb(28,35,109); }
div.DivClassName
{
background-color: #1C236D;
}
.BgClassName
{
background-color: #1C236D;
}
</style>
border-color css
<style>
span { border-color: #1C236D; }
span { border-color: rgb(28,35,109); }
td.TdClassName
{
border-color: #1C236D;
}
.TagClassName
{
border-color: #1C236D;
}
</style>