Shades of Ultramarine #271BA5
Tints of Ultramarine #271BA5
RGB
CMYK
RGB Variations
Color information
#271BA5 (or 0x271BA5) is known color: Ultramarine. HEX triplet: 27, 1B and A5. RGB value is (39,27,165). Sum of RGB (Red+Green+Blue) = 39+27+165=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 165 (64.84% from 255 or 71.43% from 231); Max value from RGB is 165 - color contains mainly: blue. Hex color #271BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271BA5 is #D8E45A. Grayscale: #2D2D2D. Windows color (decimal): -14214235 or 10820391. OLE color: 10820391.
HSL color Cylindrical-coordinate representation of color #271BA5: hue angle of 245.22º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271BA5 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 27 | 165 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.35 |
| HSL | 245.22º | 0.72% | 0.38% | - |
| HSV(B) | 245.22º | 0.84% | 0.65% | - |
| XYZ | 8.02 | 3.93 | 35.93 | - |
| YUV | 46.32 | 194.98 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 165 | 0.76 | 0.84 | 0 | 0.35 | 245.22 | 0.72 | 0.38 |
| Hex | 27 | 1B | A5 | 4C | 54 | 0 | 23 | F5 | 48 | 26 |
| Octal | 47 | 33 | 245 | 114 | 124 | 0 | 43 | 365 | 110 | 46 |
| Binary | 100111 | 11011 | 10100101 | 1001100 | 1010100 | 0 | 100011 | 11110101 | 1001000 | 100110 |
Color Harmonies of #271BA5
Complementary color
Monochromatic Colors of #271BA5
Black with #271BA5
Text Example
Text Example
White with #271BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BA5; }
p { color: rgb(39,27,165); }
H1.HeaderClassName
{
color: #271BA5;
}
.AnyTagClassName
{
color: #271BA5;
}
</style>
background-color css
<style>
a { background-color: #271BA5; }
a { background-color: rgb(39,27,165); }
div.DivClassName
{
background-color: #271BA5;
}
.BgClassName
{
background-color: #271BA5;
}
</style>
border-color css
<style>
span { border-color: #271BA5; }
span { border-color: rgb(39,27,165); }
td.TdClassName
{
border-color: #271BA5;
}
.TagClassName
{
border-color: #271BA5;
}
</style>