Shades of Ultramarine #120299
Tints of Ultramarine #120299
RGB
CMYK
RGB Variations
Color information
#120299 (or 0x120299) is known color: Ultramarine. HEX triplet: 12, 02 and 99. RGB value is (18,2,153). Sum of RGB (Red+Green+Blue) = 18+2+153=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 153 (60.16% from 255 or 88.44% from 173); Max value from RGB is 153 - color contains mainly: blue. Hex color #120299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120299 is #EDFD66. Grayscale: #171717. Windows color (decimal): -15596903 or 10027538. OLE color: 10027538.
HSL color Cylindrical-coordinate representation of color #120299: hue angle of 246.36º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120299 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 2 | 153 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.4 |
| HSL | 246.36º | 0.97% | 0.3% | - |
| HSV(B) | 246.36º | 0.99% | 0.6% | - |
| XYZ | 6.02 | 2.47 | 30.3 | - |
| YUV | 24 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 153 | 0.88 | 0.99 | 0 | 0.4 | 246.36 | 0.97 | 0.3 |
| Hex | 12 | 2 | 99 | 58 | 63 | 0 | 28 | F6 | 61 | 1E |
| Octal | 22 | 2 | 231 | 130 | 143 | 0 | 50 | 366 | 141 | 36 |
| Binary | 10010 | 10 | 10011001 | 1011000 | 1100011 | 0 | 101000 | 11110110 | 1100001 | 11110 |
Color Harmonies of #120299
Complementary color
Monochromatic Colors of #120299
Black with #120299
Text Example
Text Example
White with #120299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120299; }
p { color: rgb(18,2,153); }
H1.HeaderClassName
{
color: #120299;
}
.AnyTagClassName
{
color: #120299;
}
</style>
background-color css
<style>
a { background-color: #120299; }
a { background-color: rgb(18,2,153); }
div.DivClassName
{
background-color: #120299;
}
.BgClassName
{
background-color: #120299;
}
</style>
border-color css
<style>
span { border-color: #120299; }
span { border-color: rgb(18,2,153); }
td.TdClassName
{
border-color: #120299;
}
.TagClassName
{
border-color: #120299;
}
</style>