Shades of Midnight Blue #27248B
Tints of Midnight Blue #27248B
RGB
CMYK
RGB Variations
Color information
#27248B (or 0x27248B) is known color: Midnight Blue. HEX triplet: 27, 24 and 8B. RGB value is (39,36,139). Sum of RGB (Red+Green+Blue) = 39+36+139=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #27248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27248B is #D8DB74. Grayscale: #303030. Windows color (decimal): -14211957 or 9118759. OLE color: 9118759.
HSL color Cylindrical-coordinate representation of color #27248B: hue angle of 241.75º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27248B is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 36 | 139 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.45 |
| HSL | 241.75º | 0.59% | 0.34% | - |
| HSV(B) | 241.75º | 0.74% | 0.55% | - |
| XYZ | 6.13 | 3.56 | 24.79 | - |
| YUV | 48.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 139 | 0.72 | 0.74 | 0 | 0.45 | 241.75 | 0.59 | 0.34 |
| Hex | 27 | 24 | 8B | 48 | 4A | 0 | 2D | F2 | 3B | 22 |
| Octal | 47 | 44 | 213 | 110 | 112 | 0 | 55 | 362 | 73 | 42 |
| Binary | 100111 | 100100 | 10001011 | 1001000 | 1001010 | 0 | 101101 | 11110010 | 111011 | 100010 |
Color Harmonies of #27248B
Complementary color
Monochromatic Colors of #27248B
Black with #27248B
Text Example
Text Example
White with #27248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27248B; }
p { color: rgb(39,36,139); }
H1.HeaderClassName
{
color: #27248B;
}
.AnyTagClassName
{
color: #27248B;
}
</style>
background-color css
<style>
a { background-color: #27248B; }
a { background-color: rgb(39,36,139); }
div.DivClassName
{
background-color: #27248B;
}
.BgClassName
{
background-color: #27248B;
}
</style>
border-color css
<style>
span { border-color: #27248B; }
span { border-color: rgb(39,36,139); }
td.TdClassName
{
border-color: #27248B;
}
.TagClassName
{
border-color: #27248B;
}
</style>