Shades of Ultramarine #2815B4
Tints of Ultramarine #2815B4
RGB
CMYK
RGB Variations
Color information
#2815B4 (or 0x2815B4) is known color: Ultramarine. HEX triplet: 28, 15 and B4. RGB value is (40,21,180). Sum of RGB (Red+Green+Blue) = 40+21+180=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #2815B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815B4 is #D7EA4B. Grayscale: #2C2C2C. Windows color (decimal): -14150220 or 11801896. OLE color: 11801896.
HSL color Cylindrical-coordinate representation of color #2815B4: hue angle of 247.17º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2815B4 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 21 | 180 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.29 |
| HSL | 247.17º | 0.79% | 0.39% | - |
| HSV(B) | 247.17º | 0.88% | 0.71% | - |
| XYZ | 9.38 | 4.28 | 43.51 | - |
| YUV | 44.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 180 | 0.78 | 0.88 | 0 | 0.29 | 247.17 | 0.79 | 0.39 |
| Hex | 28 | 15 | B4 | 4E | 58 | 0 | 1D | F7 | 4F | 27 |
| Octal | 50 | 25 | 264 | 116 | 130 | 0 | 35 | 367 | 117 | 47 |
| Binary | 101000 | 10101 | 10110100 | 1001110 | 1011000 | 0 | 11101 | 11110111 | 1001111 | 100111 |
Color Harmonies of #2815B4
Complementary color
Monochromatic Colors of #2815B4
Black with #2815B4
Text Example
Text Example
White with #2815B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2815B4; }
p { color: rgb(40,21,180); }
H1.HeaderClassName
{
color: #2815B4;
}
.AnyTagClassName
{
color: #2815B4;
}
</style>
background-color css
<style>
a { background-color: #2815B4; }
a { background-color: rgb(40,21,180); }
div.DivClassName
{
background-color: #2815B4;
}
.BgClassName
{
background-color: #2815B4;
}
</style>
border-color css
<style>
span { border-color: #2815B4; }
span { border-color: rgb(40,21,180); }
td.TdClassName
{
border-color: #2815B4;
}
.TagClassName
{
border-color: #2815B4;
}
</style>