Shades of Ultramarine #271E90
Tints of Ultramarine #271E90
RGB
CMYK
RGB Variations
Color information
#271E90 (or 0x271E90) is known color: Ultramarine. HEX triplet: 27, 1E and 90. RGB value is (39,30,144). Sum of RGB (Red+Green+Blue) = 39+30+144=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #271E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271E90 is #D8E16F. Grayscale: #2D2D2D. Windows color (decimal): -14213488 or 9444903. OLE color: 9444903.
HSL color Cylindrical-coordinate representation of color #271E90: hue angle of 244.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271E90 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 30 | 144 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.44 |
| HSL | 244.74º | 0.66% | 0.34% | - |
| HSV(B) | 244.74º | 0.79% | 0.56% | - |
| XYZ | 6.34 | 3.37 | 26.7 | - |
| YUV | 45.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 144 | 0.73 | 0.79 | 0 | 0.44 | 244.74 | 0.66 | 0.34 |
| Hex | 27 | 1E | 90 | 49 | 4F | 0 | 2C | F5 | 42 | 22 |
| Octal | 47 | 36 | 220 | 111 | 117 | 0 | 54 | 365 | 102 | 42 |
| Binary | 100111 | 11110 | 10010000 | 1001001 | 1001111 | 0 | 101100 | 11110101 | 1000010 | 100010 |
Color Harmonies of #271E90
Complementary color
Monochromatic Colors of #271E90
Black with #271E90
Text Example
Text Example
White with #271E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271E90; }
p { color: rgb(39,30,144); }
H1.HeaderClassName
{
color: #271E90;
}
.AnyTagClassName
{
color: #271E90;
}
</style>
background-color css
<style>
a { background-color: #271E90; }
a { background-color: rgb(39,30,144); }
div.DivClassName
{
background-color: #271E90;
}
.BgClassName
{
background-color: #271E90;
}
</style>
border-color css
<style>
span { border-color: #271E90; }
span { border-color: rgb(39,30,144); }
td.TdClassName
{
border-color: #271E90;
}
.TagClassName
{
border-color: #271E90;
}
</style>