Shades of Ultramarine #10158B
Tints of Ultramarine #10158B
RGB
CMYK
RGB Variations
Color information
#10158B (or 0x10158B) is known color: Ultramarine. HEX triplet: 10, 15 and 8B. RGB value is (16,21,139). Sum of RGB (Red+Green+Blue) = 16+21+139=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #10158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10158B is #EFEA74. Grayscale: #202020. Windows color (decimal): -15723125 or 9114896. OLE color: 9114896.
HSL color Cylindrical-coordinate representation of color #10158B: hue angle of 237.56º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10158B is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 21 | 139 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.45 |
| HSL | 237.56º | 0.79% | 0.3% | - |
| HSV(B) | 237.56º | 0.88% | 0.55% | - |
| XYZ | 5.14 | 2.51 | 24.64 | - |
| YUV | 32.96 | 187.84 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 139 | 0.88 | 0.85 | 0 | 0.45 | 237.56 | 0.79 | 0.3 |
| Hex | 10 | 15 | 8B | 58 | 55 | 0 | 2D | EE | 4F | 1E |
| Octal | 20 | 25 | 213 | 130 | 125 | 0 | 55 | 356 | 117 | 36 |
| Binary | 10000 | 10101 | 10001011 | 1011000 | 1010101 | 0 | 101101 | 11101110 | 1001111 | 11110 |
Color Harmonies of #10158B
Complementary color
Monochromatic Colors of #10158B
Black with #10158B
Text Example
Text Example
White with #10158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10158B; }
p { color: rgb(16,21,139); }
H1.HeaderClassName
{
color: #10158B;
}
.AnyTagClassName
{
color: #10158B;
}
</style>
background-color css
<style>
a { background-color: #10158B; }
a { background-color: rgb(16,21,139); }
div.DivClassName
{
background-color: #10158B;
}
.BgClassName
{
background-color: #10158B;
}
</style>
border-color css
<style>
span { border-color: #10158B; }
span { border-color: rgb(16,21,139); }
td.TdClassName
{
border-color: #10158B;
}
.TagClassName
{
border-color: #10158B;
}
</style>