Shades of Ultramarine #100B9B
Tints of Ultramarine #100B9B
RGB
CMYK
RGB Variations
Color information
#100B9B (or 0x100B9B) is known color: Ultramarine. HEX triplet: 10, 0B and 9B. RGB value is (16,11,155). Sum of RGB (Red+Green+Blue) = 16+11+155=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 155 (60.94% from 255 or 85.16% from 182); Max value from RGB is 155 - color contains mainly: blue. Hex color #100B9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100B9B is #EFF464. Grayscale: #1C1C1C. Windows color (decimal): -15725669 or 10160912. OLE color: 10160912.
HSL color Cylindrical-coordinate representation of color #100B9B: hue angle of 242.08º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100B9B is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 11 | 155 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.39 |
| HSL | 242.08º | 0.87% | 0.33% | - |
| HSV(B) | 242.08º | 0.93% | 0.61% | - |
| XYZ | 6.25 | 2.72 | 31.21 | - |
| YUV | 28.91 | 199.16 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 155 | 0.90 | 0.93 | 0 | 0.39 | 242.08 | 0.87 | 0.33 |
| Hex | 10 | B | 9B | 5A | 5D | 0 | 27 | F2 | 57 | 21 |
| Octal | 20 | 13 | 233 | 132 | 135 | 0 | 47 | 362 | 127 | 41 |
| Binary | 10000 | 1011 | 10011011 | 1011010 | 1011101 | 0 | 100111 | 11110010 | 1010111 | 100001 |
Color Harmonies of #100B9B
Complementary color
Monochromatic Colors of #100B9B
Black with #100B9B
Text Example
Text Example
White with #100B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B9B; }
p { color: rgb(16,11,155); }
H1.HeaderClassName
{
color: #100B9B;
}
.AnyTagClassName
{
color: #100B9B;
}
</style>
background-color css
<style>
a { background-color: #100B9B; }
a { background-color: rgb(16,11,155); }
div.DivClassName
{
background-color: #100B9B;
}
.BgClassName
{
background-color: #100B9B;
}
</style>
border-color css
<style>
span { border-color: #100B9B; }
span { border-color: rgb(16,11,155); }
td.TdClassName
{
border-color: #100B9B;
}
.TagClassName
{
border-color: #100B9B;
}
</style>