Shades of Midnight Blue #262A7C
Tints of Midnight Blue #262A7C
RGB
CMYK
RGB Variations
Color information
#262A7C (or 0x262A7C) is known color: Midnight Blue. HEX triplet: 26, 2A and 7C. RGB value is (38,42,124). Sum of RGB (Red+Green+Blue) = 38+42+124=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #262A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A7C is #D9D583. Grayscale: #313131. Windows color (decimal): -14275972 or 8137254. OLE color: 8137254.
HSL color Cylindrical-coordinate representation of color #262A7C: hue angle of 237.21º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #262A7C is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 42 | 124 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.51 |
| HSL | 237.21º | 0.53% | 0.32% | - |
| HSV(B) | 237.21º | 0.69% | 0.49% | - |
| XYZ | 5.27 | 3.52 | 19.47 | - |
| YUV | 50.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 124 | 0.69 | 0.66 | 0 | 0.51 | 237.21 | 0.53 | 0.32 |
| Hex | 26 | 2A | 7C | 45 | 42 | 0 | 33 | ED | 35 | 20 |
| Octal | 46 | 52 | 174 | 105 | 102 | 0 | 63 | 355 | 65 | 40 |
| Binary | 100110 | 101010 | 1111100 | 1000101 | 1000010 | 0 | 110011 | 11101101 | 110101 | 100000 |
Color Harmonies of #262A7C
Complementary color
Monochromatic Colors of #262A7C
Black with #262A7C
Text Example
Text Example
White with #262A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A7C; }
p { color: rgb(38,42,124); }
H1.HeaderClassName
{
color: #262A7C;
}
.AnyTagClassName
{
color: #262A7C;
}
</style>
background-color css
<style>
a { background-color: #262A7C; }
a { background-color: rgb(38,42,124); }
div.DivClassName
{
background-color: #262A7C;
}
.BgClassName
{
background-color: #262A7C;
}
</style>
border-color css
<style>
span { border-color: #262A7C; }
span { border-color: rgb(38,42,124); }
td.TdClassName
{
border-color: #262A7C;
}
.TagClassName
{
border-color: #262A7C;
}
</style>