Shades of Ultramarine #271195
Tints of Ultramarine #271195
RGB
CMYK
RGB Variations
Color information
#271195 (or 0x271195) is known color: Ultramarine. HEX triplet: 27, 11 and 95. RGB value is (39,17,149). Sum of RGB (Red+Green+Blue) = 39+17+149=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #271195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271195 is #D8EE6A. Grayscale: #262626. Windows color (decimal): -14216811 or 9769255. OLE color: 9769255.
HSL color Cylindrical-coordinate representation of color #271195: hue angle of 250º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #271195 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 17 | 149 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.42 |
| HSL | 250º | 0.8% | 0.33% | - |
| HSV(B) | 250º | 0.89% | 0.58% | - |
| XYZ | 6.46 | 3 | 28.67 | - |
| YUV | 38.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 149 | 0.74 | 0.89 | 0 | 0.42 | 250 | 0.8 | 0.33 |
| Hex | 27 | 11 | 95 | 4A | 59 | 0 | 2A | FA | 50 | 21 |
| Octal | 47 | 21 | 225 | 112 | 131 | 0 | 52 | 372 | 120 | 41 |
| Binary | 100111 | 10001 | 10010101 | 1001010 | 1011001 | 0 | 101010 | 11111010 | 1010000 | 100001 |
Color Harmonies of #271195
Complementary color
Monochromatic Colors of #271195
Black with #271195
Text Example
Text Example
White with #271195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271195; }
p { color: rgb(39,17,149); }
H1.HeaderClassName
{
color: #271195;
}
.AnyTagClassName
{
color: #271195;
}
</style>
background-color css
<style>
a { background-color: #271195; }
a { background-color: rgb(39,17,149); }
div.DivClassName
{
background-color: #271195;
}
.BgClassName
{
background-color: #271195;
}
</style>
border-color css
<style>
span { border-color: #271195; }
span { border-color: rgb(39,17,149); }
td.TdClassName
{
border-color: #271195;
}
.TagClassName
{
border-color: #271195;
}
</style>