Shades of Ultramarine #241699
Tints of Ultramarine #241699
RGB
CMYK
RGB Variations
Color information
#241699 (or 0x241699) is known color: Ultramarine. HEX triplet: 24, 16 and 99. RGB value is (36,22,153). Sum of RGB (Red+Green+Blue) = 36+22+153=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #241699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241699 is #DBE966. Grayscale: #282828. Windows color (decimal): -14412135 or 10032676. OLE color: 10032676.
HSL color Cylindrical-coordinate representation of color #241699: hue angle of 246.41º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241699 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 22 | 153 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.4 |
| HSL | 246.41º | 0.75% | 0.34% | - |
| HSV(B) | 246.41º | 0.86% | 0.6% | - |
| XYZ | 6.76 | 3.25 | 30.41 | - |
| YUV | 41.12 | 191.14 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 22 | 153 | 0.76 | 0.86 | 0 | 0.4 | 246.41 | 0.75 | 0.34 |
| Hex | 24 | 16 | 99 | 4C | 56 | 0 | 28 | F6 | 4B | 22 |
| Octal | 44 | 26 | 231 | 114 | 126 | 0 | 50 | 366 | 113 | 42 |
| Binary | 100100 | 10110 | 10011001 | 1001100 | 1010110 | 0 | 101000 | 11110110 | 1001011 | 100010 |
Color Harmonies of #241699
Complementary color
Monochromatic Colors of #241699
Black with #241699
Text Example
Text Example
White with #241699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241699; }
p { color: rgb(36,22,153); }
H1.HeaderClassName
{
color: #241699;
}
.AnyTagClassName
{
color: #241699;
}
</style>
background-color css
<style>
a { background-color: #241699; }
a { background-color: rgb(36,22,153); }
div.DivClassName
{
background-color: #241699;
}
.BgClassName
{
background-color: #241699;
}
</style>
border-color css
<style>
span { border-color: #241699; }
span { border-color: rgb(36,22,153); }
td.TdClassName
{
border-color: #241699;
}
.TagClassName
{
border-color: #241699;
}
</style>