Shades of Ultramarine #150283
Tints of Ultramarine #150283
RGB
CMYK
RGB Variations
Color information
#150283 (or 0x150283) is known color: Ultramarine. HEX triplet: 15, 02 and 83. RGB value is (21,2,131). Sum of RGB (Red+Green+Blue) = 21+2+131=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 131 (51.56% from 255 or 85.06% from 154); Max value from RGB is 131 - color contains mainly: blue. Hex color #150283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150283 is #EAFD7C. Grayscale: #151515. Windows color (decimal): -15400317 or 8585749. OLE color: 8585749.
HSL color Cylindrical-coordinate representation of color #150283: hue angle of 248.84º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150283 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 2 | 131 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.49 |
| HSL | 248.84º | 0.97% | 0.26% | - |
| HSV(B) | 248.84º | 0.98% | 0.51% | - |
| XYZ | 4.43 | 1.84 | 21.59 | - |
| YUV | 22.39 | 189.29 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 131 | 0.84 | 0.98 | 0 | 0.49 | 248.84 | 0.97 | 0.26 |
| Hex | 15 | 2 | 83 | 54 | 62 | 0 | 31 | F9 | 61 | 1A |
| Octal | 25 | 2 | 203 | 124 | 142 | 0 | 61 | 371 | 141 | 32 |
| Binary | 10101 | 10 | 10000011 | 1010100 | 1100010 | 0 | 110001 | 11111001 | 1100001 | 11010 |
Color Harmonies of #150283
Complementary color
Monochromatic Colors of #150283
Black with #150283
Text Example
Text Example
White with #150283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150283; }
p { color: rgb(21,2,131); }
H1.HeaderClassName
{
color: #150283;
}
.AnyTagClassName
{
color: #150283;
}
</style>
background-color css
<style>
a { background-color: #150283; }
a { background-color: rgb(21,2,131); }
div.DivClassName
{
background-color: #150283;
}
.BgClassName
{
background-color: #150283;
}
</style>
border-color css
<style>
span { border-color: #150283; }
span { border-color: rgb(21,2,131); }
td.TdClassName
{
border-color: #150283;
}
.TagClassName
{
border-color: #150283;
}
</style>