Shades of Ultramarine #150790
Tints of Ultramarine #150790
RGB
CMYK
RGB Variations
Color information
#150790 (or 0x150790) is known color: Ultramarine. HEX triplet: 15, 07 and 90. RGB value is (21,7,144). Sum of RGB (Red+Green+Blue) = 21+7+144=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #150790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150790 is #EAF86F. Grayscale: #1A1A1A. Windows color (decimal): -15399024 or 9438997. OLE color: 9438997.
HSL color Cylindrical-coordinate representation of color #150790: hue angle of 246.13º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150790 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 7 | 144 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.44 |
| HSL | 246.13º | 0.91% | 0.3% | - |
| HSV(B) | 246.13º | 0.95% | 0.56% | - |
| XYZ | 5.42 | 2.33 | 26.55 | - |
| YUV | 26.8 | 194.14 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 144 | 0.85 | 0.95 | 0 | 0.44 | 246.13 | 0.91 | 0.3 |
| Hex | 15 | 7 | 90 | 55 | 5F | 0 | 2C | F6 | 5B | 1E |
| Octal | 25 | 7 | 220 | 125 | 137 | 0 | 54 | 366 | 133 | 36 |
| Binary | 10101 | 111 | 10010000 | 1010101 | 1011111 | 0 | 101100 | 11110110 | 1011011 | 11110 |
Color Harmonies of #150790
Complementary color
Monochromatic Colors of #150790
Black with #150790
Text Example
Text Example
White with #150790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150790; }
p { color: rgb(21,7,144); }
H1.HeaderClassName
{
color: #150790;
}
.AnyTagClassName
{
color: #150790;
}
</style>
background-color css
<style>
a { background-color: #150790; }
a { background-color: rgb(21,7,144); }
div.DivClassName
{
background-color: #150790;
}
.BgClassName
{
background-color: #150790;
}
</style>
border-color css
<style>
span { border-color: #150790; }
span { border-color: rgb(21,7,144); }
td.TdClassName
{
border-color: #150790;
}
.TagClassName
{
border-color: #150790;
}
</style>