Shades of Midnight Blue #231C6D
Tints of Midnight Blue #231C6D
RGB
CMYK
RGB Variations
Color information
#231C6D (or 0x231C6D) is known color: Midnight Blue. HEX triplet: 23, 1C and 6D. RGB value is (35,28,109). Sum of RGB (Red+Green+Blue) = 35+28+109=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 28 (11.33% from 255 or 16.28% 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 #231C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C6D is #DCE392. Grayscale: #272727. Windows color (decimal): -14476179 or 7150627. OLE color: 7150627.
HSL color Cylindrical-coordinate representation of color #231C6D: hue angle of 245.19º 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 #231C6D is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 28 | 109 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.57 |
| HSL | 245.19º | 0.59% | 0.27% | - |
| HSV(B) | 245.19º | 0.74% | 0.43% | - |
| XYZ | 3.87 | 2.29 | 14.71 | - |
| YUV | 39.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 109 | 0.68 | 0.74 | 0 | 0.57 | 245.19 | 0.59 | 0.27 |
| Hex | 23 | 1C | 6D | 44 | 4A | 0 | 39 | F5 | 3B | 1B |
| Octal | 43 | 34 | 155 | 104 | 112 | 0 | 71 | 365 | 73 | 33 |
| Binary | 100011 | 11100 | 1101101 | 1000100 | 1001010 | 0 | 111001 | 11110101 | 111011 | 11011 |
Color Harmonies of #231C6D
Complementary color
Monochromatic Colors of #231C6D
Black with #231C6D
Text Example
Text Example
White with #231C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C6D; }
p { color: rgb(35,28,109); }
H1.HeaderClassName
{
color: #231C6D;
}
.AnyTagClassName
{
color: #231C6D;
}
</style>
background-color css
<style>
a { background-color: #231C6D; }
a { background-color: rgb(35,28,109); }
div.DivClassName
{
background-color: #231C6D;
}
.BgClassName
{
background-color: #231C6D;
}
</style>
border-color css
<style>
span { border-color: #231C6D; }
span { border-color: rgb(35,28,109); }
td.TdClassName
{
border-color: #231C6D;
}
.TagClassName
{
border-color: #231C6D;
}
</style>