Shades of Ultramarine #240893
Tints of Ultramarine #240893
RGB
CMYK
RGB Variations
Color information
#240893 (or 0x240893) is known color: Ultramarine. HEX triplet: 24, 08 and 93. RGB value is (36,8,147). Sum of RGB (Red+Green+Blue) = 36+8+147=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 147 (57.81% from 255 or 76.96% from 191); Max value from RGB is 147 - color contains mainly: blue. Hex color #240893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240893 is #DBF76C. Grayscale: #1F1F1F. Windows color (decimal): -14415725 or 9635876. OLE color: 9635876.
HSL color Cylindrical-coordinate representation of color #240893: hue angle of 252.09º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240893 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 8 | 147 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.42 |
| HSL | 252.09º | 0.9% | 0.3% | - |
| HSV(B) | 252.09º | 0.95% | 0.58% | - |
| XYZ | 6.08 | 2.66 | 27.8 | - |
| YUV | 32.22 | 192.78 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 147 | 0.76 | 0.95 | 0 | 0.42 | 252.09 | 0.9 | 0.3 |
| Hex | 24 | 8 | 93 | 4C | 5F | 0 | 2A | FC | 5A | 1E |
| Octal | 44 | 10 | 223 | 114 | 137 | 0 | 52 | 374 | 132 | 36 |
| Binary | 100100 | 1000 | 10010011 | 1001100 | 1011111 | 0 | 101010 | 11111100 | 1011010 | 11110 |
Color Harmonies of #240893
Complementary color
Monochromatic Colors of #240893
Black with #240893
Text Example
Text Example
White with #240893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240893; }
p { color: rgb(36,8,147); }
H1.HeaderClassName
{
color: #240893;
}
.AnyTagClassName
{
color: #240893;
}
</style>
background-color css
<style>
a { background-color: #240893; }
a { background-color: rgb(36,8,147); }
div.DivClassName
{
background-color: #240893;
}
.BgClassName
{
background-color: #240893;
}
</style>
border-color css
<style>
span { border-color: #240893; }
span { border-color: rgb(36,8,147); }
td.TdClassName
{
border-color: #240893;
}
.TagClassName
{
border-color: #240893;
}
</style>