Shades of Ultramarine #2511AD
Tints of Ultramarine #2511AD
RGB
CMYK
RGB Variations
Color information
#2511AD (or 0x2511AD) is known color: Ultramarine. HEX triplet: 25, 11 and AD. RGB value is (37,17,173). Sum of RGB (Red+Green+Blue) = 37+17+173=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #2511AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2511AD is #DAEE52. Grayscale: #282828. Windows color (decimal): -14347859 or 11342117. OLE color: 11342117.
HSL color Cylindrical-coordinate representation of color #2511AD: hue angle of 247.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2511AD is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 17 | 173 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.32 |
| HSL | 247.69º | 0.82% | 0.37% | - |
| HSV(B) | 247.69º | 0.9% | 0.68% | - |
| XYZ | 8.51 | 3.81 | 39.82 | - |
| YUV | 40.76 | 202.63 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 173 | 0.79 | 0.90 | 0 | 0.32 | 247.69 | 0.82 | 0.37 |
| Hex | 25 | 11 | AD | 4F | 5A | 0 | 20 | F8 | 52 | 25 |
| Octal | 45 | 21 | 255 | 117 | 132 | 0 | 40 | 370 | 122 | 45 |
| Binary | 100101 | 10001 | 10101101 | 1001111 | 1011010 | 0 | 100000 | 11111000 | 1010010 | 100101 |
Color Harmonies of #2511AD
Complementary color
Monochromatic Colors of #2511AD
Black with #2511AD
Text Example
Text Example
White with #2511AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2511AD; }
p { color: rgb(37,17,173); }
H1.HeaderClassName
{
color: #2511AD;
}
.AnyTagClassName
{
color: #2511AD;
}
</style>
background-color css
<style>
a { background-color: #2511AD; }
a { background-color: rgb(37,17,173); }
div.DivClassName
{
background-color: #2511AD;
}
.BgClassName
{
background-color: #2511AD;
}
</style>
border-color css
<style>
span { border-color: #2511AD; }
span { border-color: rgb(37,17,173); }
td.TdClassName
{
border-color: #2511AD;
}
.TagClassName
{
border-color: #2511AD;
}
</style>