Shades of Ultramarine #241C8B
Tints of Ultramarine #241C8B
RGB
CMYK
RGB Variations
Color information
#241C8B (or 0x241C8B) is known color: Ultramarine. HEX triplet: 24, 1C and 8B. RGB value is (36,28,139). Sum of RGB (Red+Green+Blue) = 36+28+139=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #241C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241C8B is #DBE374. Grayscale: #2A2A2A. Windows color (decimal): -14410613 or 9116708. OLE color: 9116708.
HSL color Cylindrical-coordinate representation of color #241C8B: hue angle of 244.32º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #241C8B is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 28 | 139 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.45 |
| HSL | 244.32º | 0.66% | 0.33% | - |
| HSV(B) | 244.32º | 0.8% | 0.55% | - |
| XYZ | 5.8 | 3.07 | 24.71 | - |
| YUV | 43.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 139 | 0.74 | 0.80 | 0 | 0.45 | 244.32 | 0.66 | 0.33 |
| Hex | 24 | 1C | 8B | 4A | 50 | 0 | 2D | F4 | 42 | 21 |
| Octal | 44 | 34 | 213 | 112 | 120 | 0 | 55 | 364 | 102 | 41 |
| Binary | 100100 | 11100 | 10001011 | 1001010 | 1010000 | 0 | 101101 | 11110100 | 1000010 | 100001 |
Color Harmonies of #241C8B
Complementary color
Monochromatic Colors of #241C8B
Black with #241C8B
Text Example
Text Example
White with #241C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C8B; }
p { color: rgb(36,28,139); }
H1.HeaderClassName
{
color: #241C8B;
}
.AnyTagClassName
{
color: #241C8B;
}
</style>
background-color css
<style>
a { background-color: #241C8B; }
a { background-color: rgb(36,28,139); }
div.DivClassName
{
background-color: #241C8B;
}
.BgClassName
{
background-color: #241C8B;
}
</style>
border-color css
<style>
span { border-color: #241C8B; }
span { border-color: rgb(36,28,139); }
td.TdClassName
{
border-color: #241C8B;
}
.TagClassName
{
border-color: #241C8B;
}
</style>