Shades of Ultramarine #281BA9
Tints of Ultramarine #281BA9
RGB
CMYK
RGB Variations
Color information
#281BA9 (or 0x281BA9) is known color: Ultramarine. HEX triplet: 28, 1B and A9. RGB value is (40,27,169). Sum of RGB (Red+Green+Blue) = 40+27+169=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 169 (66.41% from 255 or 71.61% from 236); Max value from RGB is 169 - color contains mainly: blue. Hex color #281BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281BA9 is #D7E456. Grayscale: #2E2E2E. Windows color (decimal): -14148695 or 11082536. OLE color: 11082536.
HSL color Cylindrical-coordinate representation of color #281BA9: hue angle of 245.49º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281BA9 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 27 | 169 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.34 |
| HSL | 245.49º | 0.72% | 0.38% | - |
| HSV(B) | 245.49º | 0.84% | 0.66% | - |
| XYZ | 8.43 | 4.1 | 37.88 | - |
| YUV | 47.08 | 196.81 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 169 | 0.76 | 0.84 | 0 | 0.34 | 245.49 | 0.72 | 0.38 |
| Hex | 28 | 1B | A9 | 4C | 54 | 0 | 22 | F5 | 48 | 26 |
| Octal | 50 | 33 | 251 | 114 | 124 | 0 | 42 | 365 | 110 | 46 |
| Binary | 101000 | 11011 | 10101001 | 1001100 | 1010100 | 0 | 100010 | 11110101 | 1001000 | 100110 |
Color Harmonies of #281BA9
Complementary color
Monochromatic Colors of #281BA9
Black with #281BA9
Text Example
Text Example
White with #281BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BA9; }
p { color: rgb(40,27,169); }
H1.HeaderClassName
{
color: #281BA9;
}
.AnyTagClassName
{
color: #281BA9;
}
</style>
background-color css
<style>
a { background-color: #281BA9; }
a { background-color: rgb(40,27,169); }
div.DivClassName
{
background-color: #281BA9;
}
.BgClassName
{
background-color: #281BA9;
}
</style>
border-color css
<style>
span { border-color: #281BA9; }
span { border-color: rgb(40,27,169); }
td.TdClassName
{
border-color: #281BA9;
}
.TagClassName
{
border-color: #281BA9;
}
</style>