Shades of Ultramarine #101382
Tints of Ultramarine #101382
RGB
CMYK
RGB Variations
Color information
#101382 (or 0x101382) is known color: Ultramarine. HEX triplet: 10, 13 and 82. RGB value is (16,19,130). Sum of RGB (Red+Green+Blue) = 16+19+130=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 130 (51.17% from 255 or 78.79% from 165); Max value from RGB is 130 - color contains mainly: blue. Hex color #101382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101382 is #EFEC7D. Grayscale: #1E1E1E. Windows color (decimal): -15723646 or 8524560. OLE color: 8524560.
HSL color Cylindrical-coordinate representation of color #101382: hue angle of 238.42º 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 #101382 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 19 | 130 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.49 |
| HSL | 238.42º | 0.78% | 0.29% | - |
| HSV(B) | 238.42º | 0.88% | 0.51% | - |
| XYZ | 4.48 | 2.19 | 21.31 | - |
| YUV | 30.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 130 | 0.88 | 0.85 | 0 | 0.49 | 238.42 | 0.78 | 0.29 |
| Hex | 10 | 13 | 82 | 58 | 55 | 0 | 31 | EE | 4E | 1D |
| Octal | 20 | 23 | 202 | 130 | 125 | 0 | 61 | 356 | 116 | 35 |
| Binary | 10000 | 10011 | 10000010 | 1011000 | 1010101 | 0 | 110001 | 11101110 | 1001110 | 11101 |
Color Harmonies of #101382
Complementary color
Monochromatic Colors of #101382
Black with #101382
Text Example
Text Example
White with #101382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101382; }
p { color: rgb(16,19,130); }
H1.HeaderClassName
{
color: #101382;
}
.AnyTagClassName
{
color: #101382;
}
</style>
background-color css
<style>
a { background-color: #101382; }
a { background-color: rgb(16,19,130); }
div.DivClassName
{
background-color: #101382;
}
.BgClassName
{
background-color: #101382;
}
</style>
border-color css
<style>
span { border-color: #101382; }
span { border-color: rgb(16,19,130); }
td.TdClassName
{
border-color: #101382;
}
.TagClassName
{
border-color: #101382;
}
</style>