Shades of Ultramarine #241B89
Tints of Ultramarine #241B89
RGB
CMYK
RGB Variations
Color information
#241B89 (or 0x241B89) is known color: Ultramarine. HEX triplet: 24, 1B and 89. RGB value is (36,27,137). Sum of RGB (Red+Green+Blue) = 36+27+137=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #241B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241B89 is #DBE476. Grayscale: #292929. Windows color (decimal): -14410871 or 8985380. OLE color: 8985380.
HSL color Cylindrical-coordinate representation of color #241B89: hue angle of 244.91º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #241B89 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 27 | 137 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.46 |
| HSL | 244.91º | 0.67% | 0.32% | - |
| HSV(B) | 244.91º | 0.8% | 0.54% | - |
| XYZ | 5.63 | 2.97 | 23.94 | - |
| YUV | 42.23 | 181.48 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 137 | 0.74 | 0.80 | 0 | 0.46 | 244.91 | 0.67 | 0.32 |
| Hex | 24 | 1B | 89 | 4A | 50 | 0 | 2E | F5 | 43 | 20 |
| Octal | 44 | 33 | 211 | 112 | 120 | 0 | 56 | 365 | 103 | 40 |
| Binary | 100100 | 11011 | 10001001 | 1001010 | 1010000 | 0 | 101110 | 11110101 | 1000011 | 100000 |
Color Harmonies of #241B89
Complementary color
Monochromatic Colors of #241B89
Black with #241B89
Text Example
Text Example
White with #241B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B89; }
p { color: rgb(36,27,137); }
H1.HeaderClassName
{
color: #241B89;
}
.AnyTagClassName
{
color: #241B89;
}
</style>
background-color css
<style>
a { background-color: #241B89; }
a { background-color: rgb(36,27,137); }
div.DivClassName
{
background-color: #241B89;
}
.BgClassName
{
background-color: #241B89;
}
</style>
border-color css
<style>
span { border-color: #241B89; }
span { border-color: rgb(36,27,137); }
td.TdClassName
{
border-color: #241B89;
}
.TagClassName
{
border-color: #241B89;
}
</style>