Shades of Ultramarine #270CAB
Tints of Ultramarine #270CAB
RGB
CMYK
RGB Variations
Color information
#270CAB (or 0x270CAB) is known color: Ultramarine. HEX triplet: 27, 0C and AB. RGB value is (39,12,171). Sum of RGB (Red+Green+Blue) = 39+12+171=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #270CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270CAB is #D8F354. Grayscale: #252525. Windows color (decimal): -14218069 or 11209767. OLE color: 11209767.
HSL color Cylindrical-coordinate representation of color #270CAB: hue angle of 250.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270CAB is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 12 | 171 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.33 |
| HSL | 250.19º | 0.87% | 0.36% | - |
| HSV(B) | 250.19º | 0.93% | 0.67% | - |
| XYZ | 8.32 | 3.63 | 38.79 | - |
| YUV | 38.2 | 202.95 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 171 | 0.77 | 0.93 | 0 | 0.33 | 250.19 | 0.87 | 0.36 |
| Hex | 27 | C | AB | 4D | 5D | 0 | 21 | FA | 57 | 24 |
| Octal | 47 | 14 | 253 | 115 | 135 | 0 | 41 | 372 | 127 | 44 |
| Binary | 100111 | 1100 | 10101011 | 1001101 | 1011101 | 0 | 100001 | 11111010 | 1010111 | 100100 |
Color Harmonies of #270CAB
Complementary color
Monochromatic Colors of #270CAB
Black with #270CAB
Text Example
Text Example
White with #270CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CAB; }
p { color: rgb(39,12,171); }
H1.HeaderClassName
{
color: #270CAB;
}
.AnyTagClassName
{
color: #270CAB;
}
</style>
background-color css
<style>
a { background-color: #270CAB; }
a { background-color: rgb(39,12,171); }
div.DivClassName
{
background-color: #270CAB;
}
.BgClassName
{
background-color: #270CAB;
}
</style>
border-color css
<style>
span { border-color: #270CAB; }
span { border-color: rgb(39,12,171); }
td.TdClassName
{
border-color: #270CAB;
}
.TagClassName
{
border-color: #270CAB;
}
</style>