Shades of Ultramarine #2610A1
Tints of Ultramarine #2610A1
RGB
CMYK
RGB Variations
Color information
#2610A1 (or 0x2610A1) is known color: Ultramarine. HEX triplet: 26, 10 and A1. RGB value is (38,16,161). Sum of RGB (Red+Green+Blue) = 38+16+161=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 161 (63.28% from 255 or 74.88% from 215); Max value from RGB is 161 - color contains mainly: blue. Hex color #2610A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2610A1 is #D9EF5E. Grayscale: #262626. Windows color (decimal): -14282591 or 10555430. OLE color: 10555430.
HSL color Cylindrical-coordinate representation of color #2610A1: hue angle of 249.1º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2610A1 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 16 | 161 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.37 |
| HSL | 249.1º | 0.82% | 0.35% | - |
| HSV(B) | 249.1º | 0.9% | 0.63% | - |
| XYZ | 7.42 | 3.36 | 33.98 | - |
| YUV | 39.11 | 196.79 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 161 | 0.76 | 0.90 | 0 | 0.37 | 249.1 | 0.82 | 0.35 |
| Hex | 26 | 10 | A1 | 4C | 5A | 0 | 25 | F9 | 52 | 23 |
| Octal | 46 | 20 | 241 | 114 | 132 | 0 | 45 | 371 | 122 | 43 |
| Binary | 100110 | 10000 | 10100001 | 1001100 | 1011010 | 0 | 100101 | 11111001 | 1010010 | 100011 |
Color Harmonies of #2610A1
Complementary color
Monochromatic Colors of #2610A1
Black with #2610A1
Text Example
Text Example
White with #2610A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610A1; }
p { color: rgb(38,16,161); }
H1.HeaderClassName
{
color: #2610A1;
}
.AnyTagClassName
{
color: #2610A1;
}
</style>
background-color css
<style>
a { background-color: #2610A1; }
a { background-color: rgb(38,16,161); }
div.DivClassName
{
background-color: #2610A1;
}
.BgClassName
{
background-color: #2610A1;
}
</style>
border-color css
<style>
span { border-color: #2610A1; }
span { border-color: rgb(38,16,161); }
td.TdClassName
{
border-color: #2610A1;
}
.TagClassName
{
border-color: #2610A1;
}
</style>