Shades of Ultramarine #12019D
Tints of Ultramarine #12019D
RGB
CMYK
RGB Variations
Color information
#12019D (or 0x12019D) is known color: Ultramarine. HEX triplet: 12, 01 and 9D. RGB value is (18,1,157). Sum of RGB (Red+Green+Blue) = 18+1+157=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 157 (61.72% from 255 or 89.20% from 176); Max value from RGB is 157 - color contains mainly: blue. Hex color #12019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12019D is #EDFE62. Grayscale: #171717. Windows color (decimal): -15597155 or 10289426. OLE color: 10289426.
HSL color Cylindrical-coordinate representation of color #12019D: hue angle of 246.54º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12019D is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 1 | 157 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.38 |
| HSL | 246.54º | 0.99% | 0.31% | - |
| HSV(B) | 246.54º | 0.99% | 0.62% | - |
| XYZ | 6.35 | 2.58 | 32.06 | - |
| YUV | 23.87 | 203.13 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 157 | 0.89 | 0.99 | 0 | 0.38 | 246.54 | 0.99 | 0.31 |
| Hex | 12 | 1 | 9D | 59 | 63 | 0 | 26 | F7 | 63 | 1F |
| Octal | 22 | 1 | 235 | 131 | 143 | 0 | 46 | 367 | 143 | 37 |
| Binary | 10010 | 1 | 10011101 | 1011001 | 1100011 | 0 | 100110 | 11110111 | 1100011 | 11111 |
Color Harmonies of #12019D
Complementary color
Monochromatic Colors of #12019D
Black with #12019D
Text Example
Text Example
White with #12019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12019D; }
p { color: rgb(18,1,157); }
H1.HeaderClassName
{
color: #12019D;
}
.AnyTagClassName
{
color: #12019D;
}
</style>
background-color css
<style>
a { background-color: #12019D; }
a { background-color: rgb(18,1,157); }
div.DivClassName
{
background-color: #12019D;
}
.BgClassName
{
background-color: #12019D;
}
</style>
border-color css
<style>
span { border-color: #12019D; }
span { border-color: rgb(18,1,157); }
td.TdClassName
{
border-color: #12019D;
}
.TagClassName
{
border-color: #12019D;
}
</style>