Shades of Ultramarine #10068B
Tints of Ultramarine #10068B
RGB
CMYK
RGB Variations
Color information
#10068B (or 0x10068B) is known color: Ultramarine. HEX triplet: 10, 06 and 8B. RGB value is (16,6,139). Sum of RGB (Red+Green+Blue) = 16+6+139=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 139 (54.69% from 255 or 86.34% from 161); Max value from RGB is 139 - color contains mainly: blue. Hex color #10068B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10068B is #EFF974. Grayscale: #171717. Windows color (decimal): -15726965 or 9111056. OLE color: 9111056.
HSL color Cylindrical-coordinate representation of color #10068B: hue angle of 244.51º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10068B is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 6 | 139 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.45 |
| HSL | 244.51º | 0.92% | 0.28% | - |
| HSV(B) | 244.51º | 0.96% | 0.55% | - |
| XYZ | 4.94 | 2.1 | 24.57 | - |
| YUV | 24.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 139 | 0.88 | 0.96 | 0 | 0.45 | 244.51 | 0.92 | 0.28 |
| Hex | 10 | 6 | 8B | 58 | 60 | 0 | 2D | F5 | 5C | 1C |
| Octal | 20 | 6 | 213 | 130 | 140 | 0 | 55 | 365 | 134 | 34 |
| Binary | 10000 | 110 | 10001011 | 1011000 | 1100000 | 0 | 101101 | 11110101 | 1011100 | 11100 |
Color Harmonies of #10068B
Complementary color
Monochromatic Colors of #10068B
Black with #10068B
Text Example
Text Example
White with #10068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10068B; }
p { color: rgb(16,6,139); }
H1.HeaderClassName
{
color: #10068B;
}
.AnyTagClassName
{
color: #10068B;
}
</style>
background-color css
<style>
a { background-color: #10068B; }
a { background-color: rgb(16,6,139); }
div.DivClassName
{
background-color: #10068B;
}
.BgClassName
{
background-color: #10068B;
}
</style>
border-color css
<style>
span { border-color: #10068B; }
span { border-color: rgb(16,6,139); }
td.TdClassName
{
border-color: #10068B;
}
.TagClassName
{
border-color: #10068B;
}
</style>