Shades of Midnight Blue #262878
Tints of Midnight Blue #262878
RGB
CMYK
RGB Variations
Color information
#262878 (or 0x262878) is known color: Midnight Blue. HEX triplet: 26, 28 and 78. RGB value is (38,40,120). Sum of RGB (Red+Green+Blue) = 38+40+120=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #262878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262878 is #D9D787. Grayscale: #303030. Windows color (decimal): -14276488 or 7874598. OLE color: 7874598.
HSL color Cylindrical-coordinate representation of color #262878: hue angle of 238.54º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262878 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 40 | 120 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.53 |
| HSL | 238.54º | 0.52% | 0.31% | - |
| HSV(B) | 238.54º | 0.68% | 0.47% | - |
| XYZ | 4.95 | 3.29 | 18.14 | - |
| YUV | 48.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 120 | 0.68 | 0.67 | 0 | 0.53 | 238.54 | 0.52 | 0.31 |
| Hex | 26 | 28 | 78 | 44 | 43 | 0 | 35 | EF | 34 | 1F |
| Octal | 46 | 50 | 170 | 104 | 103 | 0 | 65 | 357 | 64 | 37 |
| Binary | 100110 | 101000 | 1111000 | 1000100 | 1000011 | 0 | 110101 | 11101111 | 110100 | 11111 |
Color Harmonies of #262878
Complementary color
Monochromatic Colors of #262878
Black with #262878
Text Example
Text Example
White with #262878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262878; }
p { color: rgb(38,40,120); }
H1.HeaderClassName
{
color: #262878;
}
.AnyTagClassName
{
color: #262878;
}
</style>
background-color css
<style>
a { background-color: #262878; }
a { background-color: rgb(38,40,120); }
div.DivClassName
{
background-color: #262878;
}
.BgClassName
{
background-color: #262878;
}
</style>
border-color css
<style>
span { border-color: #262878; }
span { border-color: rgb(38,40,120); }
td.TdClassName
{
border-color: #262878;
}
.TagClassName
{
border-color: #262878;
}
</style>