Shades of Ultramarine #240293
Tints of Ultramarine #240293
RGB
CMYK
RGB Variations
Color information
#240293 (or 0x240293) is known color: Ultramarine. HEX triplet: 24, 02 and 93. RGB value is (36,2,147). Sum of RGB (Red+Green+Blue) = 36+2+147=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 147 (57.81% from 255 or 79.46% from 185); Max value from RGB is 147 - color contains mainly: blue. Hex color #240293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240293 is #DBFD6C. Grayscale: #1C1C1C. Windows color (decimal): -14417261 or 9634340. OLE color: 9634340.
HSL color Cylindrical-coordinate representation of color #240293: hue angle of 254.07º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240293 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 2 | 147 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.42 |
| HSL | 254.07º | 0.97% | 0.29% | - |
| HSV(B) | 254.07º | 0.99% | 0.58% | - |
| XYZ | 6.02 | 2.53 | 27.77 | - |
| YUV | 28.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 147 | 0.76 | 0.99 | 0 | 0.42 | 254.07 | 0.97 | 0.29 |
| Hex | 24 | 2 | 93 | 4C | 63 | 0 | 2A | FE | 61 | 1D |
| Octal | 44 | 2 | 223 | 114 | 143 | 0 | 52 | 376 | 141 | 35 |
| Binary | 100100 | 10 | 10010011 | 1001100 | 1100011 | 0 | 101010 | 11111110 | 1100001 | 11101 |
Color Harmonies of #240293
Complementary color
Monochromatic Colors of #240293
Black with #240293
Text Example
Text Example
White with #240293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240293; }
p { color: rgb(36,2,147); }
H1.HeaderClassName
{
color: #240293;
}
.AnyTagClassName
{
color: #240293;
}
</style>
background-color css
<style>
a { background-color: #240293; }
a { background-color: rgb(36,2,147); }
div.DivClassName
{
background-color: #240293;
}
.BgClassName
{
background-color: #240293;
}
</style>
border-color css
<style>
span { border-color: #240293; }
span { border-color: rgb(36,2,147); }
td.TdClassName
{
border-color: #240293;
}
.TagClassName
{
border-color: #240293;
}
</style>