Shades of Ultramarine #240693
Tints of Ultramarine #240693
RGB
CMYK
RGB Variations
Color information
#240693 (or 0x240693) is known color: Ultramarine. HEX triplet: 24, 06 and 93. RGB value is (36,6,147). Sum of RGB (Red+Green+Blue) = 36+6+147=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #240693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240693 is #DBF96C. Grayscale: #1E1E1E. Windows color (decimal): -14416237 or 9635364. OLE color: 9635364.
HSL color Cylindrical-coordinate representation of color #240693: hue angle of 252.77º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240693 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 6 | 147 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.42 |
| HSL | 252.77º | 0.92% | 0.3% | - |
| HSV(B) | 252.77º | 0.96% | 0.58% | - |
| XYZ | 6.06 | 2.61 | 27.79 | - |
| YUV | 31.04 | 193.44 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 147 | 0.76 | 0.96 | 0 | 0.42 | 252.77 | 0.92 | 0.3 |
| Hex | 24 | 6 | 93 | 4C | 60 | 0 | 2A | FD | 5C | 1E |
| Octal | 44 | 6 | 223 | 114 | 140 | 0 | 52 | 375 | 134 | 36 |
| Binary | 100100 | 110 | 10010011 | 1001100 | 1100000 | 0 | 101010 | 11111101 | 1011100 | 11110 |
Color Harmonies of #240693
Complementary color
Monochromatic Colors of #240693
Black with #240693
Text Example
Text Example
White with #240693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240693; }
p { color: rgb(36,6,147); }
H1.HeaderClassName
{
color: #240693;
}
.AnyTagClassName
{
color: #240693;
}
</style>
background-color css
<style>
a { background-color: #240693; }
a { background-color: rgb(36,6,147); }
div.DivClassName
{
background-color: #240693;
}
.BgClassName
{
background-color: #240693;
}
</style>
border-color css
<style>
span { border-color: #240693; }
span { border-color: rgb(36,6,147); }
td.TdClassName
{
border-color: #240693;
}
.TagClassName
{
border-color: #240693;
}
</style>