Shades of Ultramarine #271999
Tints of Ultramarine #271999
RGB
CMYK
RGB Variations
Color information
#271999 (or 0x271999) is known color: Ultramarine. HEX triplet: 27, 19 and 99. RGB value is (39,25,153). Sum of RGB (Red+Green+Blue) = 39+25+153=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #271999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271999 is #D8E666. Grayscale: #2B2B2B. Windows color (decimal): -14214759 or 10033447. OLE color: 10033447.
HSL color Cylindrical-coordinate representation of color #271999: hue angle of 246.56º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271999 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 25 | 153 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.4 |
| HSL | 246.56º | 0.72% | 0.35% | - |
| HSV(B) | 246.56º | 0.84% | 0.6% | - |
| XYZ | 6.93 | 3.43 | 30.43 | - |
| YUV | 43.78 | 189.64 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 153 | 0.75 | 0.84 | 0 | 0.4 | 246.56 | 0.72 | 0.35 |
| Hex | 27 | 19 | 99 | 4B | 54 | 0 | 28 | F7 | 48 | 23 |
| Octal | 47 | 31 | 231 | 113 | 124 | 0 | 50 | 367 | 110 | 43 |
| Binary | 100111 | 11001 | 10011001 | 1001011 | 1010100 | 0 | 101000 | 11110111 | 1001000 | 100011 |
Color Harmonies of #271999
Complementary color
Monochromatic Colors of #271999
Black with #271999
Text Example
Text Example
White with #271999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271999; }
p { color: rgb(39,25,153); }
H1.HeaderClassName
{
color: #271999;
}
.AnyTagClassName
{
color: #271999;
}
</style>
background-color css
<style>
a { background-color: #271999; }
a { background-color: rgb(39,25,153); }
div.DivClassName
{
background-color: #271999;
}
.BgClassName
{
background-color: #271999;
}
</style>
border-color css
<style>
span { border-color: #271999; }
span { border-color: rgb(39,25,153); }
td.TdClassName
{
border-color: #271999;
}
.TagClassName
{
border-color: #271999;
}
</style>