Shades of Ultramarine #2411AC
Tints of Ultramarine #2411AC
RGB
CMYK
RGB Variations
Color information
#2411AC (or 0x2411AC) is known color: Ultramarine. HEX triplet: 24, 11 and AC. RGB value is (36,17,172). Sum of RGB (Red+Green+Blue) = 36+17+172=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #2411AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2411AC is #DBEE53. Grayscale: #272727. Windows color (decimal): -14413396 or 11276580. OLE color: 11276580.
HSL color Cylindrical-coordinate representation of color #2411AC: hue angle of 247.35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2411AC is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 17 | 172 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.33 |
| HSL | 247.35º | 0.82% | 0.37% | - |
| HSV(B) | 247.35º | 0.9% | 0.67% | - |
| XYZ | 8.37 | 3.75 | 39.31 | - |
| YUV | 40.35 | 202.29 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 172 | 0.79 | 0.90 | 0 | 0.33 | 247.35 | 0.82 | 0.37 |
| Hex | 24 | 11 | AC | 4F | 5A | 0 | 21 | F7 | 52 | 25 |
| Octal | 44 | 21 | 254 | 117 | 132 | 0 | 41 | 367 | 122 | 45 |
| Binary | 100100 | 10001 | 10101100 | 1001111 | 1011010 | 0 | 100001 | 11110111 | 1010010 | 100101 |
Color Harmonies of #2411AC
Complementary color
Monochromatic Colors of #2411AC
Black with #2411AC
Text Example
Text Example
White with #2411AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2411AC; }
p { color: rgb(36,17,172); }
H1.HeaderClassName
{
color: #2411AC;
}
.AnyTagClassName
{
color: #2411AC;
}
</style>
background-color css
<style>
a { background-color: #2411AC; }
a { background-color: rgb(36,17,172); }
div.DivClassName
{
background-color: #2411AC;
}
.BgClassName
{
background-color: #2411AC;
}
</style>
border-color css
<style>
span { border-color: #2411AC; }
span { border-color: rgb(36,17,172); }
td.TdClassName
{
border-color: #2411AC;
}
.TagClassName
{
border-color: #2411AC;
}
</style>