Shades of Midnight Blue #262573
Tints of Midnight Blue #262573
RGB
CMYK
RGB Variations
Color information
#262573 (or 0x262573) is known color: Midnight Blue. HEX triplet: 26, 25 and 73. RGB value is (38,37,115). Sum of RGB (Red+Green+Blue) = 38+37+115=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #262573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262573 is #D9DA8C. Grayscale: #2D2D2D. Windows color (decimal): -14277261 or 7546150. OLE color: 7546150.
HSL color Cylindrical-coordinate representation of color #262573: hue angle of 240.77º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262573 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 37 | 115 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.55 |
| HSL | 240.77º | 0.51% | 0.3% | - |
| HSV(B) | 240.77º | 0.68% | 0.45% | - |
| XYZ | 4.56 | 2.97 | 16.55 | - |
| YUV | 46.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 115 | 0.67 | 0.68 | 0 | 0.55 | 240.77 | 0.51 | 0.3 |
| Hex | 26 | 25 | 73 | 43 | 44 | 0 | 37 | F1 | 33 | 1E |
| Octal | 46 | 45 | 163 | 103 | 104 | 0 | 67 | 361 | 63 | 36 |
| Binary | 100110 | 100101 | 1110011 | 1000011 | 1000100 | 0 | 110111 | 11110001 | 110011 | 11110 |
Color Harmonies of #262573
Complementary color
Monochromatic Colors of #262573
Black with #262573
Text Example
Text Example
White with #262573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262573; }
p { color: rgb(38,37,115); }
H1.HeaderClassName
{
color: #262573;
}
.AnyTagClassName
{
color: #262573;
}
</style>
background-color css
<style>
a { background-color: #262573; }
a { background-color: rgb(38,37,115); }
div.DivClassName
{
background-color: #262573;
}
.BgClassName
{
background-color: #262573;
}
</style>
border-color css
<style>
span { border-color: #262573; }
span { border-color: rgb(38,37,115); }
td.TdClassName
{
border-color: #262573;
}
.TagClassName
{
border-color: #262573;
}
</style>