Shades of Ultramarine #2511AE
Tints of Ultramarine #2511AE
RGB
CMYK
RGB Variations
Color information
#2511AE (or 0x2511AE) is known color: Ultramarine. HEX triplet: 25, 11 and AE. RGB value is (37,17,174). Sum of RGB (Red+Green+Blue) = 37+17+174=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #2511AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2511AE is #DAEE51. Grayscale: #282828. Windows color (decimal): -14347858 or 11407653. OLE color: 11407653.
HSL color Cylindrical-coordinate representation of color #2511AE: hue angle of 247.64º 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 #2511AE is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 17 | 174 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.32 |
| HSL | 247.64º | 0.82% | 0.37% | - |
| HSV(B) | 247.64º | 0.9% | 0.68% | - |
| XYZ | 8.6 | 3.85 | 40.33 | - |
| YUV | 40.88 | 203.13 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 174 | 0.79 | 0.90 | 0 | 0.32 | 247.64 | 0.82 | 0.37 |
| Hex | 25 | 11 | AE | 4F | 5A | 0 | 20 | F8 | 52 | 25 |
| Octal | 45 | 21 | 256 | 117 | 132 | 0 | 40 | 370 | 122 | 45 |
| Binary | 100101 | 10001 | 10101110 | 1001111 | 1011010 | 0 | 100000 | 11111000 | 1010010 | 100101 |
Color Harmonies of #2511AE
Complementary color
Monochromatic Colors of #2511AE
Black with #2511AE
Text Example
Text Example
White with #2511AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2511AE; }
p { color: rgb(37,17,174); }
H1.HeaderClassName
{
color: #2511AE;
}
.AnyTagClassName
{
color: #2511AE;
}
</style>
background-color css
<style>
a { background-color: #2511AE; }
a { background-color: rgb(37,17,174); }
div.DivClassName
{
background-color: #2511AE;
}
.BgClassName
{
background-color: #2511AE;
}
</style>
border-color css
<style>
span { border-color: #2511AE; }
span { border-color: rgb(37,17,174); }
td.TdClassName
{
border-color: #2511AE;
}
.TagClassName
{
border-color: #2511AE;
}
</style>