Shades of Ultramarine #2713AC
Tints of Ultramarine #2713AC
RGB
CMYK
RGB Variations
Color information
#2713AC (or 0x2713AC) is known color: Ultramarine. HEX triplet: 27, 13 and AC. RGB value is (39,19,172). Sum of RGB (Red+Green+Blue) = 39+19+172=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #2713AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2713AC is #D8EC53. Grayscale: #292929. Windows color (decimal): -14216276 or 11277095. OLE color: 11277095.
HSL color Cylindrical-coordinate representation of color #2713AC: hue angle of 247.84º 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 #2713AC is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 19 | 172 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.33 |
| HSL | 247.84º | 0.8% | 0.37% | - |
| HSV(B) | 247.84º | 0.89% | 0.67% | - |
| XYZ | 8.52 | 3.88 | 39.33 | - |
| YUV | 42.42 | 201.13 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 172 | 0.77 | 0.89 | 0 | 0.33 | 247.84 | 0.8 | 0.37 |
| Hex | 27 | 13 | AC | 4D | 59 | 0 | 21 | F8 | 50 | 25 |
| Octal | 47 | 23 | 254 | 115 | 131 | 0 | 41 | 370 | 120 | 45 |
| Binary | 100111 | 10011 | 10101100 | 1001101 | 1011001 | 0 | 100001 | 11111000 | 1010000 | 100101 |
Color Harmonies of #2713AC
Complementary color
Monochromatic Colors of #2713AC
Black with #2713AC
Text Example
Text Example
White with #2713AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2713AC; }
p { color: rgb(39,19,172); }
H1.HeaderClassName
{
color: #2713AC;
}
.AnyTagClassName
{
color: #2713AC;
}
</style>
background-color css
<style>
a { background-color: #2713AC; }
a { background-color: rgb(39,19,172); }
div.DivClassName
{
background-color: #2713AC;
}
.BgClassName
{
background-color: #2713AC;
}
</style>
border-color css
<style>
span { border-color: #2713AC; }
span { border-color: rgb(39,19,172); }
td.TdClassName
{
border-color: #2713AC;
}
.TagClassName
{
border-color: #2713AC;
}
</style>