Shades of Ultramarine #120182
Tints of Ultramarine #120182
RGB
CMYK
RGB Variations
Color information
#120182 (or 0x120182) is known color: Ultramarine. HEX triplet: 12, 01 and 82. RGB value is (18,1,130). Sum of RGB (Red+Green+Blue) = 18+1+130=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 130 (51.17% from 255 or 87.25% from 149); Max value from RGB is 130 - color contains mainly: blue. Hex color #120182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120182 is #EDFE7D. Grayscale: #141414. Windows color (decimal): -15597182 or 8519954. OLE color: 8519954.
HSL color Cylindrical-coordinate representation of color #120182: hue angle of 247.91º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120182 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 1 | 130 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.49 |
| HSL | 247.91º | 0.98% | 0.26% | - |
| HSV(B) | 247.91º | 0.99% | 0.51% | - |
| XYZ | 4.29 | 1.76 | 21.23 | - |
| YUV | 20.79 | 189.63 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 130 | 0.86 | 0.99 | 0 | 0.49 | 247.91 | 0.98 | 0.26 |
| Hex | 12 | 1 | 82 | 56 | 63 | 0 | 31 | F8 | 62 | 1A |
| Octal | 22 | 1 | 202 | 126 | 143 | 0 | 61 | 370 | 142 | 32 |
| Binary | 10010 | 1 | 10000010 | 1010110 | 1100011 | 0 | 110001 | 11111000 | 1100010 | 11010 |
Color Harmonies of #120182
Complementary color
Monochromatic Colors of #120182
Black with #120182
Text Example
Text Example
White with #120182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120182; }
p { color: rgb(18,1,130); }
H1.HeaderClassName
{
color: #120182;
}
.AnyTagClassName
{
color: #120182;
}
</style>
background-color css
<style>
a { background-color: #120182; }
a { background-color: rgb(18,1,130); }
div.DivClassName
{
background-color: #120182;
}
.BgClassName
{
background-color: #120182;
}
</style>
border-color css
<style>
span { border-color: #120182; }
span { border-color: rgb(18,1,130); }
td.TdClassName
{
border-color: #120182;
}
.TagClassName
{
border-color: #120182;
}
</style>