Shades of Ultramarine #240B8A
Tints of Ultramarine #240B8A
RGB
CMYK
RGB Variations
Color information
#240B8A (or 0x240B8A) is known color: Ultramarine. HEX triplet: 24, 0B and 8A. RGB value is (36,11,138). Sum of RGB (Red+Green+Blue) = 36+11+138=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #240B8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240B8A is #DBF475. Grayscale: #202020. Windows color (decimal): -14414966 or 9046820. OLE color: 9046820.
HSL color Cylindrical-coordinate representation of color #240B8A: hue angle of 251.81º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240B8A is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 11 | 138 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.46 |
| HSL | 251.81º | 0.85% | 0.29% | - |
| HSV(B) | 251.81º | 0.92% | 0.54% | - |
| XYZ | 5.43 | 2.45 | 24.23 | - |
| YUV | 32.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 138 | 0.74 | 0.92 | 0 | 0.46 | 251.81 | 0.85 | 0.29 |
| Hex | 24 | B | 8A | 4A | 5C | 0 | 2E | FC | 55 | 1D |
| Octal | 44 | 13 | 212 | 112 | 134 | 0 | 56 | 374 | 125 | 35 |
| Binary | 100100 | 1011 | 10001010 | 1001010 | 1011100 | 0 | 101110 | 11111100 | 1010101 | 11101 |
Color Harmonies of #240B8A
Complementary color
Monochromatic Colors of #240B8A
Black with #240B8A
Text Example
Text Example
White with #240B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B8A; }
p { color: rgb(36,11,138); }
H1.HeaderClassName
{
color: #240B8A;
}
.AnyTagClassName
{
color: #240B8A;
}
</style>
background-color css
<style>
a { background-color: #240B8A; }
a { background-color: rgb(36,11,138); }
div.DivClassName
{
background-color: #240B8A;
}
.BgClassName
{
background-color: #240B8A;
}
</style>
border-color css
<style>
span { border-color: #240B8A; }
span { border-color: rgb(36,11,138); }
td.TdClassName
{
border-color: #240B8A;
}
.TagClassName
{
border-color: #240B8A;
}
</style>