Shades of Ultramarine #100082
Tints of Ultramarine #100082
RGB
CMYK
RGB Variations
Color information
#100082 (or 0x100082) is known color: Ultramarine. HEX triplet: 10, 00 and 82. RGB value is (16,0,130). Sum of RGB (Red+Green+Blue) = 16+0+130=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 130 (51.17% from 255 or 89.04% from 146); Max value from RGB is 130 - color contains mainly: blue. Hex color #100082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100082 is #EFFF7D. Grayscale: #131313. Windows color (decimal): -15728510 or 8519696. OLE color: 8519696.
HSL color Cylindrical-coordinate representation of color #100082: hue angle of 247.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100082 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 0 | 130 | - |
| CMYK | 0.88 | 1 | 0 | 0.49 |
| HSL | 247.38º | 1% | 0.25% | - |
| HSV(B) | 247.38º | 1% | 0.51% | - |
| XYZ | 4.24 | 1.72 | 21.23 | - |
| YUV | 19.6 | 190.3 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 130 | 0.88 | 1 | 0 | 0.49 | 247.38 | 1 | 0.25 |
| Hex | 10 | 0 | 82 | 58 | 64 | 0 | 31 | F7 | 64 | 19 |
| Octal | 20 | 0 | 202 | 130 | 144 | 0 | 61 | 367 | 144 | 31 |
| Binary | 10000 | 0 | 10000010 | 1011000 | 1100100 | 0 | 110001 | 11110111 | 1100100 | 11001 |
Color Harmonies of #100082
Complementary color
Monochromatic Colors of #100082
Black with #100082
Text Example
Text Example
White with #100082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100082; }
p { color: rgb(16,0,130); }
H1.HeaderClassName
{
color: #100082;
}
.AnyTagClassName
{
color: #100082;
}
</style>
background-color css
<style>
a { background-color: #100082; }
a { background-color: rgb(16,0,130); }
div.DivClassName
{
background-color: #100082;
}
.BgClassName
{
background-color: #100082;
}
</style>
border-color css
<style>
span { border-color: #100082; }
span { border-color: rgb(16,0,130); }
td.TdClassName
{
border-color: #100082;
}
.TagClassName
{
border-color: #100082;
}
</style>