Shades of Ultramarine #10098B
Tints of Ultramarine #10098B
RGB
CMYK
RGB Variations
Color information
#10098B (or 0x10098B) is known color: Ultramarine. HEX triplet: 10, 09 and 8B. RGB value is (16,9,139). Sum of RGB (Red+Green+Blue) = 16+9+139=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 139 (54.69% from 255 or 84.76% from 164); Max value from RGB is 139 - color contains mainly: blue. Hex color #10098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10098B is #EFF674. Grayscale: #191919. Windows color (decimal): -15726197 or 9111824. OLE color: 9111824.
HSL color Cylindrical-coordinate representation of color #10098B: hue angle of 243.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10098B is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 9 | 139 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.45 |
| HSL | 243.23º | 0.88% | 0.29% | - |
| HSV(B) | 243.23º | 0.94% | 0.55% | - |
| XYZ | 4.97 | 2.17 | 24.58 | - |
| YUV | 25.91 | 191.82 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 139 | 0.88 | 0.94 | 0 | 0.45 | 243.23 | 0.88 | 0.29 |
| Hex | 10 | 9 | 8B | 58 | 5E | 0 | 2D | F3 | 58 | 1D |
| Octal | 20 | 11 | 213 | 130 | 136 | 0 | 55 | 363 | 130 | 35 |
| Binary | 10000 | 1001 | 10001011 | 1011000 | 1011110 | 0 | 101101 | 11110011 | 1011000 | 11101 |
Color Harmonies of #10098B
Complementary color
Monochromatic Colors of #10098B
Black with #10098B
Text Example
Text Example
White with #10098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10098B; }
p { color: rgb(16,9,139); }
H1.HeaderClassName
{
color: #10098B;
}
.AnyTagClassName
{
color: #10098B;
}
</style>
background-color css
<style>
a { background-color: #10098B; }
a { background-color: rgb(16,9,139); }
div.DivClassName
{
background-color: #10098B;
}
.BgClassName
{
background-color: #10098B;
}
</style>
border-color css
<style>
span { border-color: #10098B; }
span { border-color: rgb(16,9,139); }
td.TdClassName
{
border-color: #10098B;
}
.TagClassName
{
border-color: #10098B;
}
</style>