Shades of Ultramarine #272890
Tints of Ultramarine #272890
RGB
CMYK
RGB Variations
Color information
#272890 (or 0x272890) is known color: Ultramarine. HEX triplet: 27, 28 and 90. RGB value is (39,40,144). Sum of RGB (Red+Green+Blue) = 39+40+144=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #272890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272890 is #D8D76F. Grayscale: #333333. Windows color (decimal): -14210928 or 9447463. OLE color: 9447463.
HSL color Cylindrical-coordinate representation of color #272890: hue angle of 239.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #272890 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 40 | 144 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.44 |
| HSL | 239.43º | 0.57% | 0.36% | - |
| HSV(B) | 239.43º | 0.73% | 0.56% | - |
| XYZ | 6.63 | 3.96 | 26.8 | - |
| YUV | 51.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 144 | 0.73 | 0.72 | 0 | 0.44 | 239.43 | 0.57 | 0.36 |
| Hex | 27 | 28 | 90 | 49 | 48 | 0 | 2C | EF | 39 | 24 |
| Octal | 47 | 50 | 220 | 111 | 110 | 0 | 54 | 357 | 71 | 44 |
| Binary | 100111 | 101000 | 10010000 | 1001001 | 1001000 | 0 | 101100 | 11101111 | 111001 | 100100 |
Color Harmonies of #272890
Complementary color
Monochromatic Colors of #272890
Black with #272890
Text Example
Text Example
White with #272890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272890; }
p { color: rgb(39,40,144); }
H1.HeaderClassName
{
color: #272890;
}
.AnyTagClassName
{
color: #272890;
}
</style>
background-color css
<style>
a { background-color: #272890; }
a { background-color: rgb(39,40,144); }
div.DivClassName
{
background-color: #272890;
}
.BgClassName
{
background-color: #272890;
}
</style>
border-color css
<style>
span { border-color: #272890; }
span { border-color: rgb(39,40,144); }
td.TdClassName
{
border-color: #272890;
}
.TagClassName
{
border-color: #272890;
}
</style>