Shades of Midnight Blue #242066
Tints of Midnight Blue #242066
RGB
CMYK
RGB Variations
Color information
#242066 (or 0x242066) is known color: Midnight Blue. HEX triplet: 24, 20 and 66. RGB value is (36,32,102). Sum of RGB (Red+Green+Blue) = 36+32+102=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #242066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242066 is #DBDF99. Grayscale: #282828. Windows color (decimal): -14409626 or 6692900. OLE color: 6692900.
HSL color Cylindrical-coordinate representation of color #242066: hue angle of 243.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #242066 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 32 | 102 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.6 |
| HSL | 243.43º | 0.52% | 0.26% | - |
| HSV(B) | 243.43º | 0.69% | 0.4% | - |
| XYZ | 3.64 | 2.37 | 12.84 | - |
| YUV | 41.18 | 162.33 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 102 | 0.65 | 0.69 | 0 | 0.6 | 243.43 | 0.52 | 0.26 |
| Hex | 24 | 20 | 66 | 41 | 45 | 0 | 3C | F3 | 34 | 1A |
| Octal | 44 | 40 | 146 | 101 | 105 | 0 | 74 | 363 | 64 | 32 |
| Binary | 100100 | 100000 | 1100110 | 1000001 | 1000101 | 0 | 111100 | 11110011 | 110100 | 11010 |
Color Harmonies of #242066
Complementary color
Monochromatic Colors of #242066
Black with #242066
Text Example
Text Example
White with #242066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242066; }
p { color: rgb(36,32,102); }
H1.HeaderClassName
{
color: #242066;
}
.AnyTagClassName
{
color: #242066;
}
</style>
background-color css
<style>
a { background-color: #242066; }
a { background-color: rgb(36,32,102); }
div.DivClassName
{
background-color: #242066;
}
.BgClassName
{
background-color: #242066;
}
</style>
border-color css
<style>
span { border-color: #242066; }
span { border-color: rgb(36,32,102); }
td.TdClassName
{
border-color: #242066;
}
.TagClassName
{
border-color: #242066;
}
</style>