Shades of Ultramarine #241DAA
Tints of Ultramarine #241DAA
RGB
CMYK
RGB Variations
Color information
#241DAA (or 0x241DAA) is known color: Ultramarine. HEX triplet: 24, 1D and AA. RGB value is (36,29,170). Sum of RGB (Red+Green+Blue) = 36+29+170=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #241DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241DAA is #DBE255. Grayscale: #2E2E2E. Windows color (decimal): -14410326 or 11148580. OLE color: 11148580.
HSL color Cylindrical-coordinate representation of color #241DAA: hue angle of 242.98º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #241DAA is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 29 | 170 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.33 |
| HSL | 242.98º | 0.71% | 0.39% | - |
| HSV(B) | 242.98º | 0.83% | 0.67% | - |
| XYZ | 8.42 | 4.16 | 38.39 | - |
| YUV | 47.17 | 197.32 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 170 | 0.79 | 0.83 | 0 | 0.33 | 242.98 | 0.71 | 0.39 |
| Hex | 24 | 1D | AA | 4F | 53 | 0 | 21 | F3 | 47 | 27 |
| Octal | 44 | 35 | 252 | 117 | 123 | 0 | 41 | 363 | 107 | 47 |
| Binary | 100100 | 11101 | 10101010 | 1001111 | 1010011 | 0 | 100001 | 11110011 | 1000111 | 100111 |
Color Harmonies of #241DAA
Complementary color
Monochromatic Colors of #241DAA
Black with #241DAA
Text Example
Text Example
White with #241DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241DAA; }
p { color: rgb(36,29,170); }
H1.HeaderClassName
{
color: #241DAA;
}
.AnyTagClassName
{
color: #241DAA;
}
</style>
background-color css
<style>
a { background-color: #241DAA; }
a { background-color: rgb(36,29,170); }
div.DivClassName
{
background-color: #241DAA;
}
.BgClassName
{
background-color: #241DAA;
}
</style>
border-color css
<style>
span { border-color: #241DAA; }
span { border-color: rgb(36,29,170); }
td.TdClassName
{
border-color: #241DAA;
}
.TagClassName
{
border-color: #241DAA;
}
</style>