Shades of Midnight Blue #25246C
Tints of Midnight Blue #25246C
RGB
CMYK
RGB Variations
Color information
#25246C (or 0x25246C) is known color: Midnight Blue. HEX triplet: 25, 24 and 6C. RGB value is (37,36,108). Sum of RGB (Red+Green+Blue) = 37+36+108=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #25246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25246C is #DADB93. Grayscale: #2C2C2C. Windows color (decimal): -14343060 or 7087141. OLE color: 7087141.
HSL color Cylindrical-coordinate representation of color #25246C: hue angle of 240.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25246C is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 36 | 108 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.58 |
| HSL | 240.83º | 0.5% | 0.28% | - |
| HSV(B) | 240.83º | 0.67% | 0.42% | - |
| XYZ | 4.1 | 2.74 | 14.5 | - |
| YUV | 44.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 108 | 0.66 | 0.67 | 0 | 0.58 | 240.83 | 0.5 | 0.28 |
| Hex | 25 | 24 | 6C | 42 | 43 | 0 | 3A | F1 | 32 | 1C |
| Octal | 45 | 44 | 154 | 102 | 103 | 0 | 72 | 361 | 62 | 34 |
| Binary | 100101 | 100100 | 1101100 | 1000010 | 1000011 | 0 | 111010 | 11110001 | 110010 | 11100 |
Color Harmonies of #25246C
Complementary color
Monochromatic Colors of #25246C
Black with #25246C
Text Example
Text Example
White with #25246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25246C; }
p { color: rgb(37,36,108); }
H1.HeaderClassName
{
color: #25246C;
}
.AnyTagClassName
{
color: #25246C;
}
</style>
background-color css
<style>
a { background-color: #25246C; }
a { background-color: rgb(37,36,108); }
div.DivClassName
{
background-color: #25246C;
}
.BgClassName
{
background-color: #25246C;
}
</style>
border-color css
<style>
span { border-color: #25246C; }
span { border-color: rgb(37,36,108); }
td.TdClassName
{
border-color: #25246C;
}
.TagClassName
{
border-color: #25246C;
}
</style>