Shades of Ultramarine #241796
Tints of Ultramarine #241796
RGB
CMYK
RGB Variations
Color information
#241796 (or 0x241796) is known color: Ultramarine. HEX triplet: 24, 17 and 96. RGB value is (36,23,150). Sum of RGB (Red+Green+Blue) = 36+23+150=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #241796 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241796 is #DBE869. Grayscale: #282828. Windows color (decimal): -14411882 or 9836324. OLE color: 9836324.
HSL color Cylindrical-coordinate representation of color #241796: hue angle of 246.14º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241796 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 23 | 150 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.41 |
| HSL | 246.14º | 0.73% | 0.34% | - |
| HSV(B) | 246.14º | 0.85% | 0.59% | - |
| XYZ | 6.54 | 3.19 | 29.13 | - |
| YUV | 41.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 150 | 0.76 | 0.85 | 0 | 0.41 | 246.14 | 0.73 | 0.34 |
| Hex | 24 | 17 | 96 | 4C | 55 | 0 | 29 | F6 | 49 | 22 |
| Octal | 44 | 27 | 226 | 114 | 125 | 0 | 51 | 366 | 111 | 42 |
| Binary | 100100 | 10111 | 10010110 | 1001100 | 1010101 | 0 | 101001 | 11110110 | 1001001 | 100010 |
Color Harmonies of #241796
Complementary color
Monochromatic Colors of #241796
Black with #241796
Text Example
Text Example
White with #241796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241796; }
p { color: rgb(36,23,150); }
H1.HeaderClassName
{
color: #241796;
}
.AnyTagClassName
{
color: #241796;
}
</style>
background-color css
<style>
a { background-color: #241796; }
a { background-color: rgb(36,23,150); }
div.DivClassName
{
background-color: #241796;
}
.BgClassName
{
background-color: #241796;
}
</style>
border-color css
<style>
span { border-color: #241796; }
span { border-color: rgb(36,23,150); }
td.TdClassName
{
border-color: #241796;
}
.TagClassName
{
border-color: #241796;
}
</style>