Shades of Ultramarine #150394
Tints of Ultramarine #150394
RGB
CMYK
RGB Variations
Color information
#150394 (or 0x150394) is known color: Ultramarine. HEX triplet: 15, 03 and 94. RGB value is (21,3,148). Sum of RGB (Red+Green+Blue) = 21+3+148=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 148 (58.20% from 255 or 86.05% from 172); Max value from RGB is 148 - color contains mainly: blue. Hex color #150394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150394 is #EAFC6B. Grayscale: #181818. Windows color (decimal): -15400044 or 9700117. OLE color: 9700117.
HSL color Cylindrical-coordinate representation of color #150394: hue angle of 247.45º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150394 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 3 | 148 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.42 |
| HSL | 247.45º | 0.96% | 0.3% | - |
| HSV(B) | 247.45º | 0.98% | 0.58% | - |
| XYZ | 5.69 | 2.36 | 28.17 | - |
| YUV | 24.91 | 197.46 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 148 | 0.86 | 0.98 | 0 | 0.42 | 247.45 | 0.96 | 0.3 |
| Hex | 15 | 3 | 94 | 56 | 62 | 0 | 2A | F7 | 60 | 1E |
| Octal | 25 | 3 | 224 | 126 | 142 | 0 | 52 | 367 | 140 | 36 |
| Binary | 10101 | 11 | 10010100 | 1010110 | 1100010 | 0 | 101010 | 11110111 | 1100000 | 11110 |
Color Harmonies of #150394
Complementary color
Monochromatic Colors of #150394
Black with #150394
Text Example
Text Example
White with #150394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150394; }
p { color: rgb(21,3,148); }
H1.HeaderClassName
{
color: #150394;
}
.AnyTagClassName
{
color: #150394;
}
</style>
background-color css
<style>
a { background-color: #150394; }
a { background-color: rgb(21,3,148); }
div.DivClassName
{
background-color: #150394;
}
.BgClassName
{
background-color: #150394;
}
</style>
border-color css
<style>
span { border-color: #150394; }
span { border-color: rgb(21,3,148); }
td.TdClassName
{
border-color: #150394;
}
.TagClassName
{
border-color: #150394;
}
</style>