Shades of Ultramarine #100893
Tints of Ultramarine #100893
RGB
CMYK
RGB Variations
Color information
#100893 (or 0x100893) is known color: Ultramarine. HEX triplet: 10, 08 and 93. RGB value is (16,8,147). Sum of RGB (Red+Green+Blue) = 16+8+147=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 147 (57.81% from 255 or 85.96% from 171); Max value from RGB is 147 - color contains mainly: blue. Hex color #100893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100893 is #EFF76C. Grayscale: #191919. Windows color (decimal): -15726445 or 9635856. OLE color: 9635856.
HSL color Cylindrical-coordinate representation of color #100893: hue angle of 243.45º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100893 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 8 | 147 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.42 |
| HSL | 243.45º | 0.9% | 0.3% | - |
| HSV(B) | 243.45º | 0.95% | 0.58% | - |
| XYZ | 5.57 | 2.39 | 27.77 | - |
| YUV | 26.24 | 196.15 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 147 | 0.89 | 0.95 | 0 | 0.42 | 243.45 | 0.9 | 0.3 |
| Hex | 10 | 8 | 93 | 59 | 5F | 0 | 2A | F3 | 5A | 1E |
| Octal | 20 | 10 | 223 | 131 | 137 | 0 | 52 | 363 | 132 | 36 |
| Binary | 10000 | 1000 | 10010011 | 1011001 | 1011111 | 0 | 101010 | 11110011 | 1011010 | 11110 |
Color Harmonies of #100893
Complementary color
Monochromatic Colors of #100893
Black with #100893
Text Example
Text Example
White with #100893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100893; }
p { color: rgb(16,8,147); }
H1.HeaderClassName
{
color: #100893;
}
.AnyTagClassName
{
color: #100893;
}
</style>
background-color css
<style>
a { background-color: #100893; }
a { background-color: rgb(16,8,147); }
div.DivClassName
{
background-color: #100893;
}
.BgClassName
{
background-color: #100893;
}
</style>
border-color css
<style>
span { border-color: #100893; }
span { border-color: rgb(16,8,147); }
td.TdClassName
{
border-color: #100893;
}
.TagClassName
{
border-color: #100893;
}
</style>