Shades of Ultramarine #150699
Tints of Ultramarine #150699
RGB
CMYK
RGB Variations
Color information
#150699 (or 0x150699) is known color: Ultramarine. HEX triplet: 15, 06 and 99. RGB value is (21,6,153). Sum of RGB (Red+Green+Blue) = 21+6+153=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 153 (60.16% from 255 or 85% from 180); Max value from RGB is 153 - color contains mainly: blue. Hex color #150699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150699 is #EAF966. Grayscale: #1A1A1A. Windows color (decimal): -15399271 or 10028565. OLE color: 10028565.
HSL color Cylindrical-coordinate representation of color #150699: hue angle of 246.12º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150699 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 6 | 153 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.4 |
| HSL | 246.12º | 0.92% | 0.31% | - |
| HSV(B) | 246.12º | 0.96% | 0.6% | - |
| XYZ | 6.12 | 2.59 | 30.31 | - |
| YUV | 27.24 | 198.97 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 153 | 0.86 | 0.96 | 0 | 0.4 | 246.12 | 0.92 | 0.31 |
| Hex | 15 | 6 | 99 | 56 | 60 | 0 | 28 | F6 | 5C | 1F |
| Octal | 25 | 6 | 231 | 126 | 140 | 0 | 50 | 366 | 134 | 37 |
| Binary | 10101 | 110 | 10011001 | 1010110 | 1100000 | 0 | 101000 | 11110110 | 1011100 | 11111 |
Color Harmonies of #150699
Complementary color
Monochromatic Colors of #150699
Black with #150699
Text Example
Text Example
White with #150699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150699; }
p { color: rgb(21,6,153); }
H1.HeaderClassName
{
color: #150699;
}
.AnyTagClassName
{
color: #150699;
}
</style>
background-color css
<style>
a { background-color: #150699; }
a { background-color: rgb(21,6,153); }
div.DivClassName
{
background-color: #150699;
}
.BgClassName
{
background-color: #150699;
}
</style>
border-color css
<style>
span { border-color: #150699; }
span { border-color: rgb(21,6,153); }
td.TdClassName
{
border-color: #150699;
}
.TagClassName
{
border-color: #150699;
}
</style>