Shades of Ultramarine #10228D
Tints of Ultramarine #10228D
RGB
CMYK
RGB Variations
Color information
#10228D (or 0x10228D) is known color: Ultramarine. HEX triplet: 10, 22 and 8D. RGB value is (16,34,141). Sum of RGB (Red+Green+Blue) = 16+34+141=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #10228D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10228D is #EFDD72. Grayscale: #282828. Windows color (decimal): -15719795 or 9249296. OLE color: 9249296.
HSL color Cylindrical-coordinate representation of color #10228D: hue angle of 231.36º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10228D is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 34 | 141 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.45 |
| HSL | 231.36º | 0.8% | 0.31% | - |
| HSV(B) | 231.36º | 0.89% | 0.55% | - |
| XYZ | 5.59 | 3.18 | 25.52 | - |
| YUV | 40.82 | 184.54 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 141 | 0.89 | 0.76 | 0 | 0.45 | 231.36 | 0.8 | 0.31 |
| Hex | 10 | 22 | 8D | 59 | 4C | 0 | 2D | E7 | 50 | 1F |
| Octal | 20 | 42 | 215 | 131 | 114 | 0 | 55 | 347 | 120 | 37 |
| Binary | 10000 | 100010 | 10001101 | 1011001 | 1001100 | 0 | 101101 | 11100111 | 1010000 | 11111 |
Color Harmonies of #10228D
Complementary color
Monochromatic Colors of #10228D
Black with #10228D
Text Example
Text Example
White with #10228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10228D; }
p { color: rgb(16,34,141); }
H1.HeaderClassName
{
color: #10228D;
}
.AnyTagClassName
{
color: #10228D;
}
</style>
background-color css
<style>
a { background-color: #10228D; }
a { background-color: rgb(16,34,141); }
div.DivClassName
{
background-color: #10228D;
}
.BgClassName
{
background-color: #10228D;
}
</style>
border-color css
<style>
span { border-color: #10228D; }
span { border-color: rgb(16,34,141); }
td.TdClassName
{
border-color: #10228D;
}
.TagClassName
{
border-color: #10228D;
}
</style>