Shades of Midnight Blue #27196C
Tints of Midnight Blue #27196C
RGB
CMYK
RGB Variations
Color information
#27196C (or 0x27196C) is known color: Midnight Blue. HEX triplet: 27, 19 and 6C. RGB value is (39,25,108). Sum of RGB (Red+Green+Blue) = 39+25+108=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #27196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27196C is #D8E693. Grayscale: #262626. Windows color (decimal): -14214804 or 7084327. OLE color: 7084327.
HSL color Cylindrical-coordinate representation of color #27196C: hue angle of 250.12º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27196C is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 25 | 108 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.58 |
| HSL | 250.12º | 0.62% | 0.26% | - |
| HSV(B) | 250.12º | 0.77% | 0.42% | - |
| XYZ | 3.89 | 2.21 | 14.41 | - |
| YUV | 38.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 108 | 0.64 | 0.77 | 0 | 0.58 | 250.12 | 0.62 | 0.26 |
| Hex | 27 | 19 | 6C | 40 | 4D | 0 | 3A | FA | 3E | 1A |
| Octal | 47 | 31 | 154 | 100 | 115 | 0 | 72 | 372 | 76 | 32 |
| Binary | 100111 | 11001 | 1101100 | 1000000 | 1001101 | 0 | 111010 | 11111010 | 111110 | 11010 |
Color Harmonies of #27196C
Complementary color
Monochromatic Colors of #27196C
Black with #27196C
Text Example
Text Example
White with #27196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27196C; }
p { color: rgb(39,25,108); }
H1.HeaderClassName
{
color: #27196C;
}
.AnyTagClassName
{
color: #27196C;
}
</style>
background-color css
<style>
a { background-color: #27196C; }
a { background-color: rgb(39,25,108); }
div.DivClassName
{
background-color: #27196C;
}
.BgClassName
{
background-color: #27196C;
}
</style>
border-color css
<style>
span { border-color: #27196C; }
span { border-color: rgb(39,25,108); }
td.TdClassName
{
border-color: #27196C;
}
.TagClassName
{
border-color: #27196C;
}
</style>