Shades of Ultramarine #100694
Tints of Ultramarine #100694
RGB
CMYK
RGB Variations
Color information
#100694 (or 0x100694) is known color: Ultramarine. HEX triplet: 10, 06 and 94. RGB value is (16,6,148). Sum of RGB (Red+Green+Blue) = 16+6+148=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 148 (58.20% from 255 or 87.06% from 170); Max value from RGB is 148 - color contains mainly: blue. Hex color #100694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100694 is #EFF96B. Grayscale: #181818. Windows color (decimal): -15726956 or 9700880. OLE color: 9700880.
HSL color Cylindrical-coordinate representation of color #100694: hue angle of 244.23º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100694 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 6 | 148 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.42 |
| HSL | 244.23º | 0.92% | 0.3% | - |
| HSV(B) | 244.23º | 0.96% | 0.58% | - |
| XYZ | 5.62 | 2.38 | 28.18 | - |
| YUV | 25.18 | 197.31 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 148 | 0.89 | 0.96 | 0 | 0.42 | 244.23 | 0.92 | 0.3 |
| Hex | 10 | 6 | 94 | 59 | 60 | 0 | 2A | F4 | 5C | 1E |
| Octal | 20 | 6 | 224 | 131 | 140 | 0 | 52 | 364 | 134 | 36 |
| Binary | 10000 | 110 | 10010100 | 1011001 | 1100000 | 0 | 101010 | 11110100 | 1011100 | 11110 |
Color Harmonies of #100694
Complementary color
Monochromatic Colors of #100694
Black with #100694
Text Example
Text Example
White with #100694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100694; }
p { color: rgb(16,6,148); }
H1.HeaderClassName
{
color: #100694;
}
.AnyTagClassName
{
color: #100694;
}
</style>
background-color css
<style>
a { background-color: #100694; }
a { background-color: rgb(16,6,148); }
div.DivClassName
{
background-color: #100694;
}
.BgClassName
{
background-color: #100694;
}
</style>
border-color css
<style>
span { border-color: #100694; }
span { border-color: rgb(16,6,148); }
td.TdClassName
{
border-color: #100694;
}
.TagClassName
{
border-color: #100694;
}
</style>