Shades of Midnight Blue #25286C
Tints of Midnight Blue #25286C
RGB
CMYK
RGB Variations
Color information
#25286C (or 0x25286C) is known color: Midnight Blue. HEX triplet: 25, 28 and 6C. RGB value is (37,40,108). Sum of RGB (Red+Green+Blue) = 37+40+108=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #25286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25286C is #DAD793. Grayscale: #2E2E2E. Windows color (decimal): -14342036 or 7088165. OLE color: 7088165.
HSL color Cylindrical-coordinate representation of color #25286C: hue angle of 237.46º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25286C is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 40 | 108 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.58 |
| HSL | 237.46º | 0.49% | 0.28% | - |
| HSV(B) | 237.46º | 0.66% | 0.42% | - |
| XYZ | 4.23 | 2.99 | 14.54 | - |
| YUV | 46.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 108 | 0.66 | 0.63 | 0 | 0.58 | 237.46 | 0.49 | 0.28 |
| Hex | 25 | 28 | 6C | 42 | 3F | 0 | 3A | ED | 31 | 1C |
| Octal | 45 | 50 | 154 | 102 | 77 | 0 | 72 | 355 | 61 | 34 |
| Binary | 100101 | 101000 | 1101100 | 1000010 | 111111 | 0 | 111010 | 11101101 | 110001 | 11100 |
Color Harmonies of #25286C
Complementary color
Monochromatic Colors of #25286C
Black with #25286C
Text Example
Text Example
White with #25286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25286C; }
p { color: rgb(37,40,108); }
H1.HeaderClassName
{
color: #25286C;
}
.AnyTagClassName
{
color: #25286C;
}
</style>
background-color css
<style>
a { background-color: #25286C; }
a { background-color: rgb(37,40,108); }
div.DivClassName
{
background-color: #25286C;
}
.BgClassName
{
background-color: #25286C;
}
</style>
border-color css
<style>
span { border-color: #25286C; }
span { border-color: rgb(37,40,108); }
td.TdClassName
{
border-color: #25286C;
}
.TagClassName
{
border-color: #25286C;
}
</style>