Shades of Ultramarine #101682
Tints of Ultramarine #101682
RGB
CMYK
RGB Variations
Color information
#101682 (or 0x101682) is known color: Ultramarine. HEX triplet: 10, 16 and 82. RGB value is (16,22,130). Sum of RGB (Red+Green+Blue) = 16+22+130=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 130 (51.17% from 255 or 77.38% from 168); Max value from RGB is 130 - color contains mainly: blue. Hex color #101682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101682 is #EFE97D. Grayscale: #202020. Windows color (decimal): -15722878 or 8525328. OLE color: 8525328.
HSL color Cylindrical-coordinate representation of color #101682: hue angle of 236.84º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101682 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 22 | 130 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.49 |
| HSL | 236.84º | 0.78% | 0.29% | - |
| HSV(B) | 236.84º | 0.88% | 0.51% | - |
| XYZ | 4.53 | 2.3 | 21.32 | - |
| YUV | 32.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 130 | 0.88 | 0.83 | 0 | 0.49 | 236.84 | 0.78 | 0.29 |
| Hex | 10 | 16 | 82 | 58 | 53 | 0 | 31 | ED | 4E | 1D |
| Octal | 20 | 26 | 202 | 130 | 123 | 0 | 61 | 355 | 116 | 35 |
| Binary | 10000 | 10110 | 10000010 | 1011000 | 1010011 | 0 | 110001 | 11101101 | 1001110 | 11101 |
Color Harmonies of #101682
Complementary color
Monochromatic Colors of #101682
Black with #101682
Text Example
Text Example
White with #101682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101682; }
p { color: rgb(16,22,130); }
H1.HeaderClassName
{
color: #101682;
}
.AnyTagClassName
{
color: #101682;
}
</style>
background-color css
<style>
a { background-color: #101682; }
a { background-color: rgb(16,22,130); }
div.DivClassName
{
background-color: #101682;
}
.BgClassName
{
background-color: #101682;
}
</style>
border-color css
<style>
span { border-color: #101682; }
span { border-color: rgb(16,22,130); }
td.TdClassName
{
border-color: #101682;
}
.TagClassName
{
border-color: #101682;
}
</style>