Shades of Ultramarine #10129D
Tints of Ultramarine #10129D
RGB
CMYK
RGB Variations
Color information
#10129D (or 0x10129D) is known color: Ultramarine. HEX triplet: 10, 12 and 9D. RGB value is (16,18,157). Sum of RGB (Red+Green+Blue) = 16+18+157=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 157 (61.72% from 255 or 82.20% from 191); Max value from RGB is 157 - color contains mainly: blue. Hex color #10129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10129D is #EFED62. Grayscale: #202020. Windows color (decimal): -15723875 or 10293776. OLE color: 10293776.
HSL color Cylindrical-coordinate representation of color #10129D: hue angle of 239.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10129D is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 18 | 157 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.38 |
| HSL | 239.15º | 0.82% | 0.34% | - |
| HSV(B) | 239.15º | 0.9% | 0.62% | - |
| XYZ | 6.52 | 2.98 | 32.13 | - |
| YUV | 33.25 | 197.84 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 157 | 0.90 | 0.89 | 0 | 0.38 | 239.15 | 0.82 | 0.34 |
| Hex | 10 | 12 | 9D | 5A | 59 | 0 | 26 | EF | 52 | 22 |
| Octal | 20 | 22 | 235 | 132 | 131 | 0 | 46 | 357 | 122 | 42 |
| Binary | 10000 | 10010 | 10011101 | 1011010 | 1011001 | 0 | 100110 | 11101111 | 1010010 | 100010 |
Color Harmonies of #10129D
Complementary color
Monochromatic Colors of #10129D
Black with #10129D
Text Example
Text Example
White with #10129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10129D; }
p { color: rgb(16,18,157); }
H1.HeaderClassName
{
color: #10129D;
}
.AnyTagClassName
{
color: #10129D;
}
</style>
background-color css
<style>
a { background-color: #10129D; }
a { background-color: rgb(16,18,157); }
div.DivClassName
{
background-color: #10129D;
}
.BgClassName
{
background-color: #10129D;
}
</style>
border-color css
<style>
span { border-color: #10129D; }
span { border-color: rgb(16,18,157); }
td.TdClassName
{
border-color: #10129D;
}
.TagClassName
{
border-color: #10129D;
}
</style>