Shades of Midnight Blue #23247B
Tints of Midnight Blue #23247B
RGB
CMYK
RGB Variations
Color information
#23247B (or 0x23247B) is known color: Midnight Blue. HEX triplet: 23, 24 and 7B. RGB value is (35,36,123). Sum of RGB (Red+Green+Blue) = 35+36+123=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #23247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23247B is #DCDB84. Grayscale: #2D2D2D. Windows color (decimal): -14474117 or 8070179. OLE color: 8070179.
HSL color Cylindrical-coordinate representation of color #23247B: hue angle of 239.32º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23247B is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 36 | 123 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.52 |
| HSL | 239.32º | 0.56% | 0.31% | - |
| HSV(B) | 239.32º | 0.72% | 0.48% | - |
| XYZ | 4.9 | 3.05 | 19.07 | - |
| YUV | 45.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 123 | 0.72 | 0.71 | 0 | 0.52 | 239.32 | 0.56 | 0.31 |
| Hex | 23 | 24 | 7B | 48 | 47 | 0 | 34 | EF | 38 | 1F |
| Octal | 43 | 44 | 173 | 110 | 107 | 0 | 64 | 357 | 70 | 37 |
| Binary | 100011 | 100100 | 1111011 | 1001000 | 1000111 | 0 | 110100 | 11101111 | 111000 | 11111 |
Color Harmonies of #23247B
Complementary color
Monochromatic Colors of #23247B
Black with #23247B
Text Example
Text Example
White with #23247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23247B; }
p { color: rgb(35,36,123); }
H1.HeaderClassName
{
color: #23247B;
}
.AnyTagClassName
{
color: #23247B;
}
</style>
background-color css
<style>
a { background-color: #23247B; }
a { background-color: rgb(35,36,123); }
div.DivClassName
{
background-color: #23247B;
}
.BgClassName
{
background-color: #23247B;
}
</style>
border-color css
<style>
span { border-color: #23247B; }
span { border-color: rgb(35,36,123); }
td.TdClassName
{
border-color: #23247B;
}
.TagClassName
{
border-color: #23247B;
}
</style>