Shades of Ultramarine #10168F
Tints of Ultramarine #10168F
RGB
CMYK
RGB Variations
Color information
#10168F (or 0x10168F) is known color: Ultramarine. HEX triplet: 10, 16 and 8F. RGB value is (16,22,143). Sum of RGB (Red+Green+Blue) = 16+22+143=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 143 (56.25% from 255 or 79.01% from 181); Max value from RGB is 143 - color contains mainly: blue. Hex color #10168F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10168F is #EFE970. Grayscale: #212121. Windows color (decimal): -15722865 or 9377296. OLE color: 9377296.
HSL color Cylindrical-coordinate representation of color #10168F: hue angle of 237.17º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10168F is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 22 | 143 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.44 |
| HSL | 237.17º | 0.8% | 0.31% | - |
| HSV(B) | 237.17º | 0.89% | 0.56% | - |
| XYZ | 5.46 | 2.67 | 26.21 | - |
| YUV | 34 | 189.51 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 143 | 0.89 | 0.85 | 0 | 0.44 | 237.17 | 0.8 | 0.31 |
| Hex | 10 | 16 | 8F | 59 | 55 | 0 | 2C | ED | 50 | 1F |
| Octal | 20 | 26 | 217 | 131 | 125 | 0 | 54 | 355 | 120 | 37 |
| Binary | 10000 | 10110 | 10001111 | 1011001 | 1010101 | 0 | 101100 | 11101101 | 1010000 | 11111 |
Color Harmonies of #10168F
Complementary color
Monochromatic Colors of #10168F
Black with #10168F
Text Example
Text Example
White with #10168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10168F; }
p { color: rgb(16,22,143); }
H1.HeaderClassName
{
color: #10168F;
}
.AnyTagClassName
{
color: #10168F;
}
</style>
background-color css
<style>
a { background-color: #10168F; }
a { background-color: rgb(16,22,143); }
div.DivClassName
{
background-color: #10168F;
}
.BgClassName
{
background-color: #10168F;
}
</style>
border-color css
<style>
span { border-color: #10168F; }
span { border-color: rgb(16,22,143); }
td.TdClassName
{
border-color: #10168F;
}
.TagClassName
{
border-color: #10168F;
}
</style>