Shades of Midnight Blue #25268B
Tints of Midnight Blue #25268B
RGB
CMYK
RGB Variations
Color information
#25268B (or 0x25268B) is known color: Midnight Blue. HEX triplet: 25, 26 and 8B. RGB value is (37,38,139). Sum of RGB (Red+Green+Blue) = 37+38+139=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 38 (15.23% from 255 or 17.76% 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 #25268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25268B is #DAD974. Grayscale: #303030. Windows color (decimal): -14342517 or 9119269. OLE color: 9119269.
HSL color Cylindrical-coordinate representation of color #25268B: hue angle of 239.41º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25268B is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 38 | 139 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.45 |
| HSL | 239.41º | 0.58% | 0.35% | - |
| HSV(B) | 239.41º | 0.73% | 0.55% | - |
| XYZ | 6.12 | 3.64 | 24.81 | - |
| YUV | 49.22 | 178.67 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 139 | 0.73 | 0.73 | 0 | 0.45 | 239.41 | 0.58 | 0.35 |
| Hex | 25 | 26 | 8B | 49 | 49 | 0 | 2D | EF | 3A | 23 |
| Octal | 45 | 46 | 213 | 111 | 111 | 0 | 55 | 357 | 72 | 43 |
| Binary | 100101 | 100110 | 10001011 | 1001001 | 1001001 | 0 | 101101 | 11101111 | 111010 | 100011 |
Color Harmonies of #25268B
Complementary color
Monochromatic Colors of #25268B
Black with #25268B
Text Example
Text Example
White with #25268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25268B; }
p { color: rgb(37,38,139); }
H1.HeaderClassName
{
color: #25268B;
}
.AnyTagClassName
{
color: #25268B;
}
</style>
background-color css
<style>
a { background-color: #25268B; }
a { background-color: rgb(37,38,139); }
div.DivClassName
{
background-color: #25268B;
}
.BgClassName
{
background-color: #25268B;
}
</style>
border-color css
<style>
span { border-color: #25268B; }
span { border-color: rgb(37,38,139); }
td.TdClassName
{
border-color: #25268B;
}
.TagClassName
{
border-color: #25268B;
}
</style>