Shades of Midnight Blue #28247C
Tints of Midnight Blue #28247C
RGB
CMYK
RGB Variations
Color information
#28247C (or 0x28247C) is known color: Midnight Blue. HEX triplet: 28, 24 and 7C. RGB value is (40,36,124). Sum of RGB (Red+Green+Blue) = 40+36+124=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #28247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28247C is #D7DB83. Grayscale: #2E2E2E. Windows color (decimal): -14146436 or 8135720. OLE color: 8135720.
HSL color Cylindrical-coordinate representation of color #28247C: hue angle of 242.73º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28247C is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 36 | 124 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.51 |
| HSL | 242.73º | 0.55% | 0.31% | - |
| HSV(B) | 242.73º | 0.71% | 0.49% | - |
| XYZ | 5.14 | 3.17 | 19.41 | - |
| YUV | 47.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 124 | 0.68 | 0.71 | 0 | 0.51 | 242.73 | 0.55 | 0.31 |
| Hex | 28 | 24 | 7C | 44 | 47 | 0 | 33 | F3 | 37 | 1F |
| Octal | 50 | 44 | 174 | 104 | 107 | 0 | 63 | 363 | 67 | 37 |
| Binary | 101000 | 100100 | 1111100 | 1000100 | 1000111 | 0 | 110011 | 11110011 | 110111 | 11111 |
Color Harmonies of #28247C
Complementary color
Monochromatic Colors of #28247C
Black with #28247C
Text Example
Text Example
White with #28247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28247C; }
p { color: rgb(40,36,124); }
H1.HeaderClassName
{
color: #28247C;
}
.AnyTagClassName
{
color: #28247C;
}
</style>
background-color css
<style>
a { background-color: #28247C; }
a { background-color: rgb(40,36,124); }
div.DivClassName
{
background-color: #28247C;
}
.BgClassName
{
background-color: #28247C;
}
</style>
border-color css
<style>
span { border-color: #28247C; }
span { border-color: rgb(40,36,124); }
td.TdClassName
{
border-color: #28247C;
}
.TagClassName
{
border-color: #28247C;
}
</style>