Shades of Ultramarine #240BAB
Tints of Ultramarine #240BAB
RGB
CMYK
RGB Variations
Color information
#240BAB (or 0x240BAB) is known color: Ultramarine. HEX triplet: 24, 0B and AB. RGB value is (36,11,171). Sum of RGB (Red+Green+Blue) = 36+11+171=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #240BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240BAB is #DBF454. Grayscale: #242424. Windows color (decimal): -14414933 or 11209508. OLE color: 11209508.
HSL color Cylindrical-coordinate representation of color #240BAB: hue angle of 249.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240BAB is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 11 | 171 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.33 |
| HSL | 249.38º | 0.88% | 0.36% | - |
| HSV(B) | 249.38º | 0.94% | 0.67% | - |
| XYZ | 8.2 | 3.55 | 38.78 | - |
| YUV | 36.72 | 203.78 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 171 | 0.79 | 0.94 | 0 | 0.33 | 249.38 | 0.88 | 0.36 |
| Hex | 24 | B | AB | 4F | 5E | 0 | 21 | F9 | 58 | 24 |
| Octal | 44 | 13 | 253 | 117 | 136 | 0 | 41 | 371 | 130 | 44 |
| Binary | 100100 | 1011 | 10101011 | 1001111 | 1011110 | 0 | 100001 | 11111001 | 1011000 | 100100 |
Color Harmonies of #240BAB
Complementary color
Monochromatic Colors of #240BAB
Black with #240BAB
Text Example
Text Example
White with #240BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BAB; }
p { color: rgb(36,11,171); }
H1.HeaderClassName
{
color: #240BAB;
}
.AnyTagClassName
{
color: #240BAB;
}
</style>
background-color css
<style>
a { background-color: #240BAB; }
a { background-color: rgb(36,11,171); }
div.DivClassName
{
background-color: #240BAB;
}
.BgClassName
{
background-color: #240BAB;
}
</style>
border-color css
<style>
span { border-color: #240BAB; }
span { border-color: rgb(36,11,171); }
td.TdClassName
{
border-color: #240BAB;
}
.TagClassName
{
border-color: #240BAB;
}
</style>