Shades of Ultramarine #271A9B
Tints of Ultramarine #271A9B
RGB
CMYK
RGB Variations
Color information
#271A9B (or 0x271A9B) is known color: Ultramarine. HEX triplet: 27, 1A and 9B. RGB value is (39,26,155). Sum of RGB (Red+Green+Blue) = 39+26+155=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #271A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A9B is #D8E564. Grayscale: #2C2C2C. Windows color (decimal): -14214501 or 10164775. OLE color: 10164775.
HSL color Cylindrical-coordinate representation of color #271A9B: hue angle of 246.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271A9B is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 26 | 155 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.39 |
| HSL | 246.05º | 0.71% | 0.35% | - |
| HSV(B) | 246.05º | 0.83% | 0.61% | - |
| XYZ | 7.12 | 3.54 | 31.32 | - |
| YUV | 44.59 | 190.31 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 155 | 0.75 | 0.83 | 0 | 0.39 | 246.05 | 0.71 | 0.35 |
| Hex | 27 | 1A | 9B | 4B | 53 | 0 | 27 | F6 | 47 | 23 |
| Octal | 47 | 32 | 233 | 113 | 123 | 0 | 47 | 366 | 107 | 43 |
| Binary | 100111 | 11010 | 10011011 | 1001011 | 1010011 | 0 | 100111 | 11110110 | 1000111 | 100011 |
Color Harmonies of #271A9B
Complementary color
Monochromatic Colors of #271A9B
Black with #271A9B
Text Example
Text Example
White with #271A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A9B; }
p { color: rgb(39,26,155); }
H1.HeaderClassName
{
color: #271A9B;
}
.AnyTagClassName
{
color: #271A9B;
}
</style>
background-color css
<style>
a { background-color: #271A9B; }
a { background-color: rgb(39,26,155); }
div.DivClassName
{
background-color: #271A9B;
}
.BgClassName
{
background-color: #271A9B;
}
</style>
border-color css
<style>
span { border-color: #271A9B; }
span { border-color: rgb(39,26,155); }
td.TdClassName
{
border-color: #271A9B;
}
.TagClassName
{
border-color: #271A9B;
}
</style>