Shades of Ultramarine #10099C
Tints of Ultramarine #10099C
RGB
CMYK
RGB Variations
Color information
#10099C (or 0x10099C) is known color: Ultramarine. HEX triplet: 10, 09 and 9C. RGB value is (16,9,156). Sum of RGB (Red+Green+Blue) = 16+9+156=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 156 (61.33% from 255 or 86.19% from 181); Max value from RGB is 156 - color contains mainly: blue. Hex color #10099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10099C is #EFF663. Grayscale: #1B1B1B. Windows color (decimal): -15726180 or 10225936. OLE color: 10225936.
HSL color Cylindrical-coordinate representation of color #10099C: hue angle of 242.86º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10099C is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 9 | 156 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.39 |
| HSL | 242.86º | 0.89% | 0.32% | - |
| HSV(B) | 242.86º | 0.94% | 0.61% | - |
| XYZ | 6.31 | 2.71 | 31.64 | - |
| YUV | 27.85 | 200.32 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 156 | 0.90 | 0.94 | 0 | 0.39 | 242.86 | 0.89 | 0.32 |
| Hex | 10 | 9 | 9C | 5A | 5E | 0 | 27 | F3 | 59 | 20 |
| Octal | 20 | 11 | 234 | 132 | 136 | 0 | 47 | 363 | 131 | 40 |
| Binary | 10000 | 1001 | 10011100 | 1011010 | 1011110 | 0 | 100111 | 11110011 | 1011001 | 100000 |
Color Harmonies of #10099C
Complementary color
Monochromatic Colors of #10099C
Black with #10099C
Text Example
Text Example
White with #10099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10099C; }
p { color: rgb(16,9,156); }
H1.HeaderClassName
{
color: #10099C;
}
.AnyTagClassName
{
color: #10099C;
}
</style>
background-color css
<style>
a { background-color: #10099C; }
a { background-color: rgb(16,9,156); }
div.DivClassName
{
background-color: #10099C;
}
.BgClassName
{
background-color: #10099C;
}
</style>
border-color css
<style>
span { border-color: #10099C; }
span { border-color: rgb(16,9,156); }
td.TdClassName
{
border-color: #10099C;
}
.TagClassName
{
border-color: #10099C;
}
</style>