Shades of Ultramarine #2410AC
Tints of Ultramarine #2410AC
RGB
CMYK
RGB Variations
Color information
#2410AC (or 0x2410AC) is known color: Ultramarine. HEX triplet: 24, 10 and AC. RGB value is (36,16,172). Sum of RGB (Red+Green+Blue) = 36+16+172=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #2410AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2410AC is #DBEF53. Grayscale: #272727. Windows color (decimal): -14413652 or 11276324. OLE color: 11276324.
HSL color Cylindrical-coordinate representation of color #2410AC: hue angle of 247.69º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2410AC is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 16 | 172 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.33 |
| HSL | 247.69º | 0.83% | 0.37% | - |
| HSV(B) | 247.69º | 0.91% | 0.67% | - |
| XYZ | 8.36 | 3.72 | 39.31 | - |
| YUV | 39.76 | 202.63 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 172 | 0.79 | 0.91 | 0 | 0.33 | 247.69 | 0.83 | 0.37 |
| Hex | 24 | 10 | AC | 4F | 5B | 0 | 21 | F8 | 53 | 25 |
| Octal | 44 | 20 | 254 | 117 | 133 | 0 | 41 | 370 | 123 | 45 |
| Binary | 100100 | 10000 | 10101100 | 1001111 | 1011011 | 0 | 100001 | 11111000 | 1010011 | 100101 |
Color Harmonies of #2410AC
Complementary color
Monochromatic Colors of #2410AC
Black with #2410AC
Text Example
Text Example
White with #2410AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2410AC; }
p { color: rgb(36,16,172); }
H1.HeaderClassName
{
color: #2410AC;
}
.AnyTagClassName
{
color: #2410AC;
}
</style>
background-color css
<style>
a { background-color: #2410AC; }
a { background-color: rgb(36,16,172); }
div.DivClassName
{
background-color: #2410AC;
}
.BgClassName
{
background-color: #2410AC;
}
</style>
border-color css
<style>
span { border-color: #2410AC; }
span { border-color: rgb(36,16,172); }
td.TdClassName
{
border-color: #2410AC;
}
.TagClassName
{
border-color: #2410AC;
}
</style>