Shades of Midnight Blue #23258A
Tints of Midnight Blue #23258A
RGB
CMYK
RGB Variations
Color information
#23258A (or 0x23258A) is known color: Midnight Blue. HEX triplet: 23, 25 and 8A. RGB value is (35,37,138). Sum of RGB (Red+Green+Blue) = 35+37+138=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #23258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23258A is #DCDA75. Grayscale: #2F2F2F. Windows color (decimal): -14473846 or 9053475. OLE color: 9053475.
HSL color Cylindrical-coordinate representation of color #23258A: hue angle of 238.83º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23258A is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 37 | 138 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.46 |
| HSL | 238.83º | 0.6% | 0.34% | - |
| HSV(B) | 238.83º | 0.75% | 0.54% | - |
| XYZ | 5.94 | 3.52 | 24.41 | - |
| YUV | 47.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 138 | 0.75 | 0.73 | 0 | 0.46 | 238.83 | 0.6 | 0.34 |
| Hex | 23 | 25 | 8A | 4B | 49 | 0 | 2E | EF | 3C | 22 |
| Octal | 43 | 45 | 212 | 113 | 111 | 0 | 56 | 357 | 74 | 42 |
| Binary | 100011 | 100101 | 10001010 | 1001011 | 1001001 | 0 | 101110 | 11101111 | 111100 | 100010 |
Color Harmonies of #23258A
Complementary color
Monochromatic Colors of #23258A
Black with #23258A
Text Example
Text Example
White with #23258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23258A; }
p { color: rgb(35,37,138); }
H1.HeaderClassName
{
color: #23258A;
}
.AnyTagClassName
{
color: #23258A;
}
</style>
background-color css
<style>
a { background-color: #23258A; }
a { background-color: rgb(35,37,138); }
div.DivClassName
{
background-color: #23258A;
}
.BgClassName
{
background-color: #23258A;
}
</style>
border-color css
<style>
span { border-color: #23258A; }
span { border-color: rgb(35,37,138); }
td.TdClassName
{
border-color: #23258A;
}
.TagClassName
{
border-color: #23258A;
}
</style>