Shades of Ultramarine #270FAB
Tints of Ultramarine #270FAB
RGB
CMYK
RGB Variations
Color information
#270FAB (or 0x270FAB) is known color: Ultramarine. HEX triplet: 27, 0F and AB. RGB value is (39,15,171). Sum of RGB (Red+Green+Blue) = 39+15+171=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #270FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270FAB is #D8F054. Grayscale: #272727. Windows color (decimal): -14217301 or 11210535. OLE color: 11210535.
HSL color Cylindrical-coordinate representation of color #270FAB: hue angle of 249.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270FAB is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 15 | 171 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.33 |
| HSL | 249.23º | 0.84% | 0.36% | - |
| HSV(B) | 249.23º | 0.91% | 0.67% | - |
| XYZ | 8.36 | 3.71 | 38.8 | - |
| YUV | 39.96 | 201.95 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 171 | 0.77 | 0.91 | 0 | 0.33 | 249.23 | 0.84 | 0.36 |
| Hex | 27 | F | AB | 4D | 5B | 0 | 21 | F9 | 54 | 24 |
| Octal | 47 | 17 | 253 | 115 | 133 | 0 | 41 | 371 | 124 | 44 |
| Binary | 100111 | 1111 | 10101011 | 1001101 | 1011011 | 0 | 100001 | 11111001 | 1010100 | 100100 |
Color Harmonies of #270FAB
Complementary color
Monochromatic Colors of #270FAB
Black with #270FAB
Text Example
Text Example
White with #270FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FAB; }
p { color: rgb(39,15,171); }
H1.HeaderClassName
{
color: #270FAB;
}
.AnyTagClassName
{
color: #270FAB;
}
</style>
background-color css
<style>
a { background-color: #270FAB; }
a { background-color: rgb(39,15,171); }
div.DivClassName
{
background-color: #270FAB;
}
.BgClassName
{
background-color: #270FAB;
}
</style>
border-color css
<style>
span { border-color: #270FAB; }
span { border-color: rgb(39,15,171); }
td.TdClassName
{
border-color: #270FAB;
}
.TagClassName
{
border-color: #270FAB;
}
</style>