Shades of Ultramarine #241B8A
Tints of Ultramarine #241B8A
RGB
CMYK
RGB Variations
Color information
#241B8A (or 0x241B8A) is known color: Ultramarine. HEX triplet: 24, 1B and 8A. RGB value is (36,27,138). Sum of RGB (Red+Green+Blue) = 36+27+138=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #241B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241B8A is #DBE475. Grayscale: #292929. Windows color (decimal): -14410870 or 9050916. OLE color: 9050916.
HSL color Cylindrical-coordinate representation of color #241B8A: hue angle of 244.86º 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 #241B8A is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 27 | 138 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.46 |
| HSL | 244.86º | 0.67% | 0.32% | - |
| HSV(B) | 244.86º | 0.8% | 0.54% | - |
| XYZ | 5.71 | 2.99 | 24.32 | - |
| YUV | 42.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 138 | 0.74 | 0.80 | 0 | 0.46 | 244.86 | 0.67 | 0.32 |
| Hex | 24 | 1B | 8A | 4A | 50 | 0 | 2E | F5 | 43 | 20 |
| Octal | 44 | 33 | 212 | 112 | 120 | 0 | 56 | 365 | 103 | 40 |
| Binary | 100100 | 11011 | 10001010 | 1001010 | 1010000 | 0 | 101110 | 11110101 | 1000011 | 100000 |
Color Harmonies of #241B8A
Complementary color
Monochromatic Colors of #241B8A
Black with #241B8A
Text Example
Text Example
White with #241B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B8A; }
p { color: rgb(36,27,138); }
H1.HeaderClassName
{
color: #241B8A;
}
.AnyTagClassName
{
color: #241B8A;
}
</style>
background-color css
<style>
a { background-color: #241B8A; }
a { background-color: rgb(36,27,138); }
div.DivClassName
{
background-color: #241B8A;
}
.BgClassName
{
background-color: #241B8A;
}
</style>
border-color css
<style>
span { border-color: #241B8A; }
span { border-color: rgb(36,27,138); }
td.TdClassName
{
border-color: #241B8A;
}
.TagClassName
{
border-color: #241B8A;
}
</style>