Shades of Ultramarine #241BAA
Tints of Ultramarine #241BAA
RGB
CMYK
RGB Variations
Color information
#241BAA (or 0x241BAA) is known color: Ultramarine. HEX triplet: 24, 1B and AA. RGB value is (36,27,170). Sum of RGB (Red+Green+Blue) = 36+27+170=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #241BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241BAA is #DBE455. Grayscale: #2D2D2D. Windows color (decimal): -14410838 or 11148068. OLE color: 11148068.
HSL color Cylindrical-coordinate representation of color #241BAA: hue angle of 243.78º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241BAA is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 27 | 170 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.33 |
| HSL | 243.78º | 0.73% | 0.39% | - |
| HSV(B) | 243.78º | 0.84% | 0.67% | - |
| XYZ | 8.38 | 4.06 | 38.37 | - |
| YUV | 45.99 | 197.98 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 170 | 0.79 | 0.84 | 0 | 0.33 | 243.78 | 0.73 | 0.39 |
| Hex | 24 | 1B | AA | 4F | 54 | 0 | 21 | F4 | 49 | 27 |
| Octal | 44 | 33 | 252 | 117 | 124 | 0 | 41 | 364 | 111 | 47 |
| Binary | 100100 | 11011 | 10101010 | 1001111 | 1010100 | 0 | 100001 | 11110100 | 1001001 | 100111 |
Color Harmonies of #241BAA
Complementary color
Monochromatic Colors of #241BAA
Black with #241BAA
Text Example
Text Example
White with #241BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241BAA; }
p { color: rgb(36,27,170); }
H1.HeaderClassName
{
color: #241BAA;
}
.AnyTagClassName
{
color: #241BAA;
}
</style>
background-color css
<style>
a { background-color: #241BAA; }
a { background-color: rgb(36,27,170); }
div.DivClassName
{
background-color: #241BAA;
}
.BgClassName
{
background-color: #241BAA;
}
</style>
border-color css
<style>
span { border-color: #241BAA; }
span { border-color: rgb(36,27,170); }
td.TdClassName
{
border-color: #241BAA;
}
.TagClassName
{
border-color: #241BAA;
}
</style>