Shades of Midnight Blue #27287A
Tints of Midnight Blue #27287A
RGB
CMYK
RGB Variations
Color information
#27287A (or 0x27287A) is known color: Midnight Blue. HEX triplet: 27, 28 and 7A. RGB value is (39,40,122). Sum of RGB (Red+Green+Blue) = 39+40+122=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #27287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27287A is #D8D785. Grayscale: #303030. Windows color (decimal): -14210950 or 8005671. OLE color: 8005671.
HSL color Cylindrical-coordinate representation of color #27287A: hue angle of 239.28º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27287A is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 40 | 122 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.52 |
| HSL | 239.28º | 0.52% | 0.32% | - |
| HSV(B) | 239.28º | 0.68% | 0.48% | - |
| XYZ | 5.11 | 3.35 | 18.79 | - |
| YUV | 49.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 122 | 0.68 | 0.67 | 0 | 0.52 | 239.28 | 0.52 | 0.32 |
| Hex | 27 | 28 | 7A | 44 | 43 | 0 | 34 | EF | 34 | 20 |
| Octal | 47 | 50 | 172 | 104 | 103 | 0 | 64 | 357 | 64 | 40 |
| Binary | 100111 | 101000 | 1111010 | 1000100 | 1000011 | 0 | 110100 | 11101111 | 110100 | 100000 |
Color Harmonies of #27287A
Complementary color
Monochromatic Colors of #27287A
Black with #27287A
Text Example
Text Example
White with #27287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27287A; }
p { color: rgb(39,40,122); }
H1.HeaderClassName
{
color: #27287A;
}
.AnyTagClassName
{
color: #27287A;
}
</style>
background-color css
<style>
a { background-color: #27287A; }
a { background-color: rgb(39,40,122); }
div.DivClassName
{
background-color: #27287A;
}
.BgClassName
{
background-color: #27287A;
}
</style>
border-color css
<style>
span { border-color: #27287A; }
span { border-color: rgb(39,40,122); }
td.TdClassName
{
border-color: #27287A;
}
.TagClassName
{
border-color: #27287A;
}
</style>