Shades of Ultramarine #12029F
Tints of Ultramarine #12029F
RGB
CMYK
RGB Variations
Color information
#12029F (or 0x12029F) is known color: Ultramarine. HEX triplet: 12, 02 and 9F. RGB value is (18,2,159). Sum of RGB (Red+Green+Blue) = 18+2+159=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 159 (62.5% from 255 or 88.83% from 179); Max value from RGB is 159 - color contains mainly: blue. Hex color #12029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12029F is #EDFD60. Grayscale: #181818. Windows color (decimal): -15596897 or 10420754. OLE color: 10420754.
HSL color Cylindrical-coordinate representation of color #12029F: hue angle of 246.11º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12029F is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 2 | 159 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.38 |
| HSL | 246.11º | 0.98% | 0.32% | - |
| HSV(B) | 246.11º | 0.99% | 0.62% | - |
| XYZ | 6.53 | 2.68 | 32.97 | - |
| YUV | 24.68 | 203.8 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 159 | 0.89 | 0.99 | 0 | 0.38 | 246.11 | 0.98 | 0.32 |
| Hex | 12 | 2 | 9F | 59 | 63 | 0 | 26 | F6 | 62 | 20 |
| Octal | 22 | 2 | 237 | 131 | 143 | 0 | 46 | 366 | 142 | 40 |
| Binary | 10010 | 10 | 10011111 | 1011001 | 1100011 | 0 | 100110 | 11110110 | 1100010 | 100000 |
Color Harmonies of #12029F
Complementary color
Monochromatic Colors of #12029F
Black with #12029F
Text Example
Text Example
White with #12029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12029F; }
p { color: rgb(18,2,159); }
H1.HeaderClassName
{
color: #12029F;
}
.AnyTagClassName
{
color: #12029F;
}
</style>
background-color css
<style>
a { background-color: #12029F; }
a { background-color: rgb(18,2,159); }
div.DivClassName
{
background-color: #12029F;
}
.BgClassName
{
background-color: #12029F;
}
</style>
border-color css
<style>
span { border-color: #12029F; }
span { border-color: rgb(18,2,159); }
td.TdClassName
{
border-color: #12029F;
}
.TagClassName
{
border-color: #12029F;
}
</style>