Shades of Ultramarine #2702A9
Tints of Ultramarine #2702A9
RGB
CMYK
RGB Variations
Color information
#2702A9 (or 0x2702A9) is known color: Ultramarine. HEX triplet: 27, 02 and A9. RGB value is (39,2,169). Sum of RGB (Red+Green+Blue) = 39+2+169=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 169 (66.41% from 255 or 80.48% from 210); Max value from RGB is 169 - color contains mainly: blue. Hex color #2702A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2702A9 is #D8FD56. Grayscale: #1F1F1F. Windows color (decimal): -14220631 or 11076135. OLE color: 11076135.
HSL color Cylindrical-coordinate representation of color #2702A9: hue angle of 253.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2702A9 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 2 | 169 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.34 |
| HSL | 253.29º | 0.98% | 0.34% | - |
| HSV(B) | 253.29º | 0.99% | 0.66% | - |
| XYZ | 8.02 | 3.34 | 37.76 | - |
| YUV | 32.1 | 205.26 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 169 | 0.77 | 0.99 | 0 | 0.34 | 253.29 | 0.98 | 0.34 |
| Hex | 27 | 2 | A9 | 4D | 63 | 0 | 22 | FD | 62 | 22 |
| Octal | 47 | 2 | 251 | 115 | 143 | 0 | 42 | 375 | 142 | 42 |
| Binary | 100111 | 10 | 10101001 | 1001101 | 1100011 | 0 | 100010 | 11111101 | 1100010 | 100010 |
Color Harmonies of #2702A9
Complementary color
Monochromatic Colors of #2702A9
Black with #2702A9
Text Example
Text Example
White with #2702A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2702A9; }
p { color: rgb(39,2,169); }
H1.HeaderClassName
{
color: #2702A9;
}
.AnyTagClassName
{
color: #2702A9;
}
</style>
background-color css
<style>
a { background-color: #2702A9; }
a { background-color: rgb(39,2,169); }
div.DivClassName
{
background-color: #2702A9;
}
.BgClassName
{
background-color: #2702A9;
}
</style>
border-color css
<style>
span { border-color: #2702A9; }
span { border-color: rgb(39,2,169); }
td.TdClassName
{
border-color: #2702A9;
}
.TagClassName
{
border-color: #2702A9;
}
</style>