Shades of Ultramarine #24089B
Tints of Ultramarine #24089B
RGB
CMYK
RGB Variations
Color information
#24089B (or 0x24089B) is known color: Ultramarine. HEX triplet: 24, 08 and 9B. RGB value is (36,8,155). Sum of RGB (Red+Green+Blue) = 36+8+155=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #24089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24089B is #DBF764. Grayscale: #202020. Windows color (decimal): -14415717 or 10160164. OLE color: 10160164.
HSL color Cylindrical-coordinate representation of color #24089B: hue angle of 251.43º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #24089B is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 8 | 155 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.39 |
| HSL | 251.43º | 0.9% | 0.32% | - |
| HSV(B) | 251.43º | 0.95% | 0.61% | - |
| XYZ | 6.73 | 2.92 | 31.22 | - |
| YUV | 33.13 | 196.78 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 155 | 0.77 | 0.95 | 0 | 0.39 | 251.43 | 0.9 | 0.32 |
| Hex | 24 | 8 | 9B | 4D | 5F | 0 | 27 | FB | 5A | 20 |
| Octal | 44 | 10 | 233 | 115 | 137 | 0 | 47 | 373 | 132 | 40 |
| Binary | 100100 | 1000 | 10011011 | 1001101 | 1011111 | 0 | 100111 | 11111011 | 1011010 | 100000 |
Color Harmonies of #24089B
Complementary color
Monochromatic Colors of #24089B
Black with #24089B
Text Example
Text Example
White with #24089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24089B; }
p { color: rgb(36,8,155); }
H1.HeaderClassName
{
color: #24089B;
}
.AnyTagClassName
{
color: #24089B;
}
</style>
background-color css
<style>
a { background-color: #24089B; }
a { background-color: rgb(36,8,155); }
div.DivClassName
{
background-color: #24089B;
}
.BgClassName
{
background-color: #24089B;
}
</style>
border-color css
<style>
span { border-color: #24089B; }
span { border-color: rgb(36,8,155); }
td.TdClassName
{
border-color: #24089B;
}
.TagClassName
{
border-color: #24089B;
}
</style>