Shades of Midnight Blue #24258C
Tints of Midnight Blue #24258C
RGB
CMYK
RGB Variations
Color information
#24258C (or 0x24258C) is known color: Midnight Blue. HEX triplet: 24, 25 and 8C. RGB value is (36,37,140). Sum of RGB (Red+Green+Blue) = 36+37+140=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #24258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24258C is #DBDA73. Grayscale: #303030. Windows color (decimal): -14408308 or 9184548. OLE color: 9184548.
HSL color Cylindrical-coordinate representation of color #24258C: hue angle of 239.42º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24258C is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 37 | 140 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.45 |
| HSL | 239.42º | 0.59% | 0.35% | - |
| HSV(B) | 239.42º | 0.74% | 0.55% | - |
| XYZ | 6.12 | 3.59 | 25.18 | - |
| YUV | 48.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 140 | 0.74 | 0.74 | 0 | 0.45 | 239.42 | 0.59 | 0.35 |
| Hex | 24 | 25 | 8C | 4A | 4A | 0 | 2D | EF | 3B | 23 |
| Octal | 44 | 45 | 214 | 112 | 112 | 0 | 55 | 357 | 73 | 43 |
| Binary | 100100 | 100101 | 10001100 | 1001010 | 1001010 | 0 | 101101 | 11101111 | 111011 | 100011 |
Color Harmonies of #24258C
Complementary color
Monochromatic Colors of #24258C
Black with #24258C
Text Example
Text Example
White with #24258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24258C; }
p { color: rgb(36,37,140); }
H1.HeaderClassName
{
color: #24258C;
}
.AnyTagClassName
{
color: #24258C;
}
</style>
background-color css
<style>
a { background-color: #24258C; }
a { background-color: rgb(36,37,140); }
div.DivClassName
{
background-color: #24258C;
}
.BgClassName
{
background-color: #24258C;
}
</style>
border-color css
<style>
span { border-color: #24258C; }
span { border-color: rgb(36,37,140); }
td.TdClassName
{
border-color: #24258C;
}
.TagClassName
{
border-color: #24258C;
}
</style>