Shades of Ultramarine #101490
Tints of Ultramarine #101490
RGB
CMYK
RGB Variations
Color information
#101490 (or 0x101490) is known color: Ultramarine. HEX triplet: 10, 14 and 90. RGB value is (16,20,144). Sum of RGB (Red+Green+Blue) = 16+20+144=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #101490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101490 is #EFEB6F. Grayscale: #202020. Windows color (decimal): -15723376 or 9442320. OLE color: 9442320.
HSL color Cylindrical-coordinate representation of color #101490: hue angle of 238.12º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101490 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 20 | 144 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.44 |
| HSL | 238.13º | 0.8% | 0.31% | - |
| HSV(B) | 238.13º | 0.89% | 0.56% | - |
| XYZ | 5.5 | 2.62 | 26.6 | - |
| YUV | 32.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 144 | 0.89 | 0.86 | 0 | 0.44 | 238.13 | 0.8 | 0.31 |
| Hex | 10 | 14 | 90 | 59 | 56 | 0 | 2C | EE | 50 | 1F |
| Octal | 20 | 24 | 220 | 131 | 126 | 0 | 54 | 356 | 120 | 37 |
| Binary | 10000 | 10100 | 10010000 | 1011001 | 1010110 | 0 | 101100 | 11101110 | 1010000 | 11111 |
Color Harmonies of #101490
Complementary color
Monochromatic Colors of #101490
Black with #101490
Text Example
Text Example
White with #101490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101490; }
p { color: rgb(16,20,144); }
H1.HeaderClassName
{
color: #101490;
}
.AnyTagClassName
{
color: #101490;
}
</style>
background-color css
<style>
a { background-color: #101490; }
a { background-color: rgb(16,20,144); }
div.DivClassName
{
background-color: #101490;
}
.BgClassName
{
background-color: #101490;
}
</style>
border-color css
<style>
span { border-color: #101490; }
span { border-color: rgb(16,20,144); }
td.TdClassName
{
border-color: #101490;
}
.TagClassName
{
border-color: #101490;
}
</style>