Shades of Ultramarine #271293
Tints of Ultramarine #271293
RGB
CMYK
RGB Variations
Color information
#271293 (or 0x271293) is known color: Ultramarine. HEX triplet: 27, 12 and 93. RGB value is (39,18,147). Sum of RGB (Red+Green+Blue) = 39+18+147=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #271293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271293 is #D8ED6C. Grayscale: #262626. Windows color (decimal): -14216557 or 9638439. OLE color: 9638439.
HSL color Cylindrical-coordinate representation of color #271293: hue angle of 249.77º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271293 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 18 | 147 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.42 |
| HSL | 249.77º | 0.78% | 0.32% | - |
| HSV(B) | 249.77º | 0.88% | 0.58% | - |
| XYZ | 6.32 | 2.97 | 27.84 | - |
| YUV | 38.99 | 188.96 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 147 | 0.73 | 0.88 | 0 | 0.42 | 249.77 | 0.78 | 0.32 |
| Hex | 27 | 12 | 93 | 49 | 58 | 0 | 2A | FA | 4E | 20 |
| Octal | 47 | 22 | 223 | 111 | 130 | 0 | 52 | 372 | 116 | 40 |
| Binary | 100111 | 10010 | 10010011 | 1001001 | 1011000 | 0 | 101010 | 11111010 | 1001110 | 100000 |
Color Harmonies of #271293
Complementary color
Monochromatic Colors of #271293
Black with #271293
Text Example
Text Example
White with #271293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271293; }
p { color: rgb(39,18,147); }
H1.HeaderClassName
{
color: #271293;
}
.AnyTagClassName
{
color: #271293;
}
</style>
background-color css
<style>
a { background-color: #271293; }
a { background-color: rgb(39,18,147); }
div.DivClassName
{
background-color: #271293;
}
.BgClassName
{
background-color: #271293;
}
</style>
border-color css
<style>
span { border-color: #271293; }
span { border-color: rgb(39,18,147); }
td.TdClassName
{
border-color: #271293;
}
.TagClassName
{
border-color: #271293;
}
</style>