Shades of Ultramarine #100281
Tints of Ultramarine #100281
RGB
CMYK
RGB Variations
Color information
#100281 (or 0x100281) is known color: Ultramarine. HEX triplet: 10, 02 and 81. RGB value is (16,2,129). Sum of RGB (Red+Green+Blue) = 16+2+129=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 129 (50.78% from 255 or 87.76% from 147); Max value from RGB is 129 - color contains mainly: blue. Hex color #100281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100281 is #EFFD7E. Grayscale: #141414. Windows color (decimal): -15727999 or 8454672. OLE color: 8454672.
HSL color Cylindrical-coordinate representation of color #100281: hue angle of 246.61º degrees, saturation: 0.97, 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 #100281 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 2 | 129 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.49 |
| HSL | 246.61º | 0.97% | 0.26% | - |
| HSV(B) | 246.61º | 0.98% | 0.51% | - |
| XYZ | 4.2 | 1.74 | 20.88 | - |
| YUV | 20.66 | 189.14 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 129 | 0.88 | 0.98 | 0 | 0.49 | 246.61 | 0.97 | 0.26 |
| Hex | 10 | 2 | 81 | 58 | 62 | 0 | 31 | F7 | 61 | 1A |
| Octal | 20 | 2 | 201 | 130 | 142 | 0 | 61 | 367 | 141 | 32 |
| Binary | 10000 | 10 | 10000001 | 1011000 | 1100010 | 0 | 110001 | 11110111 | 1100001 | 11010 |
Color Harmonies of #100281
Complementary color
Monochromatic Colors of #100281
Black with #100281
Text Example
Text Example
White with #100281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100281; }
p { color: rgb(16,2,129); }
H1.HeaderClassName
{
color: #100281;
}
.AnyTagClassName
{
color: #100281;
}
</style>
background-color css
<style>
a { background-color: #100281; }
a { background-color: rgb(16,2,129); }
div.DivClassName
{
background-color: #100281;
}
.BgClassName
{
background-color: #100281;
}
</style>
border-color css
<style>
span { border-color: #100281; }
span { border-color: rgb(16,2,129); }
td.TdClassName
{
border-color: #100281;
}
.TagClassName
{
border-color: #100281;
}
</style>