Shades of Ultramarine #150385
Tints of Ultramarine #150385
RGB
CMYK
RGB Variations
Color information
#150385 (or 0x150385) is known color: Ultramarine. HEX triplet: 15, 03 and 85. RGB value is (21,3,133). Sum of RGB (Red+Green+Blue) = 21+3+133=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 133 (52.34% from 255 or 84.71% from 157); Max value from RGB is 133 - color contains mainly: blue. Hex color #150385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150385 is #EAFC7A. Grayscale: #161616. Windows color (decimal): -15400059 or 8717077. OLE color: 8717077.
HSL color Cylindrical-coordinate representation of color #150385: hue angle of 248.31º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150385 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 3 | 133 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.48 |
| HSL | 248.31º | 0.96% | 0.27% | - |
| HSV(B) | 248.31º | 0.98% | 0.52% | - |
| XYZ | 4.58 | 1.92 | 22.32 | - |
| YUV | 23.2 | 189.96 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 133 | 0.84 | 0.98 | 0 | 0.48 | 248.31 | 0.96 | 0.27 |
| Hex | 15 | 3 | 85 | 54 | 62 | 0 | 30 | F8 | 60 | 1B |
| Octal | 25 | 3 | 205 | 124 | 142 | 0 | 60 | 370 | 140 | 33 |
| Binary | 10101 | 11 | 10000101 | 1010100 | 1100010 | 0 | 110000 | 11111000 | 1100000 | 11011 |
Color Harmonies of #150385
Complementary color
Monochromatic Colors of #150385
Black with #150385
Text Example
Text Example
White with #150385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150385; }
p { color: rgb(21,3,133); }
H1.HeaderClassName
{
color: #150385;
}
.AnyTagClassName
{
color: #150385;
}
</style>
background-color css
<style>
a { background-color: #150385; }
a { background-color: rgb(21,3,133); }
div.DivClassName
{
background-color: #150385;
}
.BgClassName
{
background-color: #150385;
}
</style>
border-color css
<style>
span { border-color: #150385; }
span { border-color: rgb(21,3,133); }
td.TdClassName
{
border-color: #150385;
}
.TagClassName
{
border-color: #150385;
}
</style>