Shades of Ultramarine #2417AD
Tints of Ultramarine #2417AD
RGB
CMYK
RGB Variations
Color information
#2417AD (or 0x2417AD) is known color: Ultramarine. HEX triplet: 24, 17 and AD. RGB value is (36,23,173). Sum of RGB (Red+Green+Blue) = 36+23+173=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #2417AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2417AD is #DBE852. Grayscale: #2B2B2B. Windows color (decimal): -14411859 or 11343652. OLE color: 11343652.
HSL color Cylindrical-coordinate representation of color #2417AD: hue angle of 245.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2417AD is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 23 | 173 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.32 |
| HSL | 245.2º | 0.77% | 0.38% | - |
| HSV(B) | 245.2º | 0.87% | 0.68% | - |
| XYZ | 8.58 | 4 | 39.86 | - |
| YUV | 43.99 | 200.81 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 173 | 0.79 | 0.87 | 0 | 0.32 | 245.2 | 0.77 | 0.38 |
| Hex | 24 | 17 | AD | 4F | 57 | 0 | 20 | F5 | 4D | 26 |
| Octal | 44 | 27 | 255 | 117 | 127 | 0 | 40 | 365 | 115 | 46 |
| Binary | 100100 | 10111 | 10101101 | 1001111 | 1010111 | 0 | 100000 | 11110101 | 1001101 | 100110 |
Color Harmonies of #2417AD
Complementary color
Monochromatic Colors of #2417AD
Black with #2417AD
Text Example
Text Example
White with #2417AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2417AD; }
p { color: rgb(36,23,173); }
H1.HeaderClassName
{
color: #2417AD;
}
.AnyTagClassName
{
color: #2417AD;
}
</style>
background-color css
<style>
a { background-color: #2417AD; }
a { background-color: rgb(36,23,173); }
div.DivClassName
{
background-color: #2417AD;
}
.BgClassName
{
background-color: #2417AD;
}
</style>
border-color css
<style>
span { border-color: #2417AD; }
span { border-color: rgb(36,23,173); }
td.TdClassName
{
border-color: #2417AD;
}
.TagClassName
{
border-color: #2417AD;
}
</style>