Shades of Midnight Blue #261C75
Tints of Midnight Blue #261C75
RGB
CMYK
RGB Variations
Color information
#261C75 (or 0x261C75) is known color: Midnight Blue. HEX triplet: 26, 1C and 75. RGB value is (38,28,117). Sum of RGB (Red+Green+Blue) = 38+28+117=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #261C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C75 is #D9E38A. Grayscale: #282828. Windows color (decimal): -14279563 or 7674918. OLE color: 7674918.
HSL color Cylindrical-coordinate representation of color #261C75: hue angle of 246.74º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261C75 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 28 | 117 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.54 |
| HSL | 246.74º | 0.61% | 0.28% | - |
| HSV(B) | 246.74º | 0.76% | 0.46% | - |
| XYZ | 4.43 | 2.53 | 17.08 | - |
| YUV | 41.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 117 | 0.68 | 0.76 | 0 | 0.54 | 246.74 | 0.61 | 0.28 |
| Hex | 26 | 1C | 75 | 44 | 4C | 0 | 36 | F7 | 3D | 1C |
| Octal | 46 | 34 | 165 | 104 | 114 | 0 | 66 | 367 | 75 | 34 |
| Binary | 100110 | 11100 | 1110101 | 1000100 | 1001100 | 0 | 110110 | 11110111 | 111101 | 11100 |
Color Harmonies of #261C75
Complementary color
Monochromatic Colors of #261C75
Black with #261C75
Text Example
Text Example
White with #261C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C75; }
p { color: rgb(38,28,117); }
H1.HeaderClassName
{
color: #261C75;
}
.AnyTagClassName
{
color: #261C75;
}
</style>
background-color css
<style>
a { background-color: #261C75; }
a { background-color: rgb(38,28,117); }
div.DivClassName
{
background-color: #261C75;
}
.BgClassName
{
background-color: #261C75;
}
</style>
border-color css
<style>
span { border-color: #261C75; }
span { border-color: rgb(38,28,117); }
td.TdClassName
{
border-color: #261C75;
}
.TagClassName
{
border-color: #261C75;
}
</style>