Shades of Ultramarine #241A8F
Tints of Ultramarine #241A8F
RGB
CMYK
RGB Variations
Color information
#241A8F (or 0x241A8F) is known color: Ultramarine. HEX triplet: 24, 1A and 8F. RGB value is (36,26,143). Sum of RGB (Red+Green+Blue) = 36+26+143=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 143 (56.25% from 255 or 69.76% from 205); Max value from RGB is 143 - color contains mainly: blue. Hex color #241A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241A8F is #DBE570. Grayscale: #292929. Windows color (decimal): -14411121 or 9378340. OLE color: 9378340.
HSL color Cylindrical-coordinate representation of color #241A8F: hue angle of 245.13º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241A8F is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 26 | 143 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.44 |
| HSL | 245.13º | 0.69% | 0.33% | - |
| HSV(B) | 245.13º | 0.82% | 0.56% | - |
| XYZ | 6.05 | 3.1 | 26.27 | - |
| YUV | 42.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 143 | 0.75 | 0.82 | 0 | 0.44 | 245.13 | 0.69 | 0.33 |
| Hex | 24 | 1A | 8F | 4B | 52 | 0 | 2C | F5 | 45 | 21 |
| Octal | 44 | 32 | 217 | 113 | 122 | 0 | 54 | 365 | 105 | 41 |
| Binary | 100100 | 11010 | 10001111 | 1001011 | 1010010 | 0 | 101100 | 11110101 | 1000101 | 100001 |
Color Harmonies of #241A8F
Complementary color
Monochromatic Colors of #241A8F
Black with #241A8F
Text Example
Text Example
White with #241A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A8F; }
p { color: rgb(36,26,143); }
H1.HeaderClassName
{
color: #241A8F;
}
.AnyTagClassName
{
color: #241A8F;
}
</style>
background-color css
<style>
a { background-color: #241A8F; }
a { background-color: rgb(36,26,143); }
div.DivClassName
{
background-color: #241A8F;
}
.BgClassName
{
background-color: #241A8F;
}
</style>
border-color css
<style>
span { border-color: #241A8F; }
span { border-color: rgb(36,26,143); }
td.TdClassName
{
border-color: #241A8F;
}
.TagClassName
{
border-color: #241A8F;
}
</style>