Shades of Ultramarine #271CAC
Tints of Ultramarine #271CAC
RGB
CMYK
RGB Variations
Color information
#271CAC (or 0x271CAC) is known color: Ultramarine. HEX triplet: 27, 1C and AC. RGB value is (39,28,172). Sum of RGB (Red+Green+Blue) = 39+28+172=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #271CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271CAC is #D8E353. Grayscale: #2F2F2F. Windows color (decimal): -14213972 or 11279399. OLE color: 11279399.
HSL color Cylindrical-coordinate representation of color #271CAC: hue angle of 244.58º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271CAC is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 28 | 172 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.33 |
| HSL | 244.58º | 0.72% | 0.39% | - |
| HSV(B) | 244.58º | 0.84% | 0.67% | - |
| XYZ | 8.7 | 4.24 | 39.39 | - |
| YUV | 47.71 | 198.14 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 172 | 0.77 | 0.84 | 0 | 0.33 | 244.58 | 0.72 | 0.39 |
| Hex | 27 | 1C | AC | 4D | 54 | 0 | 21 | F5 | 48 | 27 |
| Octal | 47 | 34 | 254 | 115 | 124 | 0 | 41 | 365 | 110 | 47 |
| Binary | 100111 | 11100 | 10101100 | 1001101 | 1010100 | 0 | 100001 | 11110101 | 1001000 | 100111 |
Color Harmonies of #271CAC
Complementary color
Monochromatic Colors of #271CAC
Black with #271CAC
Text Example
Text Example
White with #271CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271CAC; }
p { color: rgb(39,28,172); }
H1.HeaderClassName
{
color: #271CAC;
}
.AnyTagClassName
{
color: #271CAC;
}
</style>
background-color css
<style>
a { background-color: #271CAC; }
a { background-color: rgb(39,28,172); }
div.DivClassName
{
background-color: #271CAC;
}
.BgClassName
{
background-color: #271CAC;
}
</style>
border-color css
<style>
span { border-color: #271CAC; }
span { border-color: rgb(39,28,172); }
td.TdClassName
{
border-color: #271CAC;
}
.TagClassName
{
border-color: #271CAC;
}
</style>