Shades of Ultramarine #2513B0
Tints of Ultramarine #2513B0
RGB
CMYK
RGB Variations
Color information
#2513B0 (or 0x2513B0) is known color: Ultramarine. HEX triplet: 25, 13 and B0. RGB value is (37,19,176). Sum of RGB (Red+Green+Blue) = 37+19+176=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 176 (69.14% from 255 or 75.86% from 232); Max value from RGB is 176 - color contains mainly: blue. Hex color #2513B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2513B0 is #DAEC4F. Grayscale: #292929. Windows color (decimal): -14347344 or 11539237. OLE color: 11539237.
HSL color Cylindrical-coordinate representation of color #2513B0: hue angle of 246.88º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2513B0 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 19 | 176 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.31 |
| HSL | 246.88º | 0.81% | 0.38% | - |
| HSV(B) | 246.88º | 0.89% | 0.69% | - |
| XYZ | 8.83 | 3.99 | 41.38 | - |
| YUV | 42.28 | 203.46 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 176 | 0.79 | 0.89 | 0 | 0.31 | 246.88 | 0.81 | 0.38 |
| Hex | 25 | 13 | B0 | 4F | 59 | 0 | 1F | F7 | 51 | 26 |
| Octal | 45 | 23 | 260 | 117 | 131 | 0 | 37 | 367 | 121 | 46 |
| Binary | 100101 | 10011 | 10110000 | 1001111 | 1011001 | 0 | 11111 | 11110111 | 1010001 | 100110 |
Color Harmonies of #2513B0
Complementary color
Monochromatic Colors of #2513B0
Black with #2513B0
Text Example
Text Example
White with #2513B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2513B0; }
p { color: rgb(37,19,176); }
H1.HeaderClassName
{
color: #2513B0;
}
.AnyTagClassName
{
color: #2513B0;
}
</style>
background-color css
<style>
a { background-color: #2513B0; }
a { background-color: rgb(37,19,176); }
div.DivClassName
{
background-color: #2513B0;
}
.BgClassName
{
background-color: #2513B0;
}
</style>
border-color css
<style>
span { border-color: #2513B0; }
span { border-color: rgb(37,19,176); }
td.TdClassName
{
border-color: #2513B0;
}
.TagClassName
{
border-color: #2513B0;
}
</style>