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