Shades of Ultramarine #2517AB
Tints of Ultramarine #2517AB
RGB
CMYK
RGB Variations
Color information
#2517AB (or 0x2517AB) is known color: Ultramarine. HEX triplet: 25, 17 and AB. RGB value is (37,23,171). Sum of RGB (Red+Green+Blue) = 37+23+171=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #2517AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2517AB is #DAE854. Grayscale: #2B2B2B. Windows color (decimal): -14346325 or 11212581. OLE color: 11212581.
HSL color Cylindrical-coordinate representation of color #2517AB: hue angle of 245.68º degrees, saturation: 0.76, 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 #2517AB is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 23 | 171 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.33 |
| HSL | 245.68º | 0.76% | 0.38% | - |
| HSV(B) | 245.68º | 0.87% | 0.67% | - |
| XYZ | 8.42 | 3.95 | 38.85 | - |
| YUV | 44.06 | 199.64 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 171 | 0.78 | 0.87 | 0 | 0.33 | 245.68 | 0.76 | 0.38 |
| Hex | 25 | 17 | AB | 4E | 57 | 0 | 21 | F6 | 4C | 26 |
| Octal | 45 | 27 | 253 | 116 | 127 | 0 | 41 | 366 | 114 | 46 |
| Binary | 100101 | 10111 | 10101011 | 1001110 | 1010111 | 0 | 100001 | 11110110 | 1001100 | 100110 |
Color Harmonies of #2517AB
Complementary color
Monochromatic Colors of #2517AB
Black with #2517AB
Text Example
Text Example
White with #2517AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2517AB; }
p { color: rgb(37,23,171); }
H1.HeaderClassName
{
color: #2517AB;
}
.AnyTagClassName
{
color: #2517AB;
}
</style>
background-color css
<style>
a { background-color: #2517AB; }
a { background-color: rgb(37,23,171); }
div.DivClassName
{
background-color: #2517AB;
}
.BgClassName
{
background-color: #2517AB;
}
</style>
border-color css
<style>
span { border-color: #2517AB; }
span { border-color: rgb(37,23,171); }
td.TdClassName
{
border-color: #2517AB;
}
.TagClassName
{
border-color: #2517AB;
}
</style>