Shades of Ultramarine #270AAB
Tints of Ultramarine #270AAB
RGB
CMYK
RGB Variations
Color information
#270AAB (or 0x270AAB) is known color: Ultramarine. HEX triplet: 27, 0A and AB. RGB value is (39,10,171). Sum of RGB (Red+Green+Blue) = 39+10+171=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #270AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270AAB is #D8F554. Grayscale: #242424. Windows color (decimal): -14218581 or 11209255. OLE color: 11209255.
HSL color Cylindrical-coordinate representation of color #270AAB: hue angle of 250.81º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270AAB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 10 | 171 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.33 |
| HSL | 250.81º | 0.89% | 0.35% | - |
| HSV(B) | 250.81º | 0.94% | 0.67% | - |
| XYZ | 8.3 | 3.59 | 38.78 | - |
| YUV | 37.03 | 203.61 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 171 | 0.77 | 0.94 | 0 | 0.33 | 250.81 | 0.89 | 0.35 |
| Hex | 27 | A | AB | 4D | 5E | 0 | 21 | FB | 59 | 23 |
| Octal | 47 | 12 | 253 | 115 | 136 | 0 | 41 | 373 | 131 | 43 |
| Binary | 100111 | 1010 | 10101011 | 1001101 | 1011110 | 0 | 100001 | 11111011 | 1011001 | 100011 |
Color Harmonies of #270AAB
Complementary color
Monochromatic Colors of #270AAB
Black with #270AAB
Text Example
Text Example
White with #270AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270AAB; }
p { color: rgb(39,10,171); }
H1.HeaderClassName
{
color: #270AAB;
}
.AnyTagClassName
{
color: #270AAB;
}
</style>
background-color css
<style>
a { background-color: #270AAB; }
a { background-color: rgb(39,10,171); }
div.DivClassName
{
background-color: #270AAB;
}
.BgClassName
{
background-color: #270AAB;
}
</style>
border-color css
<style>
span { border-color: #270AAB; }
span { border-color: rgb(39,10,171); }
td.TdClassName
{
border-color: #270AAB;
}
.TagClassName
{
border-color: #270AAB;
}
</style>