Shades of Ultramarine #12019E
Tints of Ultramarine #12019E
RGB
CMYK
RGB Variations
Color information
#12019E (or 0x12019E) is known color: Ultramarine. HEX triplet: 12, 01 and 9E. RGB value is (18,1,158). Sum of RGB (Red+Green+Blue) = 18+1+158=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #12019E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12019E is #EDFE61. Grayscale: #171717. Windows color (decimal): -15597154 or 10354962. OLE color: 10354962.
HSL color Cylindrical-coordinate representation of color #12019E: hue angle of 246.5º 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 #12019E is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 1 | 158 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.38 |
| HSL | 246.5º | 0.99% | 0.31% | - |
| HSV(B) | 246.5º | 0.99% | 0.62% | - |
| XYZ | 6.43 | 2.62 | 32.51 | - |
| YUV | 23.98 | 203.63 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 158 | 0.89 | 0.99 | 0 | 0.38 | 246.5 | 0.99 | 0.31 |
| Hex | 12 | 1 | 9E | 59 | 63 | 0 | 26 | F6 | 63 | 1F |
| Octal | 22 | 1 | 236 | 131 | 143 | 0 | 46 | 366 | 143 | 37 |
| Binary | 10010 | 1 | 10011110 | 1011001 | 1100011 | 0 | 100110 | 11110110 | 1100011 | 11111 |
Color Harmonies of #12019E
Complementary color
Monochromatic Colors of #12019E
Black with #12019E
Text Example
Text Example
White with #12019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12019E; }
p { color: rgb(18,1,158); }
H1.HeaderClassName
{
color: #12019E;
}
.AnyTagClassName
{
color: #12019E;
}
</style>
background-color css
<style>
a { background-color: #12019E; }
a { background-color: rgb(18,1,158); }
div.DivClassName
{
background-color: #12019E;
}
.BgClassName
{
background-color: #12019E;
}
</style>
border-color css
<style>
span { border-color: #12019E; }
span { border-color: rgb(18,1,158); }
td.TdClassName
{
border-color: #12019E;
}
.TagClassName
{
border-color: #12019E;
}
</style>