Shades of Ultramarine #150D85
Tints of Ultramarine #150D85
RGB
CMYK
RGB Variations
Color information
#150D85 (or 0x150D85) is known color: Ultramarine. HEX triplet: 15, 0D and 85. RGB value is (21,13,133). Sum of RGB (Red+Green+Blue) = 21+13+133=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 133 (52.34% from 255 or 79.64% from 167); Max value from RGB is 133 - color contains mainly: blue. Hex color #150D85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150D85 is #EAF27A. Grayscale: #1C1C1C. Windows color (decimal): -15397499 or 8719637. OLE color: 8719637.
HSL color Cylindrical-coordinate representation of color #150D85: hue angle of 244º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150D85 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 13 | 133 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.48 |
| HSL | 244º | 0.82% | 0.29% | - |
| HSV(B) | 244º | 0.9% | 0.52% | - |
| XYZ | 4.69 | 2.14 | 22.36 | - |
| YUV | 29.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 133 | 0.84 | 0.90 | 0 | 0.48 | 244 | 0.82 | 0.29 |
| Hex | 15 | D | 85 | 54 | 5A | 0 | 30 | F4 | 52 | 1D |
| Octal | 25 | 15 | 205 | 124 | 132 | 0 | 60 | 364 | 122 | 35 |
| Binary | 10101 | 1101 | 10000101 | 1010100 | 1011010 | 0 | 110000 | 11110100 | 1010010 | 11101 |
Color Harmonies of #150D85
Complementary color
Monochromatic Colors of #150D85
Black with #150D85
Text Example
Text Example
White with #150D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D85; }
p { color: rgb(21,13,133); }
H1.HeaderClassName
{
color: #150D85;
}
.AnyTagClassName
{
color: #150D85;
}
</style>
background-color css
<style>
a { background-color: #150D85; }
a { background-color: rgb(21,13,133); }
div.DivClassName
{
background-color: #150D85;
}
.BgClassName
{
background-color: #150D85;
}
</style>
border-color css
<style>
span { border-color: #150D85; }
span { border-color: rgb(21,13,133); }
td.TdClassName
{
border-color: #150D85;
}
.TagClassName
{
border-color: #150D85;
}
</style>