Shades of Ultramarine #2800AB
Tints of Ultramarine #2800AB
RGB
CMYK
RGB Variations
Color information
#2800AB (or 0x2800AB) is known color: Ultramarine. HEX triplet: 28, 00 and AB. RGB value is (40,0,171). Sum of RGB (Red+Green+Blue) = 40+0+171=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #2800AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2800AB is #D7FF54. Grayscale: #1E1E1E. Windows color (decimal): -14155605 or 11206696. OLE color: 11206696.
HSL color Cylindrical-coordinate representation of color #2800AB: hue angle of 254.04º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2800AB is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 0 | 171 | - |
| CMYK | 0.77 | 1 | 0 | 0.33 |
| HSL | 254.04º | 1% | 0.34% | - |
| HSV(B) | 254.04º | 1% | 0.67% | - |
| XYZ | 8.23 | 3.39 | 38.75 | - |
| YUV | 31.45 | 206.75 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 171 | 0.77 | 1 | 0 | 0.33 | 254.04 | 1 | 0.34 |
| Hex | 28 | 0 | AB | 4D | 64 | 0 | 21 | FE | 64 | 22 |
| Octal | 50 | 0 | 253 | 115 | 144 | 0 | 41 | 376 | 144 | 42 |
| Binary | 101000 | 0 | 10101011 | 1001101 | 1100100 | 0 | 100001 | 11111110 | 1100100 | 100010 |
Color Harmonies of #2800AB
Complementary color
Monochromatic Colors of #2800AB
Black with #2800AB
Text Example
Text Example
White with #2800AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2800AB; }
p { color: rgb(40,0,171); }
H1.HeaderClassName
{
color: #2800AB;
}
.AnyTagClassName
{
color: #2800AB;
}
</style>
background-color css
<style>
a { background-color: #2800AB; }
a { background-color: rgb(40,0,171); }
div.DivClassName
{
background-color: #2800AB;
}
.BgClassName
{
background-color: #2800AB;
}
</style>
border-color css
<style>
span { border-color: #2800AB; }
span { border-color: rgb(40,0,171); }
td.TdClassName
{
border-color: #2800AB;
}
.TagClassName
{
border-color: #2800AB;
}
</style>