Shades of Ultramarine #10168B
Tints of Ultramarine #10168B
RGB
CMYK
RGB Variations
Color information
#10168B (or 0x10168B) is known color: Ultramarine. HEX triplet: 10, 16 and 8B. RGB value is (16,22,139). Sum of RGB (Red+Green+Blue) = 16+22+139=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #10168B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10168B is #EFE974. Grayscale: #212121. Windows color (decimal): -15722869 or 9115152. OLE color: 9115152.
HSL color Cylindrical-coordinate representation of color #10168B: hue angle of 237.07º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10168B is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 22 | 139 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.45 |
| HSL | 237.07º | 0.79% | 0.3% | - |
| HSV(B) | 237.07º | 0.88% | 0.55% | - |
| XYZ | 5.16 | 2.55 | 24.65 | - |
| YUV | 33.54 | 187.51 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 139 | 0.88 | 0.84 | 0 | 0.45 | 237.07 | 0.79 | 0.3 |
| Hex | 10 | 16 | 8B | 58 | 54 | 0 | 2D | ED | 4F | 1E |
| Octal | 20 | 26 | 213 | 130 | 124 | 0 | 55 | 355 | 117 | 36 |
| Binary | 10000 | 10110 | 10001011 | 1011000 | 1010100 | 0 | 101101 | 11101101 | 1001111 | 11110 |
Color Harmonies of #10168B
Complementary color
Monochromatic Colors of #10168B
Black with #10168B
Text Example
Text Example
White with #10168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10168B; }
p { color: rgb(16,22,139); }
H1.HeaderClassName
{
color: #10168B;
}
.AnyTagClassName
{
color: #10168B;
}
</style>
background-color css
<style>
a { background-color: #10168B; }
a { background-color: rgb(16,22,139); }
div.DivClassName
{
background-color: #10168B;
}
.BgClassName
{
background-color: #10168B;
}
</style>
border-color css
<style>
span { border-color: #10168B; }
span { border-color: rgb(16,22,139); }
td.TdClassName
{
border-color: #10168B;
}
.TagClassName
{
border-color: #10168B;
}
</style>