Shades of Ultramarine #2513AC
Tints of Ultramarine #2513AC
RGB
CMYK
RGB Variations
Color information
#2513AC (or 0x2513AC) is known color: Ultramarine. HEX triplet: 25, 13 and AC. RGB value is (37,19,172). Sum of RGB (Red+Green+Blue) = 37+19+172=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #2513AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2513AC is #DAEC53. Grayscale: #292929. Windows color (decimal): -14347348 or 11277093. OLE color: 11277093.
HSL color Cylindrical-coordinate representation of color #2513AC: hue angle of 247.06º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2513AC is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 19 | 172 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.33 |
| HSL | 247.06º | 0.8% | 0.37% | - |
| HSV(B) | 247.06º | 0.89% | 0.67% | - |
| XYZ | 8.44 | 3.84 | 39.33 | - |
| YUV | 41.82 | 201.46 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 172 | 0.78 | 0.89 | 0 | 0.33 | 247.06 | 0.8 | 0.37 |
| Hex | 25 | 13 | AC | 4E | 59 | 0 | 21 | F7 | 50 | 25 |
| Octal | 45 | 23 | 254 | 116 | 131 | 0 | 41 | 367 | 120 | 45 |
| Binary | 100101 | 10011 | 10101100 | 1001110 | 1011001 | 0 | 100001 | 11110111 | 1010000 | 100101 |
Color Harmonies of #2513AC
Complementary color
Monochromatic Colors of #2513AC
Black with #2513AC
Text Example
Text Example
White with #2513AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2513AC; }
p { color: rgb(37,19,172); }
H1.HeaderClassName
{
color: #2513AC;
}
.AnyTagClassName
{
color: #2513AC;
}
</style>
background-color css
<style>
a { background-color: #2513AC; }
a { background-color: rgb(37,19,172); }
div.DivClassName
{
background-color: #2513AC;
}
.BgClassName
{
background-color: #2513AC;
}
</style>
border-color css
<style>
span { border-color: #2513AC; }
span { border-color: rgb(37,19,172); }
td.TdClassName
{
border-color: #2513AC;
}
.TagClassName
{
border-color: #2513AC;
}
</style>