Shades of Midnight Blue #23247C
Tints of Midnight Blue #23247C
RGB
CMYK
RGB Variations
Color information
#23247C (or 0x23247C) is known color: Midnight Blue. HEX triplet: 23, 24 and 7C. RGB value is (35,36,124). Sum of RGB (Red+Green+Blue) = 35+36+124=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #23247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23247C is #DCDB83. Grayscale: #2D2D2D. Windows color (decimal): -14474116 or 8135715. OLE color: 8135715.
HSL color Cylindrical-coordinate representation of color #23247C: hue angle of 239.33º 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 #23247C is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 36 | 124 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.51 |
| HSL | 239.33º | 0.56% | 0.31% | - |
| HSV(B) | 239.33º | 0.72% | 0.49% | - |
| XYZ | 4.96 | 3.07 | 19.4 | - |
| YUV | 45.73 | 172.17 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 124 | 0.72 | 0.71 | 0 | 0.51 | 239.33 | 0.56 | 0.31 |
| Hex | 23 | 24 | 7C | 48 | 47 | 0 | 33 | EF | 38 | 1F |
| Octal | 43 | 44 | 174 | 110 | 107 | 0 | 63 | 357 | 70 | 37 |
| Binary | 100011 | 100100 | 1111100 | 1001000 | 1000111 | 0 | 110011 | 11101111 | 111000 | 11111 |
Color Harmonies of #23247C
Complementary color
Monochromatic Colors of #23247C
Black with #23247C
Text Example
Text Example
White with #23247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23247C; }
p { color: rgb(35,36,124); }
H1.HeaderClassName
{
color: #23247C;
}
.AnyTagClassName
{
color: #23247C;
}
</style>
background-color css
<style>
a { background-color: #23247C; }
a { background-color: rgb(35,36,124); }
div.DivClassName
{
background-color: #23247C;
}
.BgClassName
{
background-color: #23247C;
}
</style>
border-color css
<style>
span { border-color: #23247C; }
span { border-color: rgb(35,36,124); }
td.TdClassName
{
border-color: #23247C;
}
.TagClassName
{
border-color: #23247C;
}
</style>