Shades of Ultramarine #2815B2
Tints of Ultramarine #2815B2
RGB
CMYK
RGB Variations
Color information
#2815B2 (or 0x2815B2) is known color: Ultramarine. HEX triplet: 28, 15 and B2. RGB value is (40,21,178). Sum of RGB (Red+Green+Blue) = 40+21+178=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 178 (69.92% from 255 or 74.48% from 239); Max value from RGB is 178 - color contains mainly: blue. Hex color #2815B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2815B2 is #D7EA4D. Grayscale: #2B2B2B. Windows color (decimal): -14150222 or 11670824. OLE color: 11670824.
HSL color Cylindrical-coordinate representation of color #2815B2: hue angle of 247.26º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2815B2 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 21 | 178 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.30 |
| HSL | 247.26º | 0.79% | 0.39% | - |
| HSV(B) | 247.26º | 0.88% | 0.7% | - |
| XYZ | 9.18 | 4.2 | 42.45 | - |
| YUV | 44.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 178 | 0.78 | 0.88 | 0 | 0.30 | 247.26 | 0.79 | 0.39 |
| Hex | 28 | 15 | B2 | 4E | 58 | 0 | 1E | F7 | 4F | 27 |
| Octal | 50 | 25 | 262 | 116 | 130 | 0 | 36 | 367 | 117 | 47 |
| Binary | 101000 | 10101 | 10110010 | 1001110 | 1011000 | 0 | 11110 | 11110111 | 1001111 | 100111 |
Color Harmonies of #2815B2
Complementary color
Monochromatic Colors of #2815B2
Black with #2815B2
Text Example
Text Example
White with #2815B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2815B2; }
p { color: rgb(40,21,178); }
H1.HeaderClassName
{
color: #2815B2;
}
.AnyTagClassName
{
color: #2815B2;
}
</style>
background-color css
<style>
a { background-color: #2815B2; }
a { background-color: rgb(40,21,178); }
div.DivClassName
{
background-color: #2815B2;
}
.BgClassName
{
background-color: #2815B2;
}
</style>
border-color css
<style>
span { border-color: #2815B2; }
span { border-color: rgb(40,21,178); }
td.TdClassName
{
border-color: #2815B2;
}
.TagClassName
{
border-color: #2815B2;
}
</style>