Shades of Midnight Blue #28248B
Tints of Midnight Blue #28248B
RGB
CMYK
RGB Variations
Color information
#28248B (or 0x28248B) is known color: Midnight Blue. HEX triplet: 28, 24 and 8B. RGB value is (40,36,139). Sum of RGB (Red+Green+Blue) = 40+36+139=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #28248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28248B is #D7DB74. Grayscale: #303030. Windows color (decimal): -14146421 or 9118760. OLE color: 9118760.
HSL color Cylindrical-coordinate representation of color #28248B: hue angle of 242.33º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28248B is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 36 | 139 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.45 |
| HSL | 242.33º | 0.59% | 0.34% | - |
| HSV(B) | 242.33º | 0.74% | 0.55% | - |
| XYZ | 6.17 | 3.58 | 24.79 | - |
| YUV | 48.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 139 | 0.71 | 0.74 | 0 | 0.45 | 242.33 | 0.59 | 0.34 |
| Hex | 28 | 24 | 8B | 47 | 4A | 0 | 2D | F2 | 3B | 22 |
| Octal | 50 | 44 | 213 | 107 | 112 | 0 | 55 | 362 | 73 | 42 |
| Binary | 101000 | 100100 | 10001011 | 1000111 | 1001010 | 0 | 101101 | 11110010 | 111011 | 100010 |
Color Harmonies of #28248B
Complementary color
Monochromatic Colors of #28248B
Black with #28248B
Text Example
Text Example
White with #28248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28248B; }
p { color: rgb(40,36,139); }
H1.HeaderClassName
{
color: #28248B;
}
.AnyTagClassName
{
color: #28248B;
}
</style>
background-color css
<style>
a { background-color: #28248B; }
a { background-color: rgb(40,36,139); }
div.DivClassName
{
background-color: #28248B;
}
.BgClassName
{
background-color: #28248B;
}
</style>
border-color css
<style>
span { border-color: #28248B; }
span { border-color: rgb(40,36,139); }
td.TdClassName
{
border-color: #28248B;
}
.TagClassName
{
border-color: #28248B;
}
</style>