Shades of Ultramarine #240793
Tints of Ultramarine #240793
RGB
CMYK
RGB Variations
Color information
#240793 (or 0x240793) is known color: Ultramarine. HEX triplet: 24, 07 and 93. RGB value is (36,7,147). Sum of RGB (Red+Green+Blue) = 36+7+147=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #240793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240793 is #DBF86C. Grayscale: #1F1F1F. Windows color (decimal): -14415981 or 9635620. OLE color: 9635620.
HSL color Cylindrical-coordinate representation of color #240793: hue angle of 252.43º degrees, saturation: 0.91, 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 #240793 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 7 | 147 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.42 |
| HSL | 252.43º | 0.91% | 0.3% | - |
| HSV(B) | 252.43º | 0.95% | 0.58% | - |
| XYZ | 6.07 | 2.63 | 27.79 | - |
| YUV | 31.63 | 193.11 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 147 | 0.76 | 0.95 | 0 | 0.42 | 252.43 | 0.91 | 0.3 |
| Hex | 24 | 7 | 93 | 4C | 5F | 0 | 2A | FC | 5B | 1E |
| Octal | 44 | 7 | 223 | 114 | 137 | 0 | 52 | 374 | 133 | 36 |
| Binary | 100100 | 111 | 10010011 | 1001100 | 1011111 | 0 | 101010 | 11111100 | 1011011 | 11110 |
Color Harmonies of #240793
Complementary color
Monochromatic Colors of #240793
Black with #240793
Text Example
Text Example
White with #240793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240793; }
p { color: rgb(36,7,147); }
H1.HeaderClassName
{
color: #240793;
}
.AnyTagClassName
{
color: #240793;
}
</style>
background-color css
<style>
a { background-color: #240793; }
a { background-color: rgb(36,7,147); }
div.DivClassName
{
background-color: #240793;
}
.BgClassName
{
background-color: #240793;
}
</style>
border-color css
<style>
span { border-color: #240793; }
span { border-color: rgb(36,7,147); }
td.TdClassName
{
border-color: #240793;
}
.TagClassName
{
border-color: #240793;
}
</style>