Shades of Ultramarine #240DAC
Tints of Ultramarine #240DAC
RGB
CMYK
RGB Variations
Color information
#240DAC (or 0x240DAC) is known color: Ultramarine. HEX triplet: 24, 0D and AC. RGB value is (36,13,172). Sum of RGB (Red+Green+Blue) = 36+13+172=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #240DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240DAC is #DBF253. Grayscale: #252525. Windows color (decimal): -14414420 or 11275556. OLE color: 11275556.
HSL color Cylindrical-coordinate representation of color #240DAC: hue angle of 248.68º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240DAC is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 13 | 172 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.33 |
| HSL | 248.68º | 0.86% | 0.36% | - |
| HSV(B) | 248.68º | 0.92% | 0.67% | - |
| XYZ | 8.32 | 3.64 | 39.29 | - |
| YUV | 38 | 203.62 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 172 | 0.79 | 0.92 | 0 | 0.33 | 248.68 | 0.86 | 0.36 |
| Hex | 24 | D | AC | 4F | 5C | 0 | 21 | F9 | 56 | 24 |
| Octal | 44 | 15 | 254 | 117 | 134 | 0 | 41 | 371 | 126 | 44 |
| Binary | 100100 | 1101 | 10101100 | 1001111 | 1011100 | 0 | 100001 | 11111001 | 1010110 | 100100 |
Color Harmonies of #240DAC
Complementary color
Monochromatic Colors of #240DAC
Black with #240DAC
Text Example
Text Example
White with #240DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DAC; }
p { color: rgb(36,13,172); }
H1.HeaderClassName
{
color: #240DAC;
}
.AnyTagClassName
{
color: #240DAC;
}
</style>
background-color css
<style>
a { background-color: #240DAC; }
a { background-color: rgb(36,13,172); }
div.DivClassName
{
background-color: #240DAC;
}
.BgClassName
{
background-color: #240DAC;
}
</style>
border-color css
<style>
span { border-color: #240DAC; }
span { border-color: rgb(36,13,172); }
td.TdClassName
{
border-color: #240DAC;
}
.TagClassName
{
border-color: #240DAC;
}
</style>