Shades of Ultramarine #2610AD
Tints of Ultramarine #2610AD
RGB
CMYK
RGB Variations
Color information
#2610AD (or 0x2610AD) is known color: Ultramarine. HEX triplet: 26, 10 and AD. RGB value is (38,16,173). Sum of RGB (Red+Green+Blue) = 38+16+173=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #2610AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2610AD is #D9EF52. Grayscale: #272727. Windows color (decimal): -14282579 or 11341862. OLE color: 11341862.
HSL color Cylindrical-coordinate representation of color #2610AD: hue angle of 248.41º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2610AD is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 16 | 173 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.32 |
| HSL | 248.41º | 0.83% | 0.37% | - |
| HSV(B) | 248.41º | 0.91% | 0.68% | - |
| XYZ | 8.53 | 3.8 | 39.82 | - |
| YUV | 40.48 | 202.79 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 173 | 0.78 | 0.91 | 0 | 0.32 | 248.41 | 0.83 | 0.37 |
| Hex | 26 | 10 | AD | 4E | 5B | 0 | 20 | F8 | 53 | 25 |
| Octal | 46 | 20 | 255 | 116 | 133 | 0 | 40 | 370 | 123 | 45 |
| Binary | 100110 | 10000 | 10101101 | 1001110 | 1011011 | 0 | 100000 | 11111000 | 1010011 | 100101 |
Color Harmonies of #2610AD
Complementary color
Monochromatic Colors of #2610AD
Black with #2610AD
Text Example
Text Example
White with #2610AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610AD; }
p { color: rgb(38,16,173); }
H1.HeaderClassName
{
color: #2610AD;
}
.AnyTagClassName
{
color: #2610AD;
}
</style>
background-color css
<style>
a { background-color: #2610AD; }
a { background-color: rgb(38,16,173); }
div.DivClassName
{
background-color: #2610AD;
}
.BgClassName
{
background-color: #2610AD;
}
</style>
border-color css
<style>
span { border-color: #2610AD; }
span { border-color: rgb(38,16,173); }
td.TdClassName
{
border-color: #2610AD;
}
.TagClassName
{
border-color: #2610AD;
}
</style>