Shades of Midnight Blue #272385
Tints of Midnight Blue #272385
RGB
CMYK
RGB Variations
Color information
#272385 (or 0x272385) is known color: Midnight Blue. HEX triplet: 27, 23 and 85. RGB value is (39,35,133). Sum of RGB (Red+Green+Blue) = 39+35+133=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #272385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272385 is #D8DC7A. Grayscale: #2E2E2E. Windows color (decimal): -14212219 or 8725287. OLE color: 8725287.
HSL color Cylindrical-coordinate representation of color #272385: hue angle of 242.45º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #272385 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 35 | 133 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.48 |
| HSL | 242.45º | 0.58% | 0.33% | - |
| HSV(B) | 242.45º | 0.74% | 0.52% | - |
| XYZ | 5.67 | 3.33 | 22.53 | - |
| YUV | 47.37 | 176.33 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 35 | 133 | 0.71 | 0.74 | 0 | 0.48 | 242.45 | 0.58 | 0.33 |
| Hex | 27 | 23 | 85 | 47 | 4A | 0 | 30 | F2 | 3A | 21 |
| Octal | 47 | 43 | 205 | 107 | 112 | 0 | 60 | 362 | 72 | 41 |
| Binary | 100111 | 100011 | 10000101 | 1000111 | 1001010 | 0 | 110000 | 11110010 | 111010 | 100001 |
Color Harmonies of #272385
Complementary color
Monochromatic Colors of #272385
Black with #272385
Text Example
Text Example
White with #272385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272385; }
p { color: rgb(39,35,133); }
H1.HeaderClassName
{
color: #272385;
}
.AnyTagClassName
{
color: #272385;
}
</style>
background-color css
<style>
a { background-color: #272385; }
a { background-color: rgb(39,35,133); }
div.DivClassName
{
background-color: #272385;
}
.BgClassName
{
background-color: #272385;
}
</style>
border-color css
<style>
span { border-color: #272385; }
span { border-color: rgb(39,35,133); }
td.TdClassName
{
border-color: #272385;
}
.TagClassName
{
border-color: #272385;
}
</style>