Shades of Midnight Blue #281C70
Tints of Midnight Blue #281C70
RGB
CMYK
RGB Variations
Color information
#281C70 (or 0x281C70) is known color: Midnight Blue. HEX triplet: 28, 1C and 70. RGB value is (40,28,112). Sum of RGB (Red+Green+Blue) = 40+28+112=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #281C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281C70 is #D7E38F. Grayscale: #282828. Windows color (decimal): -14148496 or 7347240. OLE color: 7347240.
HSL color Cylindrical-coordinate representation of color #281C70: hue angle of 248.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281C70 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 28 | 112 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.56 |
| HSL | 248.57º | 0.6% | 0.27% | - |
| HSV(B) | 248.57º | 0.75% | 0.44% | - |
| XYZ | 4.21 | 2.45 | 15.58 | - |
| YUV | 41.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 112 | 0.64 | 0.75 | 0 | 0.56 | 248.57 | 0.6 | 0.27 |
| Hex | 28 | 1C | 70 | 40 | 4B | 0 | 38 | F9 | 3C | 1B |
| Octal | 50 | 34 | 160 | 100 | 113 | 0 | 70 | 371 | 74 | 33 |
| Binary | 101000 | 11100 | 1110000 | 1000000 | 1001011 | 0 | 111000 | 11111001 | 111100 | 11011 |
Color Harmonies of #281C70
Complementary color
Monochromatic Colors of #281C70
Black with #281C70
Text Example
Text Example
White with #281C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C70; }
p { color: rgb(40,28,112); }
H1.HeaderClassName
{
color: #281C70;
}
.AnyTagClassName
{
color: #281C70;
}
</style>
background-color css
<style>
a { background-color: #281C70; }
a { background-color: rgb(40,28,112); }
div.DivClassName
{
background-color: #281C70;
}
.BgClassName
{
background-color: #281C70;
}
</style>
border-color css
<style>
span { border-color: #281C70; }
span { border-color: rgb(40,28,112); }
td.TdClassName
{
border-color: #281C70;
}
.TagClassName
{
border-color: #281C70;
}
</style>