Shades of Ultramarine #2810AB
Tints of Ultramarine #2810AB
RGB
CMYK
RGB Variations
Color information
#2810AB (or 0x2810AB) is known color: Ultramarine. HEX triplet: 28, 10 and AB. RGB value is (40,16,171). Sum of RGB (Red+Green+Blue) = 40+16+171=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #2810AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2810AB is #D7EF54. Grayscale: #282828. Windows color (decimal): -14151509 or 11210792. OLE color: 11210792.
HSL color Cylindrical-coordinate representation of color #2810AB: hue angle of 249.29º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2810AB is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 16 | 171 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.33 |
| HSL | 249.29º | 0.83% | 0.37% | - |
| HSV(B) | 249.29º | 0.91% | 0.67% | - |
| XYZ | 8.41 | 3.76 | 38.81 | - |
| YUV | 40.85 | 201.45 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 171 | 0.77 | 0.91 | 0 | 0.33 | 249.29 | 0.83 | 0.37 |
| Hex | 28 | 10 | AB | 4D | 5B | 0 | 21 | F9 | 53 | 25 |
| Octal | 50 | 20 | 253 | 115 | 133 | 0 | 41 | 371 | 123 | 45 |
| Binary | 101000 | 10000 | 10101011 | 1001101 | 1011011 | 0 | 100001 | 11111001 | 1010011 | 100101 |
Color Harmonies of #2810AB
Complementary color
Monochromatic Colors of #2810AB
Black with #2810AB
Text Example
Text Example
White with #2810AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2810AB; }
p { color: rgb(40,16,171); }
H1.HeaderClassName
{
color: #2810AB;
}
.AnyTagClassName
{
color: #2810AB;
}
</style>
background-color css
<style>
a { background-color: #2810AB; }
a { background-color: rgb(40,16,171); }
div.DivClassName
{
background-color: #2810AB;
}
.BgClassName
{
background-color: #2810AB;
}
</style>
border-color css
<style>
span { border-color: #2810AB; }
span { border-color: rgb(40,16,171); }
td.TdClassName
{
border-color: #2810AB;
}
.TagClassName
{
border-color: #2810AB;
}
</style>