Shades of Ultramarine #271BA8
Tints of Ultramarine #271BA8
RGB
CMYK
RGB Variations
Color information
#271BA8 (or 0x271BA8) is known color: Ultramarine. HEX triplet: 27, 1B and A8. RGB value is (39,27,168). Sum of RGB (Red+Green+Blue) = 39+27+168=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 168 (66.02% from 255 or 71.79% from 234); Max value from RGB is 168 - color contains mainly: blue. Hex color #271BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271BA8 is #D8E457. Grayscale: #2E2E2E. Windows color (decimal): -14214232 or 11016999. OLE color: 11016999.
HSL color Cylindrical-coordinate representation of color #271BA8: hue angle of 245.11º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271BA8 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 27 | 168 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.34 |
| HSL | 245.11º | 0.72% | 0.38% | - |
| HSV(B) | 245.11º | 0.84% | 0.66% | - |
| XYZ | 8.3 | 4.04 | 37.39 | - |
| YUV | 46.66 | 196.48 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 168 | 0.77 | 0.84 | 0 | 0.34 | 245.11 | 0.72 | 0.38 |
| Hex | 27 | 1B | A8 | 4D | 54 | 0 | 22 | F5 | 48 | 26 |
| Octal | 47 | 33 | 250 | 115 | 124 | 0 | 42 | 365 | 110 | 46 |
| Binary | 100111 | 11011 | 10101000 | 1001101 | 1010100 | 0 | 100010 | 11110101 | 1001000 | 100110 |
Color Harmonies of #271BA8
Complementary color
Monochromatic Colors of #271BA8
Black with #271BA8
Text Example
Text Example
White with #271BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BA8; }
p { color: rgb(39,27,168); }
H1.HeaderClassName
{
color: #271BA8;
}
.AnyTagClassName
{
color: #271BA8;
}
</style>
background-color css
<style>
a { background-color: #271BA8; }
a { background-color: rgb(39,27,168); }
div.DivClassName
{
background-color: #271BA8;
}
.BgClassName
{
background-color: #271BA8;
}
</style>
border-color css
<style>
span { border-color: #271BA8; }
span { border-color: rgb(39,27,168); }
td.TdClassName
{
border-color: #271BA8;
}
.TagClassName
{
border-color: #271BA8;
}
</style>