Shades of Ultramarine #280EAC
Tints of Ultramarine #280EAC
RGB
CMYK
RGB Variations
Color information
#280EAC (or 0x280EAC) is known color: Ultramarine. HEX triplet: 28, 0E and AC. RGB value is (40,14,172). Sum of RGB (Red+Green+Blue) = 40+14+172=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #280EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280EAC is #D7F153. Grayscale: #272727. Windows color (decimal): -14152020 or 11275816. OLE color: 11275816.
HSL color Cylindrical-coordinate representation of color #280EAC: hue angle of 249.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280EAC is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 14 | 172 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.33 |
| HSL | 249.87º | 0.85% | 0.36% | - |
| HSV(B) | 249.87º | 0.92% | 0.67% | - |
| XYZ | 8.48 | 3.74 | 39.31 | - |
| YUV | 39.79 | 202.61 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 172 | 0.77 | 0.92 | 0 | 0.33 | 249.87 | 0.85 | 0.36 |
| Hex | 28 | E | AC | 4D | 5C | 0 | 21 | FA | 55 | 24 |
| Octal | 50 | 16 | 254 | 115 | 134 | 0 | 41 | 372 | 125 | 44 |
| Binary | 101000 | 1110 | 10101100 | 1001101 | 1011100 | 0 | 100001 | 11111010 | 1010101 | 100100 |
Color Harmonies of #280EAC
Complementary color
Monochromatic Colors of #280EAC
Black with #280EAC
Text Example
Text Example
White with #280EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280EAC; }
p { color: rgb(40,14,172); }
H1.HeaderClassName
{
color: #280EAC;
}
.AnyTagClassName
{
color: #280EAC;
}
</style>
background-color css
<style>
a { background-color: #280EAC; }
a { background-color: rgb(40,14,172); }
div.DivClassName
{
background-color: #280EAC;
}
.BgClassName
{
background-color: #280EAC;
}
</style>
border-color css
<style>
span { border-color: #280EAC; }
span { border-color: rgb(40,14,172); }
td.TdClassName
{
border-color: #280EAC;
}
.TagClassName
{
border-color: #280EAC;
}
</style>