Shades of Ultramarine #271DA2
Tints of Ultramarine #271DA2
RGB
CMYK
RGB Variations
Color information
#271DA2 (or 0x271DA2) is known color: Ultramarine. HEX triplet: 27, 1D and A2. RGB value is (39,29,162). Sum of RGB (Red+Green+Blue) = 39+29+162=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 162 (63.67% from 255 or 70.43% from 230); Max value from RGB is 162 - color contains mainly: blue. Hex color #271DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271DA2 is #D8E25D. Grayscale: #2E2E2E. Windows color (decimal): -14213726 or 10624295. OLE color: 10624295.
HSL color Cylindrical-coordinate representation of color #271DA2: hue angle of 244.51º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271DA2 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 29 | 162 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.36 |
| HSL | 244.51º | 0.7% | 0.37% | - |
| HSV(B) | 244.51º | 0.82% | 0.64% | - |
| XYZ | 7.8 | 3.92 | 34.53 | - |
| YUV | 47.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 162 | 0.76 | 0.82 | 0 | 0.36 | 244.51 | 0.7 | 0.37 |
| Hex | 27 | 1D | A2 | 4C | 52 | 0 | 24 | F5 | 46 | 25 |
| Octal | 47 | 35 | 242 | 114 | 122 | 0 | 44 | 365 | 106 | 45 |
| Binary | 100111 | 11101 | 10100010 | 1001100 | 1010010 | 0 | 100100 | 11110101 | 1000110 | 100101 |
Color Harmonies of #271DA2
Complementary color
Monochromatic Colors of #271DA2
Black with #271DA2
Text Example
Text Example
White with #271DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271DA2; }
p { color: rgb(39,29,162); }
H1.HeaderClassName
{
color: #271DA2;
}
.AnyTagClassName
{
color: #271DA2;
}
</style>
background-color css
<style>
a { background-color: #271DA2; }
a { background-color: rgb(39,29,162); }
div.DivClassName
{
background-color: #271DA2;
}
.BgClassName
{
background-color: #271DA2;
}
</style>
border-color css
<style>
span { border-color: #271DA2; }
span { border-color: rgb(39,29,162); }
td.TdClassName
{
border-color: #271DA2;
}
.TagClassName
{
border-color: #271DA2;
}
</style>