Shades of Ultramarine #150397
Tints of Ultramarine #150397
RGB
CMYK
RGB Variations
Color information
#150397 (or 0x150397) is known color: Ultramarine. HEX triplet: 15, 03 and 97. RGB value is (21,3,151). Sum of RGB (Red+Green+Blue) = 21+3+151=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 151 (59.38% from 255 or 86.29% from 175); Max value from RGB is 151 - color contains mainly: blue. Hex color #150397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150397 is #EAFC68. Grayscale: #181818. Windows color (decimal): -15400041 or 9896725. OLE color: 9896725.
HSL color Cylindrical-coordinate representation of color #150397: hue angle of 247.3º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150397 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 3 | 151 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.41 |
| HSL | 247.3º | 0.96% | 0.3% | - |
| HSV(B) | 247.3º | 0.98% | 0.59% | - |
| XYZ | 5.93 | 2.46 | 29.44 | - |
| YUV | 25.25 | 198.96 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 151 | 0.86 | 0.98 | 0 | 0.41 | 247.3 | 0.96 | 0.3 |
| Hex | 15 | 3 | 97 | 56 | 62 | 0 | 29 | F7 | 60 | 1E |
| Octal | 25 | 3 | 227 | 126 | 142 | 0 | 51 | 367 | 140 | 36 |
| Binary | 10101 | 11 | 10010111 | 1010110 | 1100010 | 0 | 101001 | 11110111 | 1100000 | 11110 |
Color Harmonies of #150397
Complementary color
Monochromatic Colors of #150397
Black with #150397
Text Example
Text Example
White with #150397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150397; }
p { color: rgb(21,3,151); }
H1.HeaderClassName
{
color: #150397;
}
.AnyTagClassName
{
color: #150397;
}
</style>
background-color css
<style>
a { background-color: #150397; }
a { background-color: rgb(21,3,151); }
div.DivClassName
{
background-color: #150397;
}
.BgClassName
{
background-color: #150397;
}
</style>
border-color css
<style>
span { border-color: #150397; }
span { border-color: rgb(21,3,151); }
td.TdClassName
{
border-color: #150397;
}
.TagClassName
{
border-color: #150397;
}
</style>