Shades of Ultramarine #281CA9
Tints of Ultramarine #281CA9
RGB
CMYK
RGB Variations
Color information
#281CA9 (or 0x281CA9) is known color: Ultramarine. HEX triplet: 28, 1C and A9. RGB value is (40,28,169). Sum of RGB (Red+Green+Blue) = 40+28+169=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #281CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281CA9 is #D7E356. Grayscale: #2F2F2F. Windows color (decimal): -14148439 or 11082792. OLE color: 11082792.
HSL color Cylindrical-coordinate representation of color #281CA9: hue angle of 245.11º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281CA9 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 28 | 169 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.34 |
| HSL | 245.11º | 0.72% | 0.39% | - |
| HSV(B) | 245.11º | 0.83% | 0.66% | - |
| XYZ | 8.45 | 4.15 | 37.89 | - |
| YUV | 47.66 | 196.48 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 169 | 0.76 | 0.83 | 0 | 0.34 | 245.11 | 0.72 | 0.39 |
| Hex | 28 | 1C | A9 | 4C | 53 | 0 | 22 | F5 | 48 | 27 |
| Octal | 50 | 34 | 251 | 114 | 123 | 0 | 42 | 365 | 110 | 47 |
| Binary | 101000 | 11100 | 10101001 | 1001100 | 1010011 | 0 | 100010 | 11110101 | 1001000 | 100111 |
Color Harmonies of #281CA9
Complementary color
Monochromatic Colors of #281CA9
Black with #281CA9
Text Example
Text Example
White with #281CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281CA9; }
p { color: rgb(40,28,169); }
H1.HeaderClassName
{
color: #281CA9;
}
.AnyTagClassName
{
color: #281CA9;
}
</style>
background-color css
<style>
a { background-color: #281CA9; }
a { background-color: rgb(40,28,169); }
div.DivClassName
{
background-color: #281CA9;
}
.BgClassName
{
background-color: #281CA9;
}
</style>
border-color css
<style>
span { border-color: #281CA9; }
span { border-color: rgb(40,28,169); }
td.TdClassName
{
border-color: #281CA9;
}
.TagClassName
{
border-color: #281CA9;
}
</style>