Shades of Ultramarine #271BAC
Tints of Ultramarine #271BAC
RGB
CMYK
RGB Variations
Color information
#271BAC (or 0x271BAC) is known color: Ultramarine. HEX triplet: 27, 1B and AC. RGB value is (39,27,172). Sum of RGB (Red+Green+Blue) = 39+27+172=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #271BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271BAC is #D8E453. Grayscale: #2E2E2E. Windows color (decimal): -14214228 or 11279143. OLE color: 11279143.
HSL color Cylindrical-coordinate representation of color #271BAC: hue angle of 244.97º degrees, saturation: 0.73, 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 #271BAC is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 27 | 172 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.33 |
| HSL | 244.97º | 0.73% | 0.39% | - |
| HSV(B) | 244.97º | 0.84% | 0.67% | - |
| XYZ | 8.68 | 4.19 | 39.38 | - |
| YUV | 47.12 | 198.48 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 172 | 0.77 | 0.84 | 0 | 0.33 | 244.97 | 0.73 | 0.39 |
| Hex | 27 | 1B | AC | 4D | 54 | 0 | 21 | F5 | 49 | 27 |
| Octal | 47 | 33 | 254 | 115 | 124 | 0 | 41 | 365 | 111 | 47 |
| Binary | 100111 | 11011 | 10101100 | 1001101 | 1010100 | 0 | 100001 | 11110101 | 1001001 | 100111 |
Color Harmonies of #271BAC
Complementary color
Monochromatic Colors of #271BAC
Black with #271BAC
Text Example
Text Example
White with #271BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BAC; }
p { color: rgb(39,27,172); }
H1.HeaderClassName
{
color: #271BAC;
}
.AnyTagClassName
{
color: #271BAC;
}
</style>
background-color css
<style>
a { background-color: #271BAC; }
a { background-color: rgb(39,27,172); }
div.DivClassName
{
background-color: #271BAC;
}
.BgClassName
{
background-color: #271BAC;
}
</style>
border-color css
<style>
span { border-color: #271BAC; }
span { border-color: rgb(39,27,172); }
td.TdClassName
{
border-color: #271BAC;
}
.TagClassName
{
border-color: #271BAC;
}
</style>