Shades of Midnight Blue #272684
Tints of Midnight Blue #272684
RGB
CMYK
RGB Variations
Color information
#272684 (or 0x272684) is known color: Midnight Blue. HEX triplet: 27, 26 and 84. RGB value is (39,38,132). Sum of RGB (Red+Green+Blue) = 39+38+132=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #272684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272684 is #D8D97B. Grayscale: #303030. Windows color (decimal): -14211452 or 8660519. OLE color: 8660519.
HSL color Cylindrical-coordinate representation of color #272684: hue angle of 240.64º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #272684 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 38 | 132 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.48 |
| HSL | 240.64º | 0.55% | 0.33% | - |
| HSV(B) | 240.64º | 0.71% | 0.52% | - |
| XYZ | 5.69 | 3.48 | 22.2 | - |
| YUV | 49.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 132 | 0.70 | 0.71 | 0 | 0.48 | 240.64 | 0.55 | 0.33 |
| Hex | 27 | 26 | 84 | 46 | 47 | 0 | 30 | F1 | 37 | 21 |
| Octal | 47 | 46 | 204 | 106 | 107 | 0 | 60 | 361 | 67 | 41 |
| Binary | 100111 | 100110 | 10000100 | 1000110 | 1000111 | 0 | 110000 | 11110001 | 110111 | 100001 |
Color Harmonies of #272684
Complementary color
Monochromatic Colors of #272684
Black with #272684
Text Example
Text Example
White with #272684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272684; }
p { color: rgb(39,38,132); }
H1.HeaderClassName
{
color: #272684;
}
.AnyTagClassName
{
color: #272684;
}
</style>
background-color css
<style>
a { background-color: #272684; }
a { background-color: rgb(39,38,132); }
div.DivClassName
{
background-color: #272684;
}
.BgClassName
{
background-color: #272684;
}
</style>
border-color css
<style>
span { border-color: #272684; }
span { border-color: rgb(39,38,132); }
td.TdClassName
{
border-color: #272684;
}
.TagClassName
{
border-color: #272684;
}
</style>