Shades of Ultramarine #2701AC
Tints of Ultramarine #2701AC
RGB
CMYK
RGB Variations
Color information
#2701AC (or 0x2701AC) is known color: Ultramarine. HEX triplet: 27, 01 and AC. RGB value is (39,1,172). Sum of RGB (Red+Green+Blue) = 39+1+172=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #2701AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2701AC is #D8FE53. Grayscale: #1F1F1F. Windows color (decimal): -14220884 or 11272487. OLE color: 11272487.
HSL color Cylindrical-coordinate representation of color #2701AC: hue angle of 253.33º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2701AC is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 1 | 172 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.33 |
| HSL | 253.33º | 0.99% | 0.34% | - |
| HSV(B) | 253.33º | 0.99% | 0.67% | - |
| XYZ | 8.29 | 3.43 | 39.25 | - |
| YUV | 31.86 | 207.09 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 172 | 0.77 | 0.99 | 0 | 0.33 | 253.33 | 0.99 | 0.34 |
| Hex | 27 | 1 | AC | 4D | 63 | 0 | 21 | FD | 63 | 22 |
| Octal | 47 | 1 | 254 | 115 | 143 | 0 | 41 | 375 | 143 | 42 |
| Binary | 100111 | 1 | 10101100 | 1001101 | 1100011 | 0 | 100001 | 11111101 | 1100011 | 100010 |
Color Harmonies of #2701AC
Complementary color
Monochromatic Colors of #2701AC
Black with #2701AC
Text Example
Text Example
White with #2701AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2701AC; }
p { color: rgb(39,1,172); }
H1.HeaderClassName
{
color: #2701AC;
}
.AnyTagClassName
{
color: #2701AC;
}
</style>
background-color css
<style>
a { background-color: #2701AC; }
a { background-color: rgb(39,1,172); }
div.DivClassName
{
background-color: #2701AC;
}
.BgClassName
{
background-color: #2701AC;
}
</style>
border-color css
<style>
span { border-color: #2701AC; }
span { border-color: rgb(39,1,172); }
td.TdClassName
{
border-color: #2701AC;
}
.TagClassName
{
border-color: #2701AC;
}
</style>