Shades of Midnight Blue #262881
Tints of Midnight Blue #262881
RGB
CMYK
RGB Variations
Color information
#262881 (or 0x262881) is known color: Midnight Blue. HEX triplet: 26, 28 and 81. RGB value is (38,40,129). Sum of RGB (Red+Green+Blue) = 38+40+129=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 129 (50.78% from 255 or 62.32% from 207); Max value from RGB is 129 - color contains mainly: blue. Hex color #262881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262881 is #D9D77E. Grayscale: #313131. Windows color (decimal): -14276479 or 8464422. OLE color: 8464422.
HSL color Cylindrical-coordinate representation of color #262881: hue angle of 238.68º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #262881 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 40 | 129 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.49 |
| HSL | 238.68º | 0.54% | 0.33% | - |
| HSV(B) | 238.68º | 0.71% | 0.51% | - |
| XYZ | 5.52 | 3.51 | 21.16 | - |
| YUV | 49.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 129 | 0.71 | 0.69 | 0 | 0.49 | 238.68 | 0.54 | 0.33 |
| Hex | 26 | 28 | 81 | 47 | 45 | 0 | 31 | EF | 36 | 21 |
| Octal | 46 | 50 | 201 | 107 | 105 | 0 | 61 | 357 | 66 | 41 |
| Binary | 100110 | 101000 | 10000001 | 1000111 | 1000101 | 0 | 110001 | 11101111 | 110110 | 100001 |
Color Harmonies of #262881
Complementary color
Monochromatic Colors of #262881
Black with #262881
Text Example
Text Example
White with #262881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262881; }
p { color: rgb(38,40,129); }
H1.HeaderClassName
{
color: #262881;
}
.AnyTagClassName
{
color: #262881;
}
</style>
background-color css
<style>
a { background-color: #262881; }
a { background-color: rgb(38,40,129); }
div.DivClassName
{
background-color: #262881;
}
.BgClassName
{
background-color: #262881;
}
</style>
border-color css
<style>
span { border-color: #262881; }
span { border-color: rgb(38,40,129); }
td.TdClassName
{
border-color: #262881;
}
.TagClassName
{
border-color: #262881;
}
</style>