Shades of Ultramarine #2516AB
Tints of Ultramarine #2516AB
RGB
CMYK
RGB Variations
Color information
#2516AB (or 0x2516AB) is known color: Ultramarine. HEX triplet: 25, 16 and AB. RGB value is (37,22,171). Sum of RGB (Red+Green+Blue) = 37+22+171=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #2516AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2516AB is #DAE954. Grayscale: #2A2A2A. Windows color (decimal): -14346581 or 11212325. OLE color: 11212325.
HSL color Cylindrical-coordinate representation of color #2516AB: hue angle of 246.04º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2516AB is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 22 | 171 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.33 |
| HSL | 246.04º | 0.77% | 0.38% | - |
| HSV(B) | 246.04º | 0.87% | 0.67% | - |
| XYZ | 8.4 | 3.91 | 38.84 | - |
| YUV | 43.47 | 199.97 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 171 | 0.78 | 0.87 | 0 | 0.33 | 246.04 | 0.77 | 0.38 |
| Hex | 25 | 16 | AB | 4E | 57 | 0 | 21 | F6 | 4D | 26 |
| Octal | 45 | 26 | 253 | 116 | 127 | 0 | 41 | 366 | 115 | 46 |
| Binary | 100101 | 10110 | 10101011 | 1001110 | 1010111 | 0 | 100001 | 11110110 | 1001101 | 100110 |
Color Harmonies of #2516AB
Complementary color
Monochromatic Colors of #2516AB
Black with #2516AB
Text Example
Text Example
White with #2516AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2516AB; }
p { color: rgb(37,22,171); }
H1.HeaderClassName
{
color: #2516AB;
}
.AnyTagClassName
{
color: #2516AB;
}
</style>
background-color css
<style>
a { background-color: #2516AB; }
a { background-color: rgb(37,22,171); }
div.DivClassName
{
background-color: #2516AB;
}
.BgClassName
{
background-color: #2516AB;
}
</style>
border-color css
<style>
span { border-color: #2516AB; }
span { border-color: rgb(37,22,171); }
td.TdClassName
{
border-color: #2516AB;
}
.TagClassName
{
border-color: #2516AB;
}
</style>