Shades of Ultramarine #241AAC
Tints of Ultramarine #241AAC
RGB
CMYK
RGB Variations
Color information
#241AAC (or 0x241AAC) is known color: Ultramarine. HEX triplet: 24, 1A and AC. RGB value is (36,26,172). Sum of RGB (Red+Green+Blue) = 36+26+172=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #241AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241AAC is #DBE553. Grayscale: #2D2D2D. Windows color (decimal): -14411092 or 11278884. OLE color: 11278884.
HSL color Cylindrical-coordinate representation of color #241AAC: hue angle of 244.11º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241AAC is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 26 | 172 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.33 |
| HSL | 244.11º | 0.74% | 0.39% | - |
| HSV(B) | 244.11º | 0.85% | 0.67% | - |
| XYZ | 8.54 | 4.09 | 39.37 | - |
| YUV | 45.63 | 199.31 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 172 | 0.79 | 0.85 | 0 | 0.33 | 244.11 | 0.74 | 0.39 |
| Hex | 24 | 1A | AC | 4F | 55 | 0 | 21 | F4 | 4A | 27 |
| Octal | 44 | 32 | 254 | 117 | 125 | 0 | 41 | 364 | 112 | 47 |
| Binary | 100100 | 11010 | 10101100 | 1001111 | 1010101 | 0 | 100001 | 11110100 | 1001010 | 100111 |
Color Harmonies of #241AAC
Complementary color
Monochromatic Colors of #241AAC
Black with #241AAC
Text Example
Text Example
White with #241AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241AAC; }
p { color: rgb(36,26,172); }
H1.HeaderClassName
{
color: #241AAC;
}
.AnyTagClassName
{
color: #241AAC;
}
</style>
background-color css
<style>
a { background-color: #241AAC; }
a { background-color: rgb(36,26,172); }
div.DivClassName
{
background-color: #241AAC;
}
.BgClassName
{
background-color: #241AAC;
}
</style>
border-color css
<style>
span { border-color: #241AAC; }
span { border-color: rgb(36,26,172); }
td.TdClassName
{
border-color: #241AAC;
}
.TagClassName
{
border-color: #241AAC;
}
</style>