Shades of Ultramarine #150085
Tints of Ultramarine #150085
RGB
CMYK
RGB Variations
Color information
#150085 (or 0x150085) is known color: Ultramarine. HEX triplet: 15, 00 and 85. RGB value is (21,0,133). Sum of RGB (Red+Green+Blue) = 21+0+133=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 133 (52.34% from 255 or 86.36% from 154); Max value from RGB is 133 - color contains mainly: blue. Hex color #150085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150085 is #EAFF7A. Grayscale: #141414. Windows color (decimal): -15400827 or 8716309. OLE color: 8716309.
HSL color Cylindrical-coordinate representation of color #150085: hue angle of 249.47º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150085 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 0 | 133 | - |
| CMYK | 0.84 | 1 | 0 | 0.48 |
| HSL | 249.47º | 1% | 0.26% | - |
| HSV(B) | 249.47º | 1% | 0.52% | - |
| XYZ | 4.54 | 1.85 | 22.31 | - |
| YUV | 21.44 | 190.96 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 133 | 0.84 | 1 | 0 | 0.48 | 249.47 | 1 | 0.26 |
| Hex | 15 | 0 | 85 | 54 | 64 | 0 | 30 | F9 | 64 | 1A |
| Octal | 25 | 0 | 205 | 124 | 144 | 0 | 60 | 371 | 144 | 32 |
| Binary | 10101 | 0 | 10000101 | 1010100 | 1100100 | 0 | 110000 | 11111001 | 1100100 | 11010 |
Color Harmonies of #150085
Complementary color
Monochromatic Colors of #150085
Black with #150085
Text Example
Text Example
White with #150085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150085; }
p { color: rgb(21,0,133); }
H1.HeaderClassName
{
color: #150085;
}
.AnyTagClassName
{
color: #150085;
}
</style>
background-color css
<style>
a { background-color: #150085; }
a { background-color: rgb(21,0,133); }
div.DivClassName
{
background-color: #150085;
}
.BgClassName
{
background-color: #150085;
}
</style>
border-color css
<style>
span { border-color: #150085; }
span { border-color: rgb(21,0,133); }
td.TdClassName
{
border-color: #150085;
}
.TagClassName
{
border-color: #150085;
}
</style>