Shades of Ultramarine #271BA4
Tints of Ultramarine #271BA4
RGB
CMYK
RGB Variations
Color information
#271BA4 (or 0x271BA4) is known color: Ultramarine. HEX triplet: 27, 1B and A4. RGB value is (39,27,164). Sum of RGB (Red+Green+Blue) = 39+27+164=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 164 (64.45% from 255 or 71.30% from 230); Max value from RGB is 164 - color contains mainly: blue. Hex color #271BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271BA4 is #D8E45B. Grayscale: #2D2D2D. Windows color (decimal): -14214236 or 10754855. OLE color: 10754855.
HSL color Cylindrical-coordinate representation of color #271BA4: hue angle of 245.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271BA4 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 27 | 164 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.36 |
| HSL | 245.26º | 0.72% | 0.37% | - |
| HSV(B) | 245.26º | 0.84% | 0.64% | - |
| XYZ | 7.93 | 3.9 | 35.46 | - |
| YUV | 46.21 | 194.48 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 164 | 0.76 | 0.84 | 0 | 0.36 | 245.26 | 0.72 | 0.37 |
| Hex | 27 | 1B | A4 | 4C | 54 | 0 | 24 | F5 | 48 | 25 |
| Octal | 47 | 33 | 244 | 114 | 124 | 0 | 44 | 365 | 110 | 45 |
| Binary | 100111 | 11011 | 10100100 | 1001100 | 1010100 | 0 | 100100 | 11110101 | 1001000 | 100101 |
Color Harmonies of #271BA4
Complementary color
Monochromatic Colors of #271BA4
Black with #271BA4
Text Example
Text Example
White with #271BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BA4; }
p { color: rgb(39,27,164); }
H1.HeaderClassName
{
color: #271BA4;
}
.AnyTagClassName
{
color: #271BA4;
}
</style>
background-color css
<style>
a { background-color: #271BA4; }
a { background-color: rgb(39,27,164); }
div.DivClassName
{
background-color: #271BA4;
}
.BgClassName
{
background-color: #271BA4;
}
</style>
border-color css
<style>
span { border-color: #271BA4; }
span { border-color: rgb(39,27,164); }
td.TdClassName
{
border-color: #271BA4;
}
.TagClassName
{
border-color: #271BA4;
}
</style>