Shades of Midnight Blue #241A68
Tints of Midnight Blue #241A68
RGB
CMYK
RGB Variations
Color information
#241A68 (or 0x241A68) is known color: Midnight Blue. HEX triplet: 24, 1A and 68. RGB value is (36,26,104). Sum of RGB (Red+Green+Blue) = 36+26+104=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #241A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A68 is #DBE597. Grayscale: #252525. Windows color (decimal): -14411160 or 6822436. OLE color: 6822436.
HSL color Cylindrical-coordinate representation of color #241A68: hue angle of 247.69º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241A68 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 26 | 104 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.59 |
| HSL | 247.69º | 0.6% | 0.25% | - |
| HSV(B) | 247.69º | 0.75% | 0.41% | - |
| XYZ | 3.6 | 2.11 | 13.32 | - |
| YUV | 37.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 104 | 0.65 | 0.75 | 0 | 0.59 | 247.69 | 0.6 | 0.25 |
| Hex | 24 | 1A | 68 | 41 | 4B | 0 | 3B | F8 | 3C | 19 |
| Octal | 44 | 32 | 150 | 101 | 113 | 0 | 73 | 370 | 74 | 31 |
| Binary | 100100 | 11010 | 1101000 | 1000001 | 1001011 | 0 | 111011 | 11111000 | 111100 | 11001 |
Color Harmonies of #241A68
Complementary color
Monochromatic Colors of #241A68
Black with #241A68
Text Example
Text Example
White with #241A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A68; }
p { color: rgb(36,26,104); }
H1.HeaderClassName
{
color: #241A68;
}
.AnyTagClassName
{
color: #241A68;
}
</style>
background-color css
<style>
a { background-color: #241A68; }
a { background-color: rgb(36,26,104); }
div.DivClassName
{
background-color: #241A68;
}
.BgClassName
{
background-color: #241A68;
}
</style>
border-color css
<style>
span { border-color: #241A68; }
span { border-color: rgb(36,26,104); }
td.TdClassName
{
border-color: #241A68;
}
.TagClassName
{
border-color: #241A68;
}
</style>