Shades of Ultramarine #15199E
Tints of Ultramarine #15199E
RGB
CMYK
RGB Variations
Color information
#15199E (or 0x15199E) is known color: Ultramarine. HEX triplet: 15, 19 and 9E. RGB value is (21,25,158). Sum of RGB (Red+Green+Blue) = 21+25+158=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #15199E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15199E is #EAE661. Grayscale: #262626. Windows color (decimal): -15394402 or 10361109. OLE color: 10361109.
HSL color Cylindrical-coordinate representation of color #15199E: hue angle of 238.25º 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 #15199E is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 25 | 158 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.38 |
| HSL | 238.25º | 0.77% | 0.35% | - |
| HSV(B) | 238.25º | 0.87% | 0.62% | - |
| XYZ | 6.83 | 3.32 | 32.63 | - |
| YUV | 38.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 158 | 0.87 | 0.84 | 0 | 0.38 | 238.25 | 0.77 | 0.35 |
| Hex | 15 | 19 | 9E | 57 | 54 | 0 | 26 | EE | 4D | 23 |
| Octal | 25 | 31 | 236 | 127 | 124 | 0 | 46 | 356 | 115 | 43 |
| Binary | 10101 | 11001 | 10011110 | 1010111 | 1010100 | 0 | 100110 | 11101110 | 1001101 | 100011 |
Color Harmonies of #15199E
Complementary color
Monochromatic Colors of #15199E
Black with #15199E
Text Example
Text Example
White with #15199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15199E; }
p { color: rgb(21,25,158); }
H1.HeaderClassName
{
color: #15199E;
}
.AnyTagClassName
{
color: #15199E;
}
</style>
background-color css
<style>
a { background-color: #15199E; }
a { background-color: rgb(21,25,158); }
div.DivClassName
{
background-color: #15199E;
}
.BgClassName
{
background-color: #15199E;
}
</style>
border-color css
<style>
span { border-color: #15199E; }
span { border-color: rgb(21,25,158); }
td.TdClassName
{
border-color: #15199E;
}
.TagClassName
{
border-color: #15199E;
}
</style>