Shades of Midnight Blue #23287C
Tints of Midnight Blue #23287C
RGB
CMYK
RGB Variations
Color information
#23287C (or 0x23287C) is known color: Midnight Blue. HEX triplet: 23, 28 and 7C. RGB value is (35,40,124). Sum of RGB (Red+Green+Blue) = 35+40+124=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #23287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23287C is #DCD783. Grayscale: #2F2F2F. Windows color (decimal): -14473092 or 8136739. OLE color: 8136739.
HSL color Cylindrical-coordinate representation of color #23287C: hue angle of 236.63º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23287C is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 40 | 124 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.51 |
| HSL | 236.63º | 0.56% | 0.31% | - |
| HSV(B) | 236.63º | 0.72% | 0.49% | - |
| XYZ | 5.09 | 3.33 | 19.44 | - |
| YUV | 48.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 124 | 0.72 | 0.68 | 0 | 0.51 | 236.63 | 0.56 | 0.31 |
| Hex | 23 | 28 | 7C | 48 | 44 | 0 | 33 | ED | 38 | 1F |
| Octal | 43 | 50 | 174 | 110 | 104 | 0 | 63 | 355 | 70 | 37 |
| Binary | 100011 | 101000 | 1111100 | 1001000 | 1000100 | 0 | 110011 | 11101101 | 111000 | 11111 |
Color Harmonies of #23287C
Complementary color
Monochromatic Colors of #23287C
Black with #23287C
Text Example
Text Example
White with #23287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23287C; }
p { color: rgb(35,40,124); }
H1.HeaderClassName
{
color: #23287C;
}
.AnyTagClassName
{
color: #23287C;
}
</style>
background-color css
<style>
a { background-color: #23287C; }
a { background-color: rgb(35,40,124); }
div.DivClassName
{
background-color: #23287C;
}
.BgClassName
{
background-color: #23287C;
}
</style>
border-color css
<style>
span { border-color: #23287C; }
span { border-color: rgb(35,40,124); }
td.TdClassName
{
border-color: #23287C;
}
.TagClassName
{
border-color: #23287C;
}
</style>