Shades of Ultramarine #100B98
Tints of Ultramarine #100B98
RGB
CMYK
RGB Variations
Color information
#100B98 (or 0x100B98) is known color: Ultramarine. HEX triplet: 10, 0B and 98. RGB value is (16,11,152). Sum of RGB (Red+Green+Blue) = 16+11+152=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 152 (59.77% from 255 or 84.92% from 179); Max value from RGB is 152 - color contains mainly: blue. Hex color #100B98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100B98 is #EFF467. Grayscale: #1C1C1C. Windows color (decimal): -15725672 or 9964304. OLE color: 9964304.
HSL color Cylindrical-coordinate representation of color #100B98: hue angle of 242.13º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100B98 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 11 | 152 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.40 |
| HSL | 242.13º | 0.87% | 0.32% | - |
| HSV(B) | 242.13º | 0.93% | 0.6% | - |
| XYZ | 6 | 2.62 | 29.89 | - |
| YUV | 28.57 | 197.66 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 152 | 0.89 | 0.93 | 0 | 0.40 | 242.13 | 0.87 | 0.32 |
| Hex | 10 | B | 98 | 59 | 5D | 0 | 28 | F2 | 57 | 20 |
| Octal | 20 | 13 | 230 | 131 | 135 | 0 | 50 | 362 | 127 | 40 |
| Binary | 10000 | 1011 | 10011000 | 1011001 | 1011101 | 0 | 101000 | 11110010 | 1010111 | 100000 |
Color Harmonies of #100B98
Complementary color
Monochromatic Colors of #100B98
Black with #100B98
Text Example
Text Example
White with #100B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B98; }
p { color: rgb(16,11,152); }
H1.HeaderClassName
{
color: #100B98;
}
.AnyTagClassName
{
color: #100B98;
}
</style>
background-color css
<style>
a { background-color: #100B98; }
a { background-color: rgb(16,11,152); }
div.DivClassName
{
background-color: #100B98;
}
.BgClassName
{
background-color: #100B98;
}
</style>
border-color css
<style>
span { border-color: #100B98; }
span { border-color: rgb(16,11,152); }
td.TdClassName
{
border-color: #100B98;
}
.TagClassName
{
border-color: #100B98;
}
</style>