Shades of Ultramarine #271492
Tints of Ultramarine #271492
RGB
CMYK
RGB Variations
Color information
#271492 (or 0x271492) is known color: Ultramarine. HEX triplet: 27, 14 and 92. RGB value is (39,20,146). Sum of RGB (Red+Green+Blue) = 39+20+146=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 146 (57.42% from 255 or 71.22% from 205); Max value from RGB is 146 - color contains mainly: blue. Hex color #271492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271492 is #D8EB6D. Grayscale: #272727. Windows color (decimal): -14216046 or 9573415. OLE color: 9573415.
HSL color Cylindrical-coordinate representation of color #271492: hue angle of 249.05º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271492 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 20 | 146 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.43 |
| HSL | 249.05º | 0.76% | 0.33% | - |
| HSV(B) | 249.05º | 0.86% | 0.57% | - |
| XYZ | 6.28 | 3.01 | 27.44 | - |
| YUV | 40.05 | 187.79 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 146 | 0.73 | 0.86 | 0 | 0.43 | 249.05 | 0.76 | 0.33 |
| Hex | 27 | 14 | 92 | 49 | 56 | 0 | 2B | F9 | 4C | 21 |
| Octal | 47 | 24 | 222 | 111 | 126 | 0 | 53 | 371 | 114 | 41 |
| Binary | 100111 | 10100 | 10010010 | 1001001 | 1010110 | 0 | 101011 | 11111001 | 1001100 | 100001 |
Color Harmonies of #271492
Complementary color
Monochromatic Colors of #271492
Black with #271492
Text Example
Text Example
White with #271492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271492; }
p { color: rgb(39,20,146); }
H1.HeaderClassName
{
color: #271492;
}
.AnyTagClassName
{
color: #271492;
}
</style>
background-color css
<style>
a { background-color: #271492; }
a { background-color: rgb(39,20,146); }
div.DivClassName
{
background-color: #271492;
}
.BgClassName
{
background-color: #271492;
}
</style>
border-color css
<style>
span { border-color: #271492; }
span { border-color: rgb(39,20,146); }
td.TdClassName
{
border-color: #271492;
}
.TagClassName
{
border-color: #271492;
}
</style>