Shades of Ultramarine #150F85
Tints of Ultramarine #150F85
RGB
CMYK
RGB Variations
Color information
#150F85 (or 0x150F85) is known color: Ultramarine. HEX triplet: 15, 0F and 85. RGB value is (21,15,133). Sum of RGB (Red+Green+Blue) = 21+15+133=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #150F85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150F85 is #EAF07A. Grayscale: #1D1D1D. Windows color (decimal): -15396987 or 8720149. OLE color: 8720149.
HSL color Cylindrical-coordinate representation of color #150F85: hue angle of 243.05º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #150F85 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 15 | 133 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.48 |
| HSL | 243.05º | 0.8% | 0.29% | - |
| HSV(B) | 243.05º | 0.89% | 0.52% | - |
| XYZ | 4.71 | 2.19 | 22.37 | - |
| YUV | 30.25 | 185.99 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 133 | 0.84 | 0.89 | 0 | 0.48 | 243.05 | 0.8 | 0.29 |
| Hex | 15 | F | 85 | 54 | 59 | 0 | 30 | F3 | 50 | 1D |
| Octal | 25 | 17 | 205 | 124 | 131 | 0 | 60 | 363 | 120 | 35 |
| Binary | 10101 | 1111 | 10000101 | 1010100 | 1011001 | 0 | 110000 | 11110011 | 1010000 | 11101 |
Color Harmonies of #150F85
Complementary color
Monochromatic Colors of #150F85
Black with #150F85
Text Example
Text Example
White with #150F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F85; }
p { color: rgb(21,15,133); }
H1.HeaderClassName
{
color: #150F85;
}
.AnyTagClassName
{
color: #150F85;
}
</style>
background-color css
<style>
a { background-color: #150F85; }
a { background-color: rgb(21,15,133); }
div.DivClassName
{
background-color: #150F85;
}
.BgClassName
{
background-color: #150F85;
}
</style>
border-color css
<style>
span { border-color: #150F85; }
span { border-color: rgb(21,15,133); }
td.TdClassName
{
border-color: #150F85;
}
.TagClassName
{
border-color: #150F85;
}
</style>