Shades of Ultramarine #2511AC
Tints of Ultramarine #2511AC
RGB
CMYK
RGB Variations
Color information
#2511AC (or 0x2511AC) is known color: Ultramarine. HEX triplet: 25, 11 and AC. RGB value is (37,17,172). Sum of RGB (Red+Green+Blue) = 37+17+172=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #2511AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2511AC is #DAEE53. Grayscale: #282828. Windows color (decimal): -14347860 or 11276581. OLE color: 11276581.
HSL color Cylindrical-coordinate representation of color #2511AC: hue angle of 247.74º 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 #2511AC is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 17 | 172 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.33 |
| HSL | 247.74º | 0.82% | 0.37% | - |
| HSV(B) | 247.74º | 0.9% | 0.67% | - |
| XYZ | 8.41 | 3.77 | 39.31 | - |
| YUV | 40.65 | 202.13 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 172 | 0.78 | 0.90 | 0 | 0.33 | 247.74 | 0.82 | 0.37 |
| Hex | 25 | 11 | AC | 4E | 5A | 0 | 21 | F8 | 52 | 25 |
| Octal | 45 | 21 | 254 | 116 | 132 | 0 | 41 | 370 | 122 | 45 |
| Binary | 100101 | 10001 | 10101100 | 1001110 | 1011010 | 0 | 100001 | 11111000 | 1010010 | 100101 |
Color Harmonies of #2511AC
Complementary color
Monochromatic Colors of #2511AC
Black with #2511AC
Text Example
Text Example
White with #2511AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2511AC; }
p { color: rgb(37,17,172); }
H1.HeaderClassName
{
color: #2511AC;
}
.AnyTagClassName
{
color: #2511AC;
}
</style>
background-color css
<style>
a { background-color: #2511AC; }
a { background-color: rgb(37,17,172); }
div.DivClassName
{
background-color: #2511AC;
}
.BgClassName
{
background-color: #2511AC;
}
</style>
border-color css
<style>
span { border-color: #2511AC; }
span { border-color: rgb(37,17,172); }
td.TdClassName
{
border-color: #2511AC;
}
.TagClassName
{
border-color: #2511AC;
}
</style>