Shades of Ultramarine #2701AD
Tints of Ultramarine #2701AD
RGB
CMYK
RGB Variations
Color information
#2701AD (or 0x2701AD) is known color: Ultramarine. HEX triplet: 27, 01 and AD. RGB value is (39,1,173). Sum of RGB (Red+Green+Blue) = 39+1+173=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #2701AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2701AD is #D8FE52. Grayscale: #1F1F1F. Windows color (decimal): -14220883 or 11338023. OLE color: 11338023.
HSL color Cylindrical-coordinate representation of color #2701AD: hue angle of 253.26º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2701AD is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 1 | 173 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.32 |
| HSL | 253.26º | 0.99% | 0.34% | - |
| HSV(B) | 253.26º | 0.99% | 0.68% | - |
| XYZ | 8.39 | 3.47 | 39.76 | - |
| YUV | 31.97 | 207.59 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 173 | 0.77 | 0.99 | 0 | 0.32 | 253.26 | 0.99 | 0.34 |
| Hex | 27 | 1 | AD | 4D | 63 | 0 | 20 | FD | 63 | 22 |
| Octal | 47 | 1 | 255 | 115 | 143 | 0 | 40 | 375 | 143 | 42 |
| Binary | 100111 | 1 | 10101101 | 1001101 | 1100011 | 0 | 100000 | 11111101 | 1100011 | 100010 |
Color Harmonies of #2701AD
Complementary color
Monochromatic Colors of #2701AD
Black with #2701AD
Text Example
Text Example
White with #2701AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2701AD; }
p { color: rgb(39,1,173); }
H1.HeaderClassName
{
color: #2701AD;
}
.AnyTagClassName
{
color: #2701AD;
}
</style>
background-color css
<style>
a { background-color: #2701AD; }
a { background-color: rgb(39,1,173); }
div.DivClassName
{
background-color: #2701AD;
}
.BgClassName
{
background-color: #2701AD;
}
</style>
border-color css
<style>
span { border-color: #2701AD; }
span { border-color: rgb(39,1,173); }
td.TdClassName
{
border-color: #2701AD;
}
.TagClassName
{
border-color: #2701AD;
}
</style>