Shades of Ultramarine #2702AB
Tints of Ultramarine #2702AB
RGB
CMYK
RGB Variations
Color information
#2702AB (or 0x2702AB) is known color: Ultramarine. HEX triplet: 27, 02 and AB. RGB value is (39,2,171). Sum of RGB (Red+Green+Blue) = 39+2+171=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #2702AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2702AB is #D8FD54. Grayscale: #1F1F1F. Windows color (decimal): -14220629 or 11207207. OLE color: 11207207.
HSL color Cylindrical-coordinate representation of color #2702AB: hue angle of 253.14º degrees, saturation: 0.98, 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 #2702AB is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 2 | 171 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.33 |
| HSL | 253.14º | 0.98% | 0.34% | - |
| HSV(B) | 253.14º | 0.99% | 0.67% | - |
| XYZ | 8.21 | 3.42 | 38.75 | - |
| YUV | 32.33 | 206.26 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 171 | 0.77 | 0.99 | 0 | 0.33 | 253.14 | 0.98 | 0.34 |
| Hex | 27 | 2 | AB | 4D | 63 | 0 | 21 | FD | 62 | 22 |
| Octal | 47 | 2 | 253 | 115 | 143 | 0 | 41 | 375 | 142 | 42 |
| Binary | 100111 | 10 | 10101011 | 1001101 | 1100011 | 0 | 100001 | 11111101 | 1100010 | 100010 |
Color Harmonies of #2702AB
Complementary color
Monochromatic Colors of #2702AB
Black with #2702AB
Text Example
Text Example
White with #2702AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2702AB; }
p { color: rgb(39,2,171); }
H1.HeaderClassName
{
color: #2702AB;
}
.AnyTagClassName
{
color: #2702AB;
}
</style>
background-color css
<style>
a { background-color: #2702AB; }
a { background-color: rgb(39,2,171); }
div.DivClassName
{
background-color: #2702AB;
}
.BgClassName
{
background-color: #2702AB;
}
</style>
border-color css
<style>
span { border-color: #2702AB; }
span { border-color: rgb(39,2,171); }
td.TdClassName
{
border-color: #2702AB;
}
.TagClassName
{
border-color: #2702AB;
}
</style>