Shades of Ultramarine #241795
Tints of Ultramarine #241795
RGB
CMYK
RGB Variations
Color information
#241795 (or 0x241795) is known color: Ultramarine. HEX triplet: 24, 17 and 95. RGB value is (36,23,149). Sum of RGB (Red+Green+Blue) = 36+23+149=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #241795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241795 is #DBE86A. Grayscale: #282828. Windows color (decimal): -14411883 or 9770788. OLE color: 9770788.
HSL color Cylindrical-coordinate representation of color #241795: hue angle of 246.19º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241795 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 23 | 149 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.42 |
| HSL | 246.19º | 0.73% | 0.34% | - |
| HSV(B) | 246.19º | 0.85% | 0.58% | - |
| XYZ | 6.46 | 3.16 | 28.7 | - |
| YUV | 41.25 | 188.81 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 149 | 0.76 | 0.85 | 0 | 0.42 | 246.19 | 0.73 | 0.34 |
| Hex | 24 | 17 | 95 | 4C | 55 | 0 | 2A | F6 | 49 | 22 |
| Octal | 44 | 27 | 225 | 114 | 125 | 0 | 52 | 366 | 111 | 42 |
| Binary | 100100 | 10111 | 10010101 | 1001100 | 1010101 | 0 | 101010 | 11110110 | 1001001 | 100010 |
Color Harmonies of #241795
Complementary color
Monochromatic Colors of #241795
Black with #241795
Text Example
Text Example
White with #241795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241795; }
p { color: rgb(36,23,149); }
H1.HeaderClassName
{
color: #241795;
}
.AnyTagClassName
{
color: #241795;
}
</style>
background-color css
<style>
a { background-color: #241795; }
a { background-color: rgb(36,23,149); }
div.DivClassName
{
background-color: #241795;
}
.BgClassName
{
background-color: #241795;
}
</style>
border-color css
<style>
span { border-color: #241795; }
span { border-color: rgb(36,23,149); }
td.TdClassName
{
border-color: #241795;
}
.TagClassName
{
border-color: #241795;
}
</style>