Shades of Ultramarine #271AA8
Tints of Ultramarine #271AA8
RGB
CMYK
RGB Variations
Color information
#271AA8 (or 0x271AA8) is known color: Ultramarine. HEX triplet: 27, 1A and A8. RGB value is (39,26,168). Sum of RGB (Red+Green+Blue) = 39+26+168=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 168 (66.02% from 255 or 72.10% from 233); Max value from RGB is 168 - color contains mainly: blue. Hex color #271AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271AA8 is #D8E557. Grayscale: #2D2D2D. Windows color (decimal): -14214488 or 11016743. OLE color: 11016743.
HSL color Cylindrical-coordinate representation of color #271AA8: hue angle of 245.49º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271AA8 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 26 | 168 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.34 |
| HSL | 245.49º | 0.73% | 0.38% | - |
| HSV(B) | 245.49º | 0.85% | 0.66% | - |
| XYZ | 8.27 | 4 | 37.38 | - |
| YUV | 46.08 | 196.81 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 168 | 0.77 | 0.85 | 0 | 0.34 | 245.49 | 0.73 | 0.38 |
| Hex | 27 | 1A | A8 | 4D | 55 | 0 | 22 | F5 | 49 | 26 |
| Octal | 47 | 32 | 250 | 115 | 125 | 0 | 42 | 365 | 111 | 46 |
| Binary | 100111 | 11010 | 10101000 | 1001101 | 1010101 | 0 | 100010 | 11110101 | 1001001 | 100110 |
Color Harmonies of #271AA8
Complementary color
Monochromatic Colors of #271AA8
Black with #271AA8
Text Example
Text Example
White with #271AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271AA8; }
p { color: rgb(39,26,168); }
H1.HeaderClassName
{
color: #271AA8;
}
.AnyTagClassName
{
color: #271AA8;
}
</style>
background-color css
<style>
a { background-color: #271AA8; }
a { background-color: rgb(39,26,168); }
div.DivClassName
{
background-color: #271AA8;
}
.BgClassName
{
background-color: #271AA8;
}
</style>
border-color css
<style>
span { border-color: #271AA8; }
span { border-color: rgb(39,26,168); }
td.TdClassName
{
border-color: #271AA8;
}
.TagClassName
{
border-color: #271AA8;
}
</style>