Shades of Ultramarine #2812B5
Tints of Ultramarine #2812B5
RGB
CMYK
RGB Variations
Color information
#2812B5 (or 0x2812B5) is known color: Ultramarine. HEX triplet: 28, 12 and B5. RGB value is (40,18,181). Sum of RGB (Red+Green+Blue) = 40+18+181=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 181 (71.09% from 255 or 75.73% from 239); Max value from RGB is 181 - color contains mainly: blue. Hex color #2812B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2812B5 is #D7ED4A. Grayscale: #2A2A2A. Windows color (decimal): -14150987 or 11866664. OLE color: 11866664.
HSL color Cylindrical-coordinate representation of color #2812B5: hue angle of 248.1º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2812B5 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 18 | 181 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.29 |
| HSL | 248.1º | 0.82% | 0.39% | - |
| HSV(B) | 248.1º | 0.9% | 0.71% | - |
| XYZ | 9.43 | 4.22 | 44.03 | - |
| YUV | 43.16 | 205.79 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 181 | 0.78 | 0.90 | 0 | 0.29 | 248.1 | 0.82 | 0.39 |
| Hex | 28 | 12 | B5 | 4E | 5A | 0 | 1D | F8 | 52 | 27 |
| Octal | 50 | 22 | 265 | 116 | 132 | 0 | 35 | 370 | 122 | 47 |
| Binary | 101000 | 10010 | 10110101 | 1001110 | 1011010 | 0 | 11101 | 11111000 | 1010010 | 100111 |
Color Harmonies of #2812B5
Complementary color
Monochromatic Colors of #2812B5
Black with #2812B5
Text Example
Text Example
White with #2812B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2812B5; }
p { color: rgb(40,18,181); }
H1.HeaderClassName
{
color: #2812B5;
}
.AnyTagClassName
{
color: #2812B5;
}
</style>
background-color css
<style>
a { background-color: #2812B5; }
a { background-color: rgb(40,18,181); }
div.DivClassName
{
background-color: #2812B5;
}
.BgClassName
{
background-color: #2812B5;
}
</style>
border-color css
<style>
span { border-color: #2812B5; }
span { border-color: rgb(40,18,181); }
td.TdClassName
{
border-color: #2812B5;
}
.TagClassName
{
border-color: #2812B5;
}
</style>