Shades of Midnight Blue #23157F
Tints of Midnight Blue #23157F
RGB
CMYK
RGB Variations
Color information
#23157F (or 0x23157F) is known color: Midnight Blue. HEX triplet: 23, 15 and 7F. RGB value is (35,21,127). Sum of RGB (Red+Green+Blue) = 35+21+127=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #23157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23157F is #DCEA80. Grayscale: #242424. Windows color (decimal): -14477953 or 8328483. OLE color: 8328483.
HSL color Cylindrical-coordinate representation of color #23157F: hue angle of 247.92º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23157F is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 21 | 127 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.50 |
| HSL | 247.92º | 0.72% | 0.29% | - |
| HSV(B) | 247.92º | 0.83% | 0.5% | - |
| XYZ | 4.79 | 2.43 | 20.29 | - |
| YUV | 37.27 | 178.64 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 127 | 0.72 | 0.83 | 0 | 0.50 | 247.92 | 0.72 | 0.29 |
| Hex | 23 | 15 | 7F | 48 | 53 | 0 | 32 | F8 | 48 | 1D |
| Octal | 43 | 25 | 177 | 110 | 123 | 0 | 62 | 370 | 110 | 35 |
| Binary | 100011 | 10101 | 1111111 | 1001000 | 1010011 | 0 | 110010 | 11111000 | 1001000 | 11101 |
Color Harmonies of #23157F
Complementary color
Monochromatic Colors of #23157F
Black with #23157F
Text Example
Text Example
White with #23157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23157F; }
p { color: rgb(35,21,127); }
H1.HeaderClassName
{
color: #23157F;
}
.AnyTagClassName
{
color: #23157F;
}
</style>
background-color css
<style>
a { background-color: #23157F; }
a { background-color: rgb(35,21,127); }
div.DivClassName
{
background-color: #23157F;
}
.BgClassName
{
background-color: #23157F;
}
</style>
border-color css
<style>
span { border-color: #23157F; }
span { border-color: rgb(35,21,127); }
td.TdClassName
{
border-color: #23157F;
}
.TagClassName
{
border-color: #23157F;
}
</style>