Shades of Ultramarine #2701A8
Tints of Ultramarine #2701A8
RGB
CMYK
RGB Variations
Color information
#2701A8 (or 0x2701A8) is known color: Ultramarine. HEX triplet: 27, 01 and A8. RGB value is (39,1,168). Sum of RGB (Red+Green+Blue) = 39+1+168=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 168 (66.02% from 255 or 80.77% from 208); Max value from RGB is 168 - color contains mainly: blue. Hex color #2701A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2701A8 is #D8FE57. Grayscale: #1E1E1E. Windows color (decimal): -14220888 or 11010343. OLE color: 11010343.
HSL color Cylindrical-coordinate representation of color #2701A8: hue angle of 253.65º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2701A8 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 1 | 168 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.34 |
| HSL | 253.65º | 0.99% | 0.33% | - |
| HSV(B) | 253.65º | 0.99% | 0.66% | - |
| XYZ | 7.92 | 3.28 | 37.26 | - |
| YUV | 31.4 | 205.09 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 168 | 0.77 | 0.99 | 0 | 0.34 | 253.65 | 0.99 | 0.33 |
| Hex | 27 | 1 | A8 | 4D | 63 | 0 | 22 | FE | 63 | 21 |
| Octal | 47 | 1 | 250 | 115 | 143 | 0 | 42 | 376 | 143 | 41 |
| Binary | 100111 | 1 | 10101000 | 1001101 | 1100011 | 0 | 100010 | 11111110 | 1100011 | 100001 |
Color Harmonies of #2701A8
Complementary color
Monochromatic Colors of #2701A8
Black with #2701A8
Text Example
Text Example
White with #2701A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2701A8; }
p { color: rgb(39,1,168); }
H1.HeaderClassName
{
color: #2701A8;
}
.AnyTagClassName
{
color: #2701A8;
}
</style>
background-color css
<style>
a { background-color: #2701A8; }
a { background-color: rgb(39,1,168); }
div.DivClassName
{
background-color: #2701A8;
}
.BgClassName
{
background-color: #2701A8;
}
</style>
border-color css
<style>
span { border-color: #2701A8; }
span { border-color: rgb(39,1,168); }
td.TdClassName
{
border-color: #2701A8;
}
.TagClassName
{
border-color: #2701A8;
}
</style>