Shades of Midnight Blue #23147C
Tints of Midnight Blue #23147C
RGB
CMYK
RGB Variations
Color information
#23147C (or 0x23147C) is known color: Midnight Blue. HEX triplet: 23, 14 and 7C. RGB value is (35,20,124). Sum of RGB (Red+Green+Blue) = 35+20+124=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #23147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23147C is #DCEB83. Grayscale: #232323. Windows color (decimal): -14478212 or 8131619. OLE color: 8131619.
HSL color Cylindrical-coordinate representation of color #23147C: hue angle of 248.65º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23147C is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 20 | 124 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.51 |
| HSL | 248.65º | 0.72% | 0.28% | - |
| HSV(B) | 248.65º | 0.84% | 0.49% | - |
| XYZ | 4.58 | 2.31 | 19.27 | - |
| YUV | 36.34 | 177.47 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 124 | 0.72 | 0.84 | 0 | 0.51 | 248.65 | 0.72 | 0.28 |
| Hex | 23 | 14 | 7C | 48 | 54 | 0 | 33 | F9 | 48 | 1C |
| Octal | 43 | 24 | 174 | 110 | 124 | 0 | 63 | 371 | 110 | 34 |
| Binary | 100011 | 10100 | 1111100 | 1001000 | 1010100 | 0 | 110011 | 11111001 | 1001000 | 11100 |
Color Harmonies of #23147C
Complementary color
Monochromatic Colors of #23147C
Black with #23147C
Text Example
Text Example
White with #23147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23147C; }
p { color: rgb(35,20,124); }
H1.HeaderClassName
{
color: #23147C;
}
.AnyTagClassName
{
color: #23147C;
}
</style>
background-color css
<style>
a { background-color: #23147C; }
a { background-color: rgb(35,20,124); }
div.DivClassName
{
background-color: #23147C;
}
.BgClassName
{
background-color: #23147C;
}
</style>
border-color css
<style>
span { border-color: #23147C; }
span { border-color: rgb(35,20,124); }
td.TdClassName
{
border-color: #23147C;
}
.TagClassName
{
border-color: #23147C;
}
</style>