Shades of Ultramarine #150690
Tints of Ultramarine #150690
RGB
CMYK
RGB Variations
Color information
#150690 (or 0x150690) is known color: Ultramarine. HEX triplet: 15, 06 and 90. RGB value is (21,6,144). Sum of RGB (Red+Green+Blue) = 21+6+144=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 144 (56.64% from 255 or 84.21% from 171); Max value from RGB is 144 - color contains mainly: blue. Hex color #150690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150690 is #EAF96F. Grayscale: #191919. Windows color (decimal): -15399280 or 9438741. OLE color: 9438741.
HSL color Cylindrical-coordinate representation of color #150690: hue angle of 246.52º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150690 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 6 | 144 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.44 |
| HSL | 246.52º | 0.92% | 0.29% | - |
| HSV(B) | 246.52º | 0.96% | 0.56% | - |
| XYZ | 5.41 | 2.3 | 26.55 | - |
| YUV | 26.22 | 194.47 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 144 | 0.85 | 0.96 | 0 | 0.44 | 246.52 | 0.92 | 0.29 |
| Hex | 15 | 6 | 90 | 55 | 60 | 0 | 2C | F7 | 5C | 1D |
| Octal | 25 | 6 | 220 | 125 | 140 | 0 | 54 | 367 | 134 | 35 |
| Binary | 10101 | 110 | 10010000 | 1010101 | 1100000 | 0 | 101100 | 11110111 | 1011100 | 11101 |
Color Harmonies of #150690
Complementary color
Monochromatic Colors of #150690
Black with #150690
Text Example
Text Example
White with #150690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150690; }
p { color: rgb(21,6,144); }
H1.HeaderClassName
{
color: #150690;
}
.AnyTagClassName
{
color: #150690;
}
</style>
background-color css
<style>
a { background-color: #150690; }
a { background-color: rgb(21,6,144); }
div.DivClassName
{
background-color: #150690;
}
.BgClassName
{
background-color: #150690;
}
</style>
border-color css
<style>
span { border-color: #150690; }
span { border-color: rgb(21,6,144); }
td.TdClassName
{
border-color: #150690;
}
.TagClassName
{
border-color: #150690;
}
</style>