Shades of Ultramarine #150FAC
Tints of Ultramarine #150FAC
RGB
CMYK
RGB Variations
Color information
#150FAC (or 0x150FAC) is known color: Ultramarine. HEX triplet: 15, 0F and AC. RGB value is (21,15,172). Sum of RGB (Red+Green+Blue) = 21+15+172=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 172 (67.58% from 255 or 82.69% from 208); Max value from RGB is 172 - color contains mainly: blue. Hex color #150FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150FAC is #EAF053. Grayscale: #222222. Windows color (decimal): -15396948 or 11276053. OLE color: 11276053.
HSL color Cylindrical-coordinate representation of color #150FAC: hue angle of 242.29º 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 #150FAC is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 15 | 172 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.33 |
| HSL | 242.29º | 0.84% | 0.37% | - |
| HSV(B) | 242.29º | 0.91% | 0.67% | - |
| XYZ | 7.93 | 3.48 | 39.28 | - |
| YUV | 34.69 | 205.49 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 172 | 0.88 | 0.91 | 0 | 0.33 | 242.29 | 0.84 | 0.37 |
| Hex | 15 | F | AC | 58 | 5B | 0 | 21 | F2 | 54 | 25 |
| Octal | 25 | 17 | 254 | 130 | 133 | 0 | 41 | 362 | 124 | 45 |
| Binary | 10101 | 1111 | 10101100 | 1011000 | 1011011 | 0 | 100001 | 11110010 | 1010100 | 100101 |
Color Harmonies of #150FAC
Complementary color
Monochromatic Colors of #150FAC
Black with #150FAC
Text Example
Text Example
White with #150FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FAC; }
p { color: rgb(21,15,172); }
H1.HeaderClassName
{
color: #150FAC;
}
.AnyTagClassName
{
color: #150FAC;
}
</style>
background-color css
<style>
a { background-color: #150FAC; }
a { background-color: rgb(21,15,172); }
div.DivClassName
{
background-color: #150FAC;
}
.BgClassName
{
background-color: #150FAC;
}
</style>
border-color css
<style>
span { border-color: #150FAC; }
span { border-color: rgb(21,15,172); }
td.TdClassName
{
border-color: #150FAC;
}
.TagClassName
{
border-color: #150FAC;
}
</style>