Shades of Midnight Blue #262A77
Tints of Midnight Blue #262A77
RGB
CMYK
RGB Variations
Color information
#262A77 (or 0x262A77) is known color: Midnight Blue. HEX triplet: 26, 2A and 77. RGB value is (38,42,119). Sum of RGB (Red+Green+Blue) = 38+42+119=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #262A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A77 is #D9D588. Grayscale: #313131. Windows color (decimal): -14275977 or 7809574. OLE color: 7809574.
HSL color Cylindrical-coordinate representation of color #262A77: hue angle of 237.04º 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 #262A77 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 42 | 119 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.53 |
| HSL | 237.04º | 0.52% | 0.31% | - |
| HSV(B) | 237.04º | 0.68% | 0.47% | - |
| XYZ | 4.96 | 3.4 | 17.85 | - |
| YUV | 49.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 119 | 0.68 | 0.65 | 0 | 0.53 | 237.04 | 0.52 | 0.31 |
| Hex | 26 | 2A | 77 | 44 | 41 | 0 | 35 | ED | 34 | 1F |
| Octal | 46 | 52 | 167 | 104 | 101 | 0 | 65 | 355 | 64 | 37 |
| Binary | 100110 | 101010 | 1110111 | 1000100 | 1000001 | 0 | 110101 | 11101101 | 110100 | 11111 |
Color Harmonies of #262A77
Complementary color
Monochromatic Colors of #262A77
Black with #262A77
Text Example
Text Example
White with #262A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A77; }
p { color: rgb(38,42,119); }
H1.HeaderClassName
{
color: #262A77;
}
.AnyTagClassName
{
color: #262A77;
}
</style>
background-color css
<style>
a { background-color: #262A77; }
a { background-color: rgb(38,42,119); }
div.DivClassName
{
background-color: #262A77;
}
.BgClassName
{
background-color: #262A77;
}
</style>
border-color css
<style>
span { border-color: #262A77; }
span { border-color: rgb(38,42,119); }
td.TdClassName
{
border-color: #262A77;
}
.TagClassName
{
border-color: #262A77;
}
</style>