Shades of Ultramarine #271192
Tints of Ultramarine #271192
RGB
CMYK
RGB Variations
Color information
#271192 (or 0x271192) is known color: Ultramarine. HEX triplet: 27, 11 and 92. RGB value is (39,17,146). Sum of RGB (Red+Green+Blue) = 39+17+146=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #271192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271192 is #D8EE6D. Grayscale: #252525. Windows color (decimal): -14216814 or 9572647. OLE color: 9572647.
HSL color Cylindrical-coordinate representation of color #271192: hue angle of 250.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271192 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 17 | 146 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.43 |
| HSL | 250.23º | 0.79% | 0.32% | - |
| HSV(B) | 250.23º | 0.88% | 0.57% | - |
| XYZ | 6.23 | 2.91 | 27.43 | - |
| YUV | 38.28 | 188.79 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 146 | 0.73 | 0.88 | 0 | 0.43 | 250.23 | 0.79 | 0.32 |
| Hex | 27 | 11 | 92 | 49 | 58 | 0 | 2B | FA | 4F | 20 |
| Octal | 47 | 21 | 222 | 111 | 130 | 0 | 53 | 372 | 117 | 40 |
| Binary | 100111 | 10001 | 10010010 | 1001001 | 1011000 | 0 | 101011 | 11111010 | 1001111 | 100000 |
Color Harmonies of #271192
Complementary color
Monochromatic Colors of #271192
Black with #271192
Text Example
Text Example
White with #271192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271192; }
p { color: rgb(39,17,146); }
H1.HeaderClassName
{
color: #271192;
}
.AnyTagClassName
{
color: #271192;
}
</style>
background-color css
<style>
a { background-color: #271192; }
a { background-color: rgb(39,17,146); }
div.DivClassName
{
background-color: #271192;
}
.BgClassName
{
background-color: #271192;
}
</style>
border-color css
<style>
span { border-color: #271192; }
span { border-color: rgb(39,17,146); }
td.TdClassName
{
border-color: #271192;
}
.TagClassName
{
border-color: #271192;
}
</style>