Shades of Ultramarine #240091
Tints of Ultramarine #240091
RGB
CMYK
RGB Variations
Color information
#240091 (or 0x240091) is known color: Ultramarine. HEX triplet: 24, 00 and 91. RGB value is (36,0,145). Sum of RGB (Red+Green+Blue) = 36+0+145=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 145 (57.03% from 255 or 80.11% from 181); Max value from RGB is 145 - color contains mainly: blue. Hex color #240091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240091 is #DBFF6E. Grayscale: #1A1A1A. Windows color (decimal): -14417775 or 9502756. OLE color: 9502756.
HSL color Cylindrical-coordinate representation of color #240091: hue angle of 254.9º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240091 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 0 | 145 | - |
| CMYK | 0.75 | 1 | 0 | 0.43 |
| HSL | 254.9º | 1% | 0.28% | - |
| HSV(B) | 254.9º | 1% | 0.57% | - |
| XYZ | 5.84 | 2.42 | 26.95 | - |
| YUV | 27.29 | 194.43 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 145 | 0.75 | 1 | 0 | 0.43 | 254.9 | 1 | 0.28 |
| Hex | 24 | 0 | 91 | 4B | 64 | 0 | 2B | FF | 64 | 1C |
| Octal | 44 | 0 | 221 | 113 | 144 | 0 | 53 | 377 | 144 | 34 |
| Binary | 100100 | 0 | 10010001 | 1001011 | 1100100 | 0 | 101011 | 11111111 | 1100100 | 11100 |
Color Harmonies of #240091
Complementary color
Monochromatic Colors of #240091
Black with #240091
Text Example
Text Example
White with #240091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240091; }
p { color: rgb(36,0,145); }
H1.HeaderClassName
{
color: #240091;
}
.AnyTagClassName
{
color: #240091;
}
</style>
background-color css
<style>
a { background-color: #240091; }
a { background-color: rgb(36,0,145); }
div.DivClassName
{
background-color: #240091;
}
.BgClassName
{
background-color: #240091;
}
</style>
border-color css
<style>
span { border-color: #240091; }
span { border-color: rgb(36,0,145); }
td.TdClassName
{
border-color: #240091;
}
.TagClassName
{
border-color: #240091;
}
</style>