Shades of Ultramarine #271894
Tints of Ultramarine #271894
RGB
CMYK
RGB Variations
Color information
#271894 (or 0x271894) is known color: Ultramarine. HEX triplet: 27, 18 and 94. RGB value is (39,24,148). Sum of RGB (Red+Green+Blue) = 39+24+148=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #271894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271894 is #D8E76B. Grayscale: #2A2A2A. Windows color (decimal): -14215020 or 9705511. OLE color: 9705511.
HSL color Cylindrical-coordinate representation of color #271894: hue angle of 247.26º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271894 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 24 | 148 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.42 |
| HSL | 247.26º | 0.72% | 0.34% | - |
| HSV(B) | 247.26º | 0.84% | 0.58% | - |
| XYZ | 6.51 | 3.22 | 28.3 | - |
| YUV | 42.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 148 | 0.74 | 0.84 | 0 | 0.42 | 247.26 | 0.72 | 0.34 |
| Hex | 27 | 18 | 94 | 4A | 54 | 0 | 2A | F7 | 48 | 22 |
| Octal | 47 | 30 | 224 | 112 | 124 | 0 | 52 | 367 | 110 | 42 |
| Binary | 100111 | 11000 | 10010100 | 1001010 | 1010100 | 0 | 101010 | 11110111 | 1001000 | 100010 |
Color Harmonies of #271894
Complementary color
Monochromatic Colors of #271894
Black with #271894
Text Example
Text Example
White with #271894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271894; }
p { color: rgb(39,24,148); }
H1.HeaderClassName
{
color: #271894;
}
.AnyTagClassName
{
color: #271894;
}
</style>
background-color css
<style>
a { background-color: #271894; }
a { background-color: rgb(39,24,148); }
div.DivClassName
{
background-color: #271894;
}
.BgClassName
{
background-color: #271894;
}
</style>
border-color css
<style>
span { border-color: #271894; }
span { border-color: rgb(39,24,148); }
td.TdClassName
{
border-color: #271894;
}
.TagClassName
{
border-color: #271894;
}
</style>