Shades of Midnight Blue #262A79
Tints of Midnight Blue #262A79
RGB
CMYK
RGB Variations
Color information
#262A79 (or 0x262A79) is known color: Midnight Blue. HEX triplet: 26, 2A and 79. RGB value is (38,42,121). Sum of RGB (Red+Green+Blue) = 38+42+121=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #262A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A79 is #D9D586. Grayscale: #313131. Windows color (decimal): -14275975 or 7940646. OLE color: 7940646.
HSL color Cylindrical-coordinate representation of color #262A79: hue angle of 237.11º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #262A79 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 42 | 121 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.53 |
| HSL | 237.11º | 0.52% | 0.31% | - |
| HSV(B) | 237.11º | 0.69% | 0.47% | - |
| XYZ | 5.08 | 3.45 | 18.49 | - |
| YUV | 49.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 121 | 0.69 | 0.65 | 0 | 0.53 | 237.11 | 0.52 | 0.31 |
| Hex | 26 | 2A | 79 | 45 | 41 | 0 | 35 | ED | 34 | 1F |
| Octal | 46 | 52 | 171 | 105 | 101 | 0 | 65 | 355 | 64 | 37 |
| Binary | 100110 | 101010 | 1111001 | 1000101 | 1000001 | 0 | 110101 | 11101101 | 110100 | 11111 |
Color Harmonies of #262A79
Complementary color
Monochromatic Colors of #262A79
Black with #262A79
Text Example
Text Example
White with #262A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A79; }
p { color: rgb(38,42,121); }
H1.HeaderClassName
{
color: #262A79;
}
.AnyTagClassName
{
color: #262A79;
}
</style>
background-color css
<style>
a { background-color: #262A79; }
a { background-color: rgb(38,42,121); }
div.DivClassName
{
background-color: #262A79;
}
.BgClassName
{
background-color: #262A79;
}
</style>
border-color css
<style>
span { border-color: #262A79; }
span { border-color: rgb(38,42,121); }
td.TdClassName
{
border-color: #262A79;
}
.TagClassName
{
border-color: #262A79;
}
</style>