Shades of Ultramarine #271996
Tints of Ultramarine #271996
RGB
CMYK
RGB Variations
Color information
#271996 (or 0x271996) is known color: Ultramarine. HEX triplet: 27, 19 and 96. RGB value is (39,25,150). Sum of RGB (Red+Green+Blue) = 39+25+150=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #271996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271996 is #D8E669. Grayscale: #2A2A2A. Windows color (decimal): -14214762 or 9836839. OLE color: 9836839.
HSL color Cylindrical-coordinate representation of color #271996: hue angle of 246.72º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271996 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 25 | 150 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.41 |
| HSL | 246.72º | 0.71% | 0.34% | - |
| HSV(B) | 246.72º | 0.83% | 0.59% | - |
| XYZ | 6.69 | 3.33 | 29.14 | - |
| YUV | 43.44 | 188.14 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 150 | 0.74 | 0.83 | 0 | 0.41 | 246.72 | 0.71 | 0.34 |
| Hex | 27 | 19 | 96 | 4A | 53 | 0 | 29 | F7 | 47 | 22 |
| Octal | 47 | 31 | 226 | 112 | 123 | 0 | 51 | 367 | 107 | 42 |
| Binary | 100111 | 11001 | 10010110 | 1001010 | 1010011 | 0 | 101001 | 11110111 | 1000111 | 100010 |
Color Harmonies of #271996
Complementary color
Monochromatic Colors of #271996
Black with #271996
Text Example
Text Example
White with #271996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271996; }
p { color: rgb(39,25,150); }
H1.HeaderClassName
{
color: #271996;
}
.AnyTagClassName
{
color: #271996;
}
</style>
background-color css
<style>
a { background-color: #271996; }
a { background-color: rgb(39,25,150); }
div.DivClassName
{
background-color: #271996;
}
.BgClassName
{
background-color: #271996;
}
</style>
border-color css
<style>
span { border-color: #271996; }
span { border-color: rgb(39,25,150); }
td.TdClassName
{
border-color: #271996;
}
.TagClassName
{
border-color: #271996;
}
</style>