Shades of Midnight Blue #24136A
Tints of Midnight Blue #24136A
RGB
CMYK
RGB Variations
Color information
#24136A (or 0x24136A) is known color: Midnight Blue. HEX triplet: 24, 13 and 6A. RGB value is (36,19,106). Sum of RGB (Red+Green+Blue) = 36+19+106=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #24136A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24136A is #DBEC95. Grayscale: #212121. Windows color (decimal): -14412950 or 6951716. OLE color: 6951716.
HSL color Cylindrical-coordinate representation of color #24136A: hue angle of 251.72º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24136A is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 19 | 106 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.58 |
| HSL | 251.72º | 0.7% | 0.25% | - |
| HSV(B) | 251.72º | 0.82% | 0.42% | - |
| XYZ | 3.56 | 1.88 | 13.81 | - |
| YUV | 34 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 106 | 0.66 | 0.82 | 0 | 0.58 | 251.72 | 0.7 | 0.25 |
| Hex | 24 | 13 | 6A | 42 | 52 | 0 | 3A | FC | 46 | 19 |
| Octal | 44 | 23 | 152 | 102 | 122 | 0 | 72 | 374 | 106 | 31 |
| Binary | 100100 | 10011 | 1101010 | 1000010 | 1010010 | 0 | 111010 | 11111100 | 1000110 | 11001 |
Color Harmonies of #24136A
Complementary color
Monochromatic Colors of #24136A
Black with #24136A
Text Example
Text Example
White with #24136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24136A; }
p { color: rgb(36,19,106); }
H1.HeaderClassName
{
color: #24136A;
}
.AnyTagClassName
{
color: #24136A;
}
</style>
background-color css
<style>
a { background-color: #24136A; }
a { background-color: rgb(36,19,106); }
div.DivClassName
{
background-color: #24136A;
}
.BgClassName
{
background-color: #24136A;
}
</style>
border-color css
<style>
span { border-color: #24136A; }
span { border-color: rgb(36,19,106); }
td.TdClassName
{
border-color: #24136A;
}
.TagClassName
{
border-color: #24136A;
}
</style>