Shades of Ultramarine #271095
Tints of Ultramarine #271095
RGB
CMYK
RGB Variations
Color information
#271095 (or 0x271095) is known color: Ultramarine. HEX triplet: 27, 10 and 95. RGB value is (39,16,149). Sum of RGB (Red+Green+Blue) = 39+16+149=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #271095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271095 is #D8EF6A. Grayscale: #252525. Windows color (decimal): -14217067 or 9768999. OLE color: 9768999.
HSL color Cylindrical-coordinate representation of color #271095: hue angle of 250.38º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #271095 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 16 | 149 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.42 |
| HSL | 250.38º | 0.81% | 0.32% | - |
| HSV(B) | 250.38º | 0.89% | 0.58% | - |
| XYZ | 6.45 | 2.97 | 28.67 | - |
| YUV | 38.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 149 | 0.74 | 0.89 | 0 | 0.42 | 250.38 | 0.81 | 0.32 |
| Hex | 27 | 10 | 95 | 4A | 59 | 0 | 2A | FA | 51 | 20 |
| Octal | 47 | 20 | 225 | 112 | 131 | 0 | 52 | 372 | 121 | 40 |
| Binary | 100111 | 10000 | 10010101 | 1001010 | 1011001 | 0 | 101010 | 11111010 | 1010001 | 100000 |
Color Harmonies of #271095
Complementary color
Monochromatic Colors of #271095
Black with #271095
Text Example
Text Example
White with #271095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271095; }
p { color: rgb(39,16,149); }
H1.HeaderClassName
{
color: #271095;
}
.AnyTagClassName
{
color: #271095;
}
</style>
background-color css
<style>
a { background-color: #271095; }
a { background-color: rgb(39,16,149); }
div.DivClassName
{
background-color: #271095;
}
.BgClassName
{
background-color: #271095;
}
</style>
border-color css
<style>
span { border-color: #271095; }
span { border-color: rgb(39,16,149); }
td.TdClassName
{
border-color: #271095;
}
.TagClassName
{
border-color: #271095;
}
</style>