Shades of Ultramarine #281BA6
Tints of Ultramarine #281BA6
RGB
CMYK
RGB Variations
Color information
#281BA6 (or 0x281BA6) is known color: Ultramarine. HEX triplet: 28, 1B and A6. RGB value is (40,27,166). Sum of RGB (Red+Green+Blue) = 40+27+166=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 166 (65.23% from 255 or 71.24% from 233); Max value from RGB is 166 - color contains mainly: blue. Hex color #281BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281BA6 is #D7E459. Grayscale: #2E2E2E. Windows color (decimal): -14148698 or 10885928. OLE color: 10885928.
HSL color Cylindrical-coordinate representation of color #281BA6: hue angle of 245.61º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281BA6 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 27 | 166 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.35 |
| HSL | 245.61º | 0.72% | 0.38% | - |
| HSV(B) | 245.61º | 0.84% | 0.65% | - |
| XYZ | 8.15 | 3.99 | 36.42 | - |
| YUV | 46.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 166 | 0.76 | 0.84 | 0 | 0.35 | 245.61 | 0.72 | 0.38 |
| Hex | 28 | 1B | A6 | 4C | 54 | 0 | 23 | F6 | 48 | 26 |
| Octal | 50 | 33 | 246 | 114 | 124 | 0 | 43 | 366 | 110 | 46 |
| Binary | 101000 | 11011 | 10100110 | 1001100 | 1010100 | 0 | 100011 | 11110110 | 1001000 | 100110 |
Color Harmonies of #281BA6
Complementary color
Monochromatic Colors of #281BA6
Black with #281BA6
Text Example
Text Example
White with #281BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BA6; }
p { color: rgb(40,27,166); }
H1.HeaderClassName
{
color: #281BA6;
}
.AnyTagClassName
{
color: #281BA6;
}
</style>
background-color css
<style>
a { background-color: #281BA6; }
a { background-color: rgb(40,27,166); }
div.DivClassName
{
background-color: #281BA6;
}
.BgClassName
{
background-color: #281BA6;
}
</style>
border-color css
<style>
span { border-color: #281BA6; }
span { border-color: rgb(40,27,166); }
td.TdClassName
{
border-color: #281BA6;
}
.TagClassName
{
border-color: #281BA6;
}
</style>