Shades of Ultramarine #150392
Tints of Ultramarine #150392
RGB
CMYK
RGB Variations
Color information
#150392 (or 0x150392) is known color: Ultramarine. HEX triplet: 15, 03 and 92. RGB value is (21,3,146). Sum of RGB (Red+Green+Blue) = 21+3+146=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 146 (57.42% from 255 or 85.88% from 170); Max value from RGB is 146 - color contains mainly: blue. Hex color #150392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150392 is #EAFC6D. Grayscale: #181818. Windows color (decimal): -15400046 or 9569045. OLE color: 9569045.
HSL color Cylindrical-coordinate representation of color #150392: hue angle of 247.55º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150392 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 3 | 146 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.43 |
| HSL | 247.55º | 0.96% | 0.29% | - |
| HSV(B) | 247.55º | 0.98% | 0.57% | - |
| XYZ | 5.53 | 2.3 | 27.35 | - |
| YUV | 24.68 | 196.46 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 146 | 0.86 | 0.98 | 0 | 0.43 | 247.55 | 0.96 | 0.29 |
| Hex | 15 | 3 | 92 | 56 | 62 | 0 | 2B | F8 | 60 | 1D |
| Octal | 25 | 3 | 222 | 126 | 142 | 0 | 53 | 370 | 140 | 35 |
| Binary | 10101 | 11 | 10010010 | 1010110 | 1100010 | 0 | 101011 | 11111000 | 1100000 | 11101 |
Color Harmonies of #150392
Complementary color
Monochromatic Colors of #150392
Black with #150392
Text Example
Text Example
White with #150392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150392; }
p { color: rgb(21,3,146); }
H1.HeaderClassName
{
color: #150392;
}
.AnyTagClassName
{
color: #150392;
}
</style>
background-color css
<style>
a { background-color: #150392; }
a { background-color: rgb(21,3,146); }
div.DivClassName
{
background-color: #150392;
}
.BgClassName
{
background-color: #150392;
}
</style>
border-color css
<style>
span { border-color: #150392; }
span { border-color: rgb(21,3,146); }
td.TdClassName
{
border-color: #150392;
}
.TagClassName
{
border-color: #150392;
}
</style>