Shades of Ultramarine #271193
Tints of Ultramarine #271193
RGB
CMYK
RGB Variations
Color information
#271193 (or 0x271193) is known color: Ultramarine. HEX triplet: 27, 11 and 93. RGB value is (39,17,147). Sum of RGB (Red+Green+Blue) = 39+17+147=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #271193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271193 is #D8EE6C. Grayscale: #252525. Windows color (decimal): -14216813 or 9638183. OLE color: 9638183.
HSL color Cylindrical-coordinate representation of color #271193: hue angle of 250.15º degrees, saturation: 0.79, 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 #271193 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 17 | 147 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.42 |
| HSL | 250.15º | 0.79% | 0.32% | - |
| HSV(B) | 250.15º | 0.88% | 0.58% | - |
| XYZ | 6.3 | 2.94 | 27.84 | - |
| YUV | 38.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 147 | 0.73 | 0.88 | 0 | 0.42 | 250.15 | 0.79 | 0.32 |
| Hex | 27 | 11 | 93 | 49 | 58 | 0 | 2A | FA | 4F | 20 |
| Octal | 47 | 21 | 223 | 111 | 130 | 0 | 52 | 372 | 117 | 40 |
| Binary | 100111 | 10001 | 10010011 | 1001001 | 1011000 | 0 | 101010 | 11111010 | 1001111 | 100000 |
Color Harmonies of #271193
Complementary color
Monochromatic Colors of #271193
Black with #271193
Text Example
Text Example
White with #271193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271193; }
p { color: rgb(39,17,147); }
H1.HeaderClassName
{
color: #271193;
}
.AnyTagClassName
{
color: #271193;
}
</style>
background-color css
<style>
a { background-color: #271193; }
a { background-color: rgb(39,17,147); }
div.DivClassName
{
background-color: #271193;
}
.BgClassName
{
background-color: #271193;
}
</style>
border-color css
<style>
span { border-color: #271193; }
span { border-color: rgb(39,17,147); }
td.TdClassName
{
border-color: #271193;
}
.TagClassName
{
border-color: #271193;
}
</style>