Shades of Ultramarine #15149D
Tints of Ultramarine #15149D
RGB
CMYK
RGB Variations
Color information
#15149D (or 0x15149D) is known color: Ultramarine. HEX triplet: 15, 14 and 9D. RGB value is (21,20,157). Sum of RGB (Red+Green+Blue) = 21+20+157=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 157 (61.72% from 255 or 79.29% from 198); Max value from RGB is 157 - color contains mainly: blue. Hex color #15149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15149D is #EAEB62. Grayscale: #232323. Windows color (decimal): -15395683 or 10294293. OLE color: 10294293.
HSL color Cylindrical-coordinate representation of color #15149D: hue angle of 240.44º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15149D is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 20 | 157 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.38 |
| HSL | 240.44º | 0.77% | 0.35% | - |
| HSV(B) | 240.44º | 0.87% | 0.62% | - |
| XYZ | 6.65 | 3.09 | 32.15 | - |
| YUV | 35.92 | 196.33 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 157 | 0.87 | 0.87 | 0 | 0.38 | 240.44 | 0.77 | 0.35 |
| Hex | 15 | 14 | 9D | 57 | 57 | 0 | 26 | F0 | 4D | 23 |
| Octal | 25 | 24 | 235 | 127 | 127 | 0 | 46 | 360 | 115 | 43 |
| Binary | 10101 | 10100 | 10011101 | 1010111 | 1010111 | 0 | 100110 | 11110000 | 1001101 | 100011 |
Color Harmonies of #15149D
Complementary color
Monochromatic Colors of #15149D
Black with #15149D
Text Example
Text Example
White with #15149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15149D; }
p { color: rgb(21,20,157); }
H1.HeaderClassName
{
color: #15149D;
}
.AnyTagClassName
{
color: #15149D;
}
</style>
background-color css
<style>
a { background-color: #15149D; }
a { background-color: rgb(21,20,157); }
div.DivClassName
{
background-color: #15149D;
}
.BgClassName
{
background-color: #15149D;
}
</style>
border-color css
<style>
span { border-color: #15149D; }
span { border-color: rgb(21,20,157); }
td.TdClassName
{
border-color: #15149D;
}
.TagClassName
{
border-color: #15149D;
}
</style>