Shades of Ultramarine #150689
Tints of Ultramarine #150689
RGB
CMYK
RGB Variations
Color information
#150689 (or 0x150689) is known color: Ultramarine. HEX triplet: 15, 06 and 89. RGB value is (21,6,137). Sum of RGB (Red+Green+Blue) = 21+6+137=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 137 (53.91% from 255 or 83.54% from 164); Max value from RGB is 137 - color contains mainly: blue. Hex color #150689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150689 is #EAF976. Grayscale: #181818. Windows color (decimal): -15399287 or 8979989. OLE color: 8979989.
HSL color Cylindrical-coordinate representation of color #150689: hue angle of 246.87º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150689 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 6 | 137 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.46 |
| HSL | 246.87º | 0.92% | 0.28% | - |
| HSV(B) | 246.87º | 0.96% | 0.54% | - |
| XYZ | 4.89 | 2.1 | 23.81 | - |
| YUV | 25.42 | 190.97 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 137 | 0.85 | 0.96 | 0 | 0.46 | 246.87 | 0.92 | 0.28 |
| Hex | 15 | 6 | 89 | 55 | 60 | 0 | 2E | F7 | 5C | 1C |
| Octal | 25 | 6 | 211 | 125 | 140 | 0 | 56 | 367 | 134 | 34 |
| Binary | 10101 | 110 | 10001001 | 1010101 | 1100000 | 0 | 101110 | 11110111 | 1011100 | 11100 |
Color Harmonies of #150689
Complementary color
Monochromatic Colors of #150689
Black with #150689
Text Example
Text Example
White with #150689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150689; }
p { color: rgb(21,6,137); }
H1.HeaderClassName
{
color: #150689;
}
.AnyTagClassName
{
color: #150689;
}
</style>
background-color css
<style>
a { background-color: #150689; }
a { background-color: rgb(21,6,137); }
div.DivClassName
{
background-color: #150689;
}
.BgClassName
{
background-color: #150689;
}
</style>
border-color css
<style>
span { border-color: #150689; }
span { border-color: rgb(21,6,137); }
td.TdClassName
{
border-color: #150689;
}
.TagClassName
{
border-color: #150689;
}
</style>