Shades of Ultramarine #271897
Tints of Ultramarine #271897
RGB
CMYK
RGB Variations
Color information
#271897 (or 0x271897) is known color: Ultramarine. HEX triplet: 27, 18 and 97. RGB value is (39,24,151). Sum of RGB (Red+Green+Blue) = 39+24+151=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 151 (59.38% from 255 or 70.56% from 214); Max value from RGB is 151 - color contains mainly: blue. Hex color #271897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271897 is #D8E768. Grayscale: #2A2A2A. Windows color (decimal): -14215017 or 9902119. OLE color: 9902119.
HSL color Cylindrical-coordinate representation of color #271897: hue angle of 247.09º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271897 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 24 | 151 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.41 |
| HSL | 247.09º | 0.73% | 0.34% | - |
| HSV(B) | 247.09º | 0.84% | 0.59% | - |
| XYZ | 6.75 | 3.32 | 29.56 | - |
| YUV | 42.96 | 188.97 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 151 | 0.74 | 0.84 | 0 | 0.41 | 247.09 | 0.73 | 0.34 |
| Hex | 27 | 18 | 97 | 4A | 54 | 0 | 29 | F7 | 49 | 22 |
| Octal | 47 | 30 | 227 | 112 | 124 | 0 | 51 | 367 | 111 | 42 |
| Binary | 100111 | 11000 | 10010111 | 1001010 | 1010100 | 0 | 101001 | 11110111 | 1001001 | 100010 |
Color Harmonies of #271897
Complementary color
Monochromatic Colors of #271897
Black with #271897
Text Example
Text Example
White with #271897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271897; }
p { color: rgb(39,24,151); }
H1.HeaderClassName
{
color: #271897;
}
.AnyTagClassName
{
color: #271897;
}
</style>
background-color css
<style>
a { background-color: #271897; }
a { background-color: rgb(39,24,151); }
div.DivClassName
{
background-color: #271897;
}
.BgClassName
{
background-color: #271897;
}
</style>
border-color css
<style>
span { border-color: #271897; }
span { border-color: rgb(39,24,151); }
td.TdClassName
{
border-color: #271897;
}
.TagClassName
{
border-color: #271897;
}
</style>