Shades of Midnight Blue #231C70
Tints of Midnight Blue #231C70
RGB
CMYK
RGB Variations
Color information
#231C70 (or 0x231C70) is known color: Midnight Blue. HEX triplet: 23, 1C and 70. RGB value is (35,28,112). Sum of RGB (Red+Green+Blue) = 35+28+112=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #231C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C70 is #DCE38F. Grayscale: #272727. Windows color (decimal): -14476176 or 7347235. OLE color: 7347235.
HSL color Cylindrical-coordinate representation of color #231C70: hue angle of 245º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231C70 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 28 | 112 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.56 |
| HSL | 245º | 0.6% | 0.27% | - |
| HSV(B) | 245º | 0.75% | 0.44% | - |
| XYZ | 4.03 | 2.36 | 15.57 | - |
| YUV | 39.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 112 | 0.69 | 0.75 | 0 | 0.56 | 245 | 0.6 | 0.27 |
| Hex | 23 | 1C | 70 | 45 | 4B | 0 | 38 | F5 | 3C | 1B |
| Octal | 43 | 34 | 160 | 105 | 113 | 0 | 70 | 365 | 74 | 33 |
| Binary | 100011 | 11100 | 1110000 | 1000101 | 1001011 | 0 | 111000 | 11110101 | 111100 | 11011 |
Color Harmonies of #231C70
Complementary color
Monochromatic Colors of #231C70
Black with #231C70
Text Example
Text Example
White with #231C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C70; }
p { color: rgb(35,28,112); }
H1.HeaderClassName
{
color: #231C70;
}
.AnyTagClassName
{
color: #231C70;
}
</style>
background-color css
<style>
a { background-color: #231C70; }
a { background-color: rgb(35,28,112); }
div.DivClassName
{
background-color: #231C70;
}
.BgClassName
{
background-color: #231C70;
}
</style>
border-color css
<style>
span { border-color: #231C70; }
span { border-color: rgb(35,28,112); }
td.TdClassName
{
border-color: #231C70;
}
.TagClassName
{
border-color: #231C70;
}
</style>