Shades of Ultramarine #24068E
Tints of Ultramarine #24068E
RGB
CMYK
RGB Variations
Color information
#24068E (or 0x24068E) is known color: Ultramarine. HEX triplet: 24, 06 and 8E. RGB value is (36,6,142). Sum of RGB (Red+Green+Blue) = 36+6+142=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 142 (55.86% from 255 or 77.17% from 184); Max value from RGB is 142 - color contains mainly: blue. Hex color #24068E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24068E is #DBF971. Grayscale: #1D1D1D. Windows color (decimal): -14416242 or 9307684. OLE color: 9307684.
HSL color Cylindrical-coordinate representation of color #24068E: hue angle of 253.24º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #24068E is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 6 | 142 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.44 |
| HSL | 253.24º | 0.92% | 0.29% | - |
| HSV(B) | 253.24º | 0.96% | 0.56% | - |
| XYZ | 5.68 | 2.46 | 25.77 | - |
| YUV | 30.47 | 190.94 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 142 | 0.75 | 0.96 | 0 | 0.44 | 253.24 | 0.92 | 0.29 |
| Hex | 24 | 6 | 8E | 4B | 60 | 0 | 2C | FD | 5C | 1D |
| Octal | 44 | 6 | 216 | 113 | 140 | 0 | 54 | 375 | 134 | 35 |
| Binary | 100100 | 110 | 10001110 | 1001011 | 1100000 | 0 | 101100 | 11111101 | 1011100 | 11101 |
Color Harmonies of #24068E
Complementary color
Monochromatic Colors of #24068E
Black with #24068E
Text Example
Text Example
White with #24068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24068E; }
p { color: rgb(36,6,142); }
H1.HeaderClassName
{
color: #24068E;
}
.AnyTagClassName
{
color: #24068E;
}
</style>
background-color css
<style>
a { background-color: #24068E; }
a { background-color: rgb(36,6,142); }
div.DivClassName
{
background-color: #24068E;
}
.BgClassName
{
background-color: #24068E;
}
</style>
border-color css
<style>
span { border-color: #24068E; }
span { border-color: rgb(36,6,142); }
td.TdClassName
{
border-color: #24068E;
}
.TagClassName
{
border-color: #24068E;
}
</style>