Shades of Midnight Blue #23258B
Tints of Midnight Blue #23258B
RGB
CMYK
RGB Variations
Color information
#23258B (or 0x23258B) is known color: Midnight Blue. HEX triplet: 23, 25 and 8B. RGB value is (35,37,139). Sum of RGB (Red+Green+Blue) = 35+37+139=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #23258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23258B is #DCDA74. Grayscale: #2F2F2F. Windows color (decimal): -14473845 or 9119011. OLE color: 9119011.
HSL color Cylindrical-coordinate representation of color #23258B: hue angle of 238.85º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23258B is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 37 | 139 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.45 |
| HSL | 238.85º | 0.6% | 0.34% | - |
| HSV(B) | 238.85º | 0.75% | 0.55% | - |
| XYZ | 6.01 | 3.54 | 24.79 | - |
| YUV | 48.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 139 | 0.75 | 0.73 | 0 | 0.45 | 238.85 | 0.6 | 0.34 |
| Hex | 23 | 25 | 8B | 4B | 49 | 0 | 2D | EF | 3C | 22 |
| Octal | 43 | 45 | 213 | 113 | 111 | 0 | 55 | 357 | 74 | 42 |
| Binary | 100011 | 100101 | 10001011 | 1001011 | 1001001 | 0 | 101101 | 11101111 | 111100 | 100010 |
Color Harmonies of #23258B
Complementary color
Monochromatic Colors of #23258B
Black with #23258B
Text Example
Text Example
White with #23258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23258B; }
p { color: rgb(35,37,139); }
H1.HeaderClassName
{
color: #23258B;
}
.AnyTagClassName
{
color: #23258B;
}
</style>
background-color css
<style>
a { background-color: #23258B; }
a { background-color: rgb(35,37,139); }
div.DivClassName
{
background-color: #23258B;
}
.BgClassName
{
background-color: #23258B;
}
</style>
border-color css
<style>
span { border-color: #23258B; }
span { border-color: rgb(35,37,139); }
td.TdClassName
{
border-color: #23258B;
}
.TagClassName
{
border-color: #23258B;
}
</style>