Shades of Midnight Blue #242B80
Tints of Midnight Blue #242B80
RGB
CMYK
RGB Variations
Color information
#242B80 (or 0x242B80) is known color: Midnight Blue. HEX triplet: 24, 2B and 80. RGB value is (36,43,128). Sum of RGB (Red+Green+Blue) = 36+43+128=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 128 (50.39% from 255 or 61.84% from 207); Max value from RGB is 128 - color contains mainly: blue. Hex color #242B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B80 is #DBD47F. Grayscale: #323232. Windows color (decimal): -14406784 or 8399652. OLE color: 8399652.
HSL color Cylindrical-coordinate representation of color #242B80: hue angle of 235.43º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #242B80 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 43 | 128 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.50 |
| HSL | 235.43º | 0.56% | 0.32% | - |
| HSV(B) | 235.43º | 0.72% | 0.5% | - |
| XYZ | 5.49 | 3.66 | 20.84 | - |
| YUV | 50.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 128 | 0.72 | 0.66 | 0 | 0.50 | 235.43 | 0.56 | 0.32 |
| Hex | 24 | 2B | 80 | 48 | 42 | 0 | 32 | EB | 38 | 20 |
| Octal | 44 | 53 | 200 | 110 | 102 | 0 | 62 | 353 | 70 | 40 |
| Binary | 100100 | 101011 | 10000000 | 1001000 | 1000010 | 0 | 110010 | 11101011 | 111000 | 100000 |
Color Harmonies of #242B80
Complementary color
Monochromatic Colors of #242B80
Black with #242B80
Text Example
Text Example
White with #242B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B80; }
p { color: rgb(36,43,128); }
H1.HeaderClassName
{
color: #242B80;
}
.AnyTagClassName
{
color: #242B80;
}
</style>
background-color css
<style>
a { background-color: #242B80; }
a { background-color: rgb(36,43,128); }
div.DivClassName
{
background-color: #242B80;
}
.BgClassName
{
background-color: #242B80;
}
</style>
border-color css
<style>
span { border-color: #242B80; }
span { border-color: rgb(36,43,128); }
td.TdClassName
{
border-color: #242B80;
}
.TagClassName
{
border-color: #242B80;
}
</style>