Shades of Ultramarine #241299
Tints of Ultramarine #241299
RGB
CMYK
RGB Variations
Color information
#241299 (or 0x241299) is known color: Ultramarine. HEX triplet: 24, 12 and 99. RGB value is (36,18,153). Sum of RGB (Red+Green+Blue) = 36+18+153=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #241299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241299 is #DBED66. Grayscale: #262626. Windows color (decimal): -14413159 or 10031652. OLE color: 10031652.
HSL color Cylindrical-coordinate representation of color #241299: hue angle of 248º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241299 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 18 | 153 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.4 |
| HSL | 248º | 0.79% | 0.34% | - |
| HSV(B) | 248º | 0.88% | 0.6% | - |
| XYZ | 6.69 | 3.11 | 30.38 | - |
| YUV | 38.77 | 192.46 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 153 | 0.76 | 0.88 | 0 | 0.4 | 248 | 0.79 | 0.34 |
| Hex | 24 | 12 | 99 | 4C | 58 | 0 | 28 | F8 | 4F | 22 |
| Octal | 44 | 22 | 231 | 114 | 130 | 0 | 50 | 370 | 117 | 42 |
| Binary | 100100 | 10010 | 10011001 | 1001100 | 1011000 | 0 | 101000 | 11111000 | 1001111 | 100010 |
Color Harmonies of #241299
Complementary color
Monochromatic Colors of #241299
Black with #241299
Text Example
Text Example
White with #241299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241299; }
p { color: rgb(36,18,153); }
H1.HeaderClassName
{
color: #241299;
}
.AnyTagClassName
{
color: #241299;
}
</style>
background-color css
<style>
a { background-color: #241299; }
a { background-color: rgb(36,18,153); }
div.DivClassName
{
background-color: #241299;
}
.BgClassName
{
background-color: #241299;
}
</style>
border-color css
<style>
span { border-color: #241299; }
span { border-color: rgb(36,18,153); }
td.TdClassName
{
border-color: #241299;
}
.TagClassName
{
border-color: #241299;
}
</style>