Shades of Ultramarine #150BA6
Tints of Ultramarine #150BA6
RGB
CMYK
RGB Variations
Color information
#150BA6 (or 0x150BA6) is known color: Ultramarine. HEX triplet: 15, 0B and A6. RGB value is (21,11,166). Sum of RGB (Red+Green+Blue) = 21+11+166=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 166 (65.23% from 255 or 83.84% from 198); Max value from RGB is 166 - color contains mainly: blue. Hex color #150BA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150BA6 is #EAF459. Grayscale: #1F1F1F. Windows color (decimal): -15397978 or 10881813. OLE color: 10881813.
HSL color Cylindrical-coordinate representation of color #150BA6: hue angle of 243.87º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150BA6 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 11 | 166 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.35 |
| HSL | 243.87º | 0.88% | 0.35% | - |
| HSV(B) | 243.87º | 0.93% | 0.65% | - |
| XYZ | 7.31 | 3.15 | 36.3 | - |
| YUV | 31.66 | 203.81 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 166 | 0.87 | 0.93 | 0 | 0.35 | 243.87 | 0.88 | 0.35 |
| Hex | 15 | B | A6 | 57 | 5D | 0 | 23 | F4 | 58 | 23 |
| Octal | 25 | 13 | 246 | 127 | 135 | 0 | 43 | 364 | 130 | 43 |
| Binary | 10101 | 1011 | 10100110 | 1010111 | 1011101 | 0 | 100011 | 11110100 | 1011000 | 100011 |
Color Harmonies of #150BA6
Complementary color
Monochromatic Colors of #150BA6
Black with #150BA6
Text Example
Text Example
White with #150BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BA6; }
p { color: rgb(21,11,166); }
H1.HeaderClassName
{
color: #150BA6;
}
.AnyTagClassName
{
color: #150BA6;
}
</style>
background-color css
<style>
a { background-color: #150BA6; }
a { background-color: rgb(21,11,166); }
div.DivClassName
{
background-color: #150BA6;
}
.BgClassName
{
background-color: #150BA6;
}
</style>
border-color css
<style>
span { border-color: #150BA6; }
span { border-color: rgb(21,11,166); }
td.TdClassName
{
border-color: #150BA6;
}
.TagClassName
{
border-color: #150BA6;
}
</style>