Shades of Midnight Blue #241465
Tints of Midnight Blue #241465
RGB
CMYK
RGB Variations
Color information
#241465 (or 0x241465) is known color: Midnight Blue. HEX triplet: 24, 14 and 65. RGB value is (36,20,101). Sum of RGB (Red+Green+Blue) = 36+20+101=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #241465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241465 is #DBEB9A. Grayscale: #212121. Windows color (decimal): -14412699 or 6624292. OLE color: 6624292.
HSL color Cylindrical-coordinate representation of color #241465: hue angle of 251.85º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #241465 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 20 | 101 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.60 |
| HSL | 251.85º | 0.67% | 0.24% | - |
| HSV(B) | 251.85º | 0.8% | 0.4% | - |
| XYZ | 3.33 | 1.81 | 12.49 | - |
| YUV | 34.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 101 | 0.64 | 0.80 | 0 | 0.60 | 251.85 | 0.67 | 0.24 |
| Hex | 24 | 14 | 65 | 40 | 50 | 0 | 3C | FC | 43 | 18 |
| Octal | 44 | 24 | 145 | 100 | 120 | 0 | 74 | 374 | 103 | 30 |
| Binary | 100100 | 10100 | 1100101 | 1000000 | 1010000 | 0 | 111100 | 11111100 | 1000011 | 11000 |
Color Harmonies of #241465
Complementary color
Monochromatic Colors of #241465
Black with #241465
Text Example
Text Example
White with #241465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241465; }
p { color: rgb(36,20,101); }
H1.HeaderClassName
{
color: #241465;
}
.AnyTagClassName
{
color: #241465;
}
</style>
background-color css
<style>
a { background-color: #241465; }
a { background-color: rgb(36,20,101); }
div.DivClassName
{
background-color: #241465;
}
.BgClassName
{
background-color: #241465;
}
</style>
border-color css
<style>
span { border-color: #241465; }
span { border-color: rgb(36,20,101); }
td.TdClassName
{
border-color: #241465;
}
.TagClassName
{
border-color: #241465;
}
</style>