Shades of Ultramarine #2415AD
Tints of Ultramarine #2415AD
RGB
CMYK
RGB Variations
Color information
#2415AD (or 0x2415AD) is known color: Ultramarine. HEX triplet: 24, 15 and AD. RGB value is (36,21,173). Sum of RGB (Red+Green+Blue) = 36+21+173=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 173 (67.97% from 255 or 75.22% from 230); Max value from RGB is 173 - color contains mainly: blue. Hex color #2415AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2415AD is #DBEA52. Grayscale: #2A2A2A. Windows color (decimal): -14412371 or 11343140. OLE color: 11343140.
HSL color Cylindrical-coordinate representation of color #2415AD: hue angle of 245.92º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2415AD is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 21 | 173 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.32 |
| HSL | 245.92º | 0.78% | 0.38% | - |
| HSV(B) | 245.92º | 0.88% | 0.68% | - |
| XYZ | 8.54 | 3.93 | 39.84 | - |
| YUV | 42.81 | 201.47 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 173 | 0.79 | 0.88 | 0 | 0.32 | 245.92 | 0.78 | 0.38 |
| Hex | 24 | 15 | AD | 4F | 58 | 0 | 20 | F6 | 4E | 26 |
| Octal | 44 | 25 | 255 | 117 | 130 | 0 | 40 | 366 | 116 | 46 |
| Binary | 100100 | 10101 | 10101101 | 1001111 | 1011000 | 0 | 100000 | 11110110 | 1001110 | 100110 |
Color Harmonies of #2415AD
Complementary color
Monochromatic Colors of #2415AD
Black with #2415AD
Text Example
Text Example
White with #2415AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2415AD; }
p { color: rgb(36,21,173); }
H1.HeaderClassName
{
color: #2415AD;
}
.AnyTagClassName
{
color: #2415AD;
}
</style>
background-color css
<style>
a { background-color: #2415AD; }
a { background-color: rgb(36,21,173); }
div.DivClassName
{
background-color: #2415AD;
}
.BgClassName
{
background-color: #2415AD;
}
</style>
border-color css
<style>
span { border-color: #2415AD; }
span { border-color: rgb(36,21,173); }
td.TdClassName
{
border-color: #2415AD;
}
.TagClassName
{
border-color: #2415AD;
}
</style>