Shades of Midnight Blue #231E75
Tints of Midnight Blue #231E75
RGB
CMYK
RGB Variations
Color information
#231E75 (or 0x231E75) is known color: Midnight Blue. HEX triplet: 23, 1E and 75. RGB value is (35,30,117). Sum of RGB (Red+Green+Blue) = 35+30+117=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #231E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231E75 is #DCE18A. Grayscale: #292929. Windows color (decimal): -14475659 or 7675427. OLE color: 7675427.
HSL color Cylindrical-coordinate representation of color #231E75: hue angle of 243.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231E75 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 30 | 117 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.54 |
| HSL | 243.45º | 0.59% | 0.29% | - |
| HSV(B) | 243.45º | 0.74% | 0.46% | - |
| XYZ | 4.37 | 2.57 | 17.1 | - |
| YUV | 41.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 117 | 0.70 | 0.74 | 0 | 0.54 | 243.45 | 0.59 | 0.29 |
| Hex | 23 | 1E | 75 | 46 | 4A | 0 | 36 | F3 | 3B | 1D |
| Octal | 43 | 36 | 165 | 106 | 112 | 0 | 66 | 363 | 73 | 35 |
| Binary | 100011 | 11110 | 1110101 | 1000110 | 1001010 | 0 | 110110 | 11110011 | 111011 | 11101 |
Color Harmonies of #231E75
Complementary color
Monochromatic Colors of #231E75
Black with #231E75
Text Example
Text Example
White with #231E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E75; }
p { color: rgb(35,30,117); }
H1.HeaderClassName
{
color: #231E75;
}
.AnyTagClassName
{
color: #231E75;
}
</style>
background-color css
<style>
a { background-color: #231E75; }
a { background-color: rgb(35,30,117); }
div.DivClassName
{
background-color: #231E75;
}
.BgClassName
{
background-color: #231E75;
}
</style>
border-color css
<style>
span { border-color: #231E75; }
span { border-color: rgb(35,30,117); }
td.TdClassName
{
border-color: #231E75;
}
.TagClassName
{
border-color: #231E75;
}
</style>