Shades of Ultramarine #270FAC
Tints of Ultramarine #270FAC
RGB
CMYK
RGB Variations
Color information
#270FAC (or 0x270FAC) is known color: Ultramarine. HEX triplet: 27, 0F and AC. RGB value is (39,15,172). Sum of RGB (Red+Green+Blue) = 39+15+172=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #270FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270FAC is #D8F053. Grayscale: #272727. Windows color (decimal): -14217300 or 11276071. OLE color: 11276071.
HSL color Cylindrical-coordinate representation of color #270FAC: hue angle of 249.17º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270FAC is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 15 | 172 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.33 |
| HSL | 249.17º | 0.84% | 0.37% | - |
| HSV(B) | 249.17º | 0.91% | 0.67% | - |
| XYZ | 8.45 | 3.75 | 39.31 | - |
| YUV | 40.07 | 202.45 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 172 | 0.77 | 0.91 | 0 | 0.33 | 249.17 | 0.84 | 0.37 |
| Hex | 27 | F | AC | 4D | 5B | 0 | 21 | F9 | 54 | 25 |
| Octal | 47 | 17 | 254 | 115 | 133 | 0 | 41 | 371 | 124 | 45 |
| Binary | 100111 | 1111 | 10101100 | 1001101 | 1011011 | 0 | 100001 | 11111001 | 1010100 | 100101 |
Color Harmonies of #270FAC
Complementary color
Monochromatic Colors of #270FAC
Black with #270FAC
Text Example
Text Example
White with #270FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FAC; }
p { color: rgb(39,15,172); }
H1.HeaderClassName
{
color: #270FAC;
}
.AnyTagClassName
{
color: #270FAC;
}
</style>
background-color css
<style>
a { background-color: #270FAC; }
a { background-color: rgb(39,15,172); }
div.DivClassName
{
background-color: #270FAC;
}
.BgClassName
{
background-color: #270FAC;
}
</style>
border-color css
<style>
span { border-color: #270FAC; }
span { border-color: rgb(39,15,172); }
td.TdClassName
{
border-color: #270FAC;
}
.TagClassName
{
border-color: #270FAC;
}
</style>