Shades of Midnight Blue #241A67
Tints of Midnight Blue #241A67
RGB
CMYK
RGB Variations
Color information
#241A67 (or 0x241A67) is known color: Midnight Blue. HEX triplet: 24, 1A and 67. RGB value is (36,26,103). Sum of RGB (Red+Green+Blue) = 36+26+103=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #241A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A67 is #DBE598. Grayscale: #252525. Windows color (decimal): -14411161 or 6756900. OLE color: 6756900.
HSL color Cylindrical-coordinate representation of color #241A67: hue angle of 247.79º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241A67 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 26 | 103 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.60 |
| HSL | 247.79º | 0.6% | 0.25% | - |
| HSV(B) | 247.79º | 0.75% | 0.4% | - |
| XYZ | 3.55 | 2.09 | 13.05 | - |
| YUV | 37.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 103 | 0.65 | 0.75 | 0 | 0.60 | 247.79 | 0.6 | 0.25 |
| Hex | 24 | 1A | 67 | 41 | 4B | 0 | 3C | F8 | 3C | 19 |
| Octal | 44 | 32 | 147 | 101 | 113 | 0 | 74 | 370 | 74 | 31 |
| Binary | 100100 | 11010 | 1100111 | 1000001 | 1001011 | 0 | 111100 | 11111000 | 111100 | 11001 |
Color Harmonies of #241A67
Complementary color
Monochromatic Colors of #241A67
Black with #241A67
Text Example
Text Example
White with #241A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A67; }
p { color: rgb(36,26,103); }
H1.HeaderClassName
{
color: #241A67;
}
.AnyTagClassName
{
color: #241A67;
}
</style>
background-color css
<style>
a { background-color: #241A67; }
a { background-color: rgb(36,26,103); }
div.DivClassName
{
background-color: #241A67;
}
.BgClassName
{
background-color: #241A67;
}
</style>
border-color css
<style>
span { border-color: #241A67; }
span { border-color: rgb(36,26,103); }
td.TdClassName
{
border-color: #241A67;
}
.TagClassName
{
border-color: #241A67;
}
</style>