Shades of Ultramarine #100382
Tints of Ultramarine #100382
RGB
CMYK
RGB Variations
Color information
#100382 (or 0x100382) is known color: Ultramarine. HEX triplet: 10, 03 and 82. RGB value is (16,3,130). Sum of RGB (Red+Green+Blue) = 16+3+130=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 130 (51.17% from 255 or 87.25% from 149); Max value from RGB is 130 - color contains mainly: blue. Hex color #100382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100382 is #EFFC7D. Grayscale: #141414. Windows color (decimal): -15727742 or 8520464. OLE color: 8520464.
HSL color Cylindrical-coordinate representation of color #100382: hue angle of 246.14º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100382 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 3 | 130 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.49 |
| HSL | 246.14º | 0.95% | 0.26% | - |
| HSV(B) | 246.14º | 0.98% | 0.51% | - |
| XYZ | 4.28 | 1.79 | 21.24 | - |
| YUV | 21.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 130 | 0.88 | 0.98 | 0 | 0.49 | 246.14 | 0.95 | 0.26 |
| Hex | 10 | 3 | 82 | 58 | 62 | 0 | 31 | F6 | 5F | 1A |
| Octal | 20 | 3 | 202 | 130 | 142 | 0 | 61 | 366 | 137 | 32 |
| Binary | 10000 | 11 | 10000010 | 1011000 | 1100010 | 0 | 110001 | 11110110 | 1011111 | 11010 |
Color Harmonies of #100382
Complementary color
Monochromatic Colors of #100382
Black with #100382
Text Example
Text Example
White with #100382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100382; }
p { color: rgb(16,3,130); }
H1.HeaderClassName
{
color: #100382;
}
.AnyTagClassName
{
color: #100382;
}
</style>
background-color css
<style>
a { background-color: #100382; }
a { background-color: rgb(16,3,130); }
div.DivClassName
{
background-color: #100382;
}
.BgClassName
{
background-color: #100382;
}
</style>
border-color css
<style>
span { border-color: #100382; }
span { border-color: rgb(16,3,130); }
td.TdClassName
{
border-color: #100382;
}
.TagClassName
{
border-color: #100382;
}
</style>