Shades of Ultramarine #120382
Tints of Ultramarine #120382
RGB
CMYK
RGB Variations
Color information
#120382 (or 0x120382) is known color: Ultramarine. HEX triplet: 12, 03 and 82. RGB value is (18,3,130). Sum of RGB (Red+Green+Blue) = 18+3+130=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 130 (51.17% from 255 or 86.09% from 151); Max value from RGB is 130 - color contains mainly: blue. Hex color #120382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120382 is #EDFC7D. Grayscale: #151515. Windows color (decimal): -15596670 or 8520466. OLE color: 8520466.
HSL color Cylindrical-coordinate representation of color #120382: hue angle of 247.09º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120382 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 3 | 130 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.49 |
| HSL | 247.09º | 0.95% | 0.26% | - |
| HSV(B) | 247.09º | 0.98% | 0.51% | - |
| XYZ | 4.31 | 1.81 | 21.24 | - |
| YUV | 21.96 | 188.97 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 130 | 0.86 | 0.98 | 0 | 0.49 | 247.09 | 0.95 | 0.26 |
| Hex | 12 | 3 | 82 | 56 | 62 | 0 | 31 | F7 | 5F | 1A |
| Octal | 22 | 3 | 202 | 126 | 142 | 0 | 61 | 367 | 137 | 32 |
| Binary | 10010 | 11 | 10000010 | 1010110 | 1100010 | 0 | 110001 | 11110111 | 1011111 | 11010 |
Color Harmonies of #120382
Complementary color
Monochromatic Colors of #120382
Black with #120382
Text Example
Text Example
White with #120382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120382; }
p { color: rgb(18,3,130); }
H1.HeaderClassName
{
color: #120382;
}
.AnyTagClassName
{
color: #120382;
}
</style>
background-color css
<style>
a { background-color: #120382; }
a { background-color: rgb(18,3,130); }
div.DivClassName
{
background-color: #120382;
}
.BgClassName
{
background-color: #120382;
}
</style>
border-color css
<style>
span { border-color: #120382; }
span { border-color: rgb(18,3,130); }
td.TdClassName
{
border-color: #120382;
}
.TagClassName
{
border-color: #120382;
}
</style>