Shades of Ultramarine #2813AC
Tints of Ultramarine #2813AC
RGB
CMYK
RGB Variations
Color information
#2813AC (or 0x2813AC) is known color: Ultramarine. HEX triplet: 28, 13 and AC. RGB value is (40,19,172). Sum of RGB (Red+Green+Blue) = 40+19+172=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #2813AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2813AC is #D7EC53. Grayscale: #2A2A2A. Windows color (decimal): -14150740 or 11277096. OLE color: 11277096.
HSL color Cylindrical-coordinate representation of color #2813AC: hue angle of 248.24º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2813AC is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 19 | 172 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.33 |
| HSL | 248.24º | 0.8% | 0.37% | - |
| HSV(B) | 248.24º | 0.89% | 0.67% | - |
| XYZ | 8.55 | 3.9 | 39.33 | - |
| YUV | 42.72 | 200.96 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 172 | 0.77 | 0.89 | 0 | 0.33 | 248.24 | 0.8 | 0.37 |
| Hex | 28 | 13 | AC | 4D | 59 | 0 | 21 | F8 | 50 | 25 |
| Octal | 50 | 23 | 254 | 115 | 131 | 0 | 41 | 370 | 120 | 45 |
| Binary | 101000 | 10011 | 10101100 | 1001101 | 1011001 | 0 | 100001 | 11111000 | 1010000 | 100101 |
Color Harmonies of #2813AC
Complementary color
Monochromatic Colors of #2813AC
Black with #2813AC
Text Example
Text Example
White with #2813AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2813AC; }
p { color: rgb(40,19,172); }
H1.HeaderClassName
{
color: #2813AC;
}
.AnyTagClassName
{
color: #2813AC;
}
</style>
background-color css
<style>
a { background-color: #2813AC; }
a { background-color: rgb(40,19,172); }
div.DivClassName
{
background-color: #2813AC;
}
.BgClassName
{
background-color: #2813AC;
}
</style>
border-color css
<style>
span { border-color: #2813AC; }
span { border-color: rgb(40,19,172); }
td.TdClassName
{
border-color: #2813AC;
}
.TagClassName
{
border-color: #2813AC;
}
</style>