Shades of Midnight Blue #262872
Tints of Midnight Blue #262872
RGB
CMYK
RGB Variations
Color information
#262872 (or 0x262872) is known color: Midnight Blue. HEX triplet: 26, 28 and 72. RGB value is (38,40,114). Sum of RGB (Red+Green+Blue) = 38+40+114=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #262872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262872 is #D9D78D. Grayscale: #2F2F2F. Windows color (decimal): -14276494 or 7481382. OLE color: 7481382.
HSL color Cylindrical-coordinate representation of color #262872: hue angle of 238.42º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #262872 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 40 | 114 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.55 |
| HSL | 238.42º | 0.5% | 0.3% | - |
| HSV(B) | 238.42º | 0.67% | 0.45% | - |
| XYZ | 4.6 | 3.14 | 16.28 | - |
| YUV | 47.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 114 | 0.67 | 0.65 | 0 | 0.55 | 238.42 | 0.5 | 0.3 |
| Hex | 26 | 28 | 72 | 43 | 41 | 0 | 37 | EE | 32 | 1E |
| Octal | 46 | 50 | 162 | 103 | 101 | 0 | 67 | 356 | 62 | 36 |
| Binary | 100110 | 101000 | 1110010 | 1000011 | 1000001 | 0 | 110111 | 11101110 | 110010 | 11110 |
Color Harmonies of #262872
Complementary color
Monochromatic Colors of #262872
Black with #262872
Text Example
Text Example
White with #262872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262872; }
p { color: rgb(38,40,114); }
H1.HeaderClassName
{
color: #262872;
}
.AnyTagClassName
{
color: #262872;
}
</style>
background-color css
<style>
a { background-color: #262872; }
a { background-color: rgb(38,40,114); }
div.DivClassName
{
background-color: #262872;
}
.BgClassName
{
background-color: #262872;
}
</style>
border-color css
<style>
span { border-color: #262872; }
span { border-color: rgb(38,40,114); }
td.TdClassName
{
border-color: #262872;
}
.TagClassName
{
border-color: #262872;
}
</style>