Shades of Midnight Blue #261C74
Tints of Midnight Blue #261C74
RGB
CMYK
RGB Variations
Color information
#261C74 (or 0x261C74) is known color: Midnight Blue. HEX triplet: 26, 1C and 74. RGB value is (38,28,116). Sum of RGB (Red+Green+Blue) = 38+28+116=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #261C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C74 is #D9E38B. Grayscale: #282828. Windows color (decimal): -14279564 or 7609382. OLE color: 7609382.
HSL color Cylindrical-coordinate representation of color #261C74: hue angle of 246.82º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261C74 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 28 | 116 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.55 |
| HSL | 246.82º | 0.61% | 0.28% | - |
| HSV(B) | 246.82º | 0.76% | 0.45% | - |
| XYZ | 4.37 | 2.5 | 16.78 | - |
| YUV | 41.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 116 | 0.67 | 0.76 | 0 | 0.55 | 246.82 | 0.61 | 0.28 |
| Hex | 26 | 1C | 74 | 43 | 4C | 0 | 37 | F7 | 3D | 1C |
| Octal | 46 | 34 | 164 | 103 | 114 | 0 | 67 | 367 | 75 | 34 |
| Binary | 100110 | 11100 | 1110100 | 1000011 | 1001100 | 0 | 110111 | 11110111 | 111101 | 11100 |
Color Harmonies of #261C74
Complementary color
Monochromatic Colors of #261C74
Black with #261C74
Text Example
Text Example
White with #261C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C74; }
p { color: rgb(38,28,116); }
H1.HeaderClassName
{
color: #261C74;
}
.AnyTagClassName
{
color: #261C74;
}
</style>
background-color css
<style>
a { background-color: #261C74; }
a { background-color: rgb(38,28,116); }
div.DivClassName
{
background-color: #261C74;
}
.BgClassName
{
background-color: #261C74;
}
</style>
border-color css
<style>
span { border-color: #261C74; }
span { border-color: rgb(38,28,116); }
td.TdClassName
{
border-color: #261C74;
}
.TagClassName
{
border-color: #261C74;
}
</style>