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