Shades of Ultramarine #12018C
Tints of Ultramarine #12018C
RGB
CMYK
RGB Variations
Color information
#12018C (or 0x12018C) is known color: Ultramarine. HEX triplet: 12, 01 and 8C. RGB value is (18,1,140). Sum of RGB (Red+Green+Blue) = 18+1+140=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #12018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12018C is #EDFE73. Grayscale: #151515. Windows color (decimal): -15597172 or 9175314. OLE color: 9175314.
HSL color Cylindrical-coordinate representation of color #12018C: hue angle of 247.34º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12018C is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 1 | 140 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.45 |
| HSL | 247.34º | 0.99% | 0.28% | - |
| HSV(B) | 247.34º | 0.99% | 0.55% | - |
| XYZ | 4.99 | 2.04 | 24.94 | - |
| YUV | 21.93 | 194.63 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 140 | 0.87 | 0.99 | 0 | 0.45 | 247.34 | 0.99 | 0.28 |
| Hex | 12 | 1 | 8C | 57 | 63 | 0 | 2D | F7 | 63 | 1C |
| Octal | 22 | 1 | 214 | 127 | 143 | 0 | 55 | 367 | 143 | 34 |
| Binary | 10010 | 1 | 10001100 | 1010111 | 1100011 | 0 | 101101 | 11110111 | 1100011 | 11100 |
Color Harmonies of #12018C
Complementary color
Monochromatic Colors of #12018C
Black with #12018C
Text Example
Text Example
White with #12018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12018C; }
p { color: rgb(18,1,140); }
H1.HeaderClassName
{
color: #12018C;
}
.AnyTagClassName
{
color: #12018C;
}
</style>
background-color css
<style>
a { background-color: #12018C; }
a { background-color: rgb(18,1,140); }
div.DivClassName
{
background-color: #12018C;
}
.BgClassName
{
background-color: #12018C;
}
</style>
border-color css
<style>
span { border-color: #12018C; }
span { border-color: rgb(18,1,140); }
td.TdClassName
{
border-color: #12018C;
}
.TagClassName
{
border-color: #12018C;
}
</style>