Shades of Ultramarine #12008C
Tints of Ultramarine #12008C
RGB
CMYK
RGB Variations
Color information
#12008C (or 0x12008C) is known color: Ultramarine. HEX triplet: 12, 00 and 8C. RGB value is (18,0,140). Sum of RGB (Red+Green+Blue) = 18+0+140=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 140 (55.08% from 255 or 88.61% from 158); Max value from RGB is 140 - color contains mainly: blue. Hex color #12008C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12008C is #EDFF73. Grayscale: #141414. Windows color (decimal): -15597428 or 9175058. OLE color: 9175058.
HSL color Cylindrical-coordinate representation of color #12008C: hue angle of 247.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12008C is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 0 | 140 | - |
| CMYK | 0.87 | 1 | 0 | 0.45 |
| HSL | 247.71º | 1% | 0.27% | - |
| HSV(B) | 247.71º | 1% | 0.55% | - |
| XYZ | 4.98 | 2.02 | 24.94 | - |
| YUV | 21.34 | 194.96 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 140 | 0.87 | 1 | 0 | 0.45 | 247.71 | 1 | 0.27 |
| Hex | 12 | 0 | 8C | 57 | 64 | 0 | 2D | F8 | 64 | 1B |
| Octal | 22 | 0 | 214 | 127 | 144 | 0 | 55 | 370 | 144 | 33 |
| Binary | 10010 | 0 | 10001100 | 1010111 | 1100100 | 0 | 101101 | 11111000 | 1100100 | 11011 |
Color Harmonies of #12008C
Complementary color
Monochromatic Colors of #12008C
Black with #12008C
Text Example
Text Example
White with #12008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12008C; }
p { color: rgb(18,0,140); }
H1.HeaderClassName
{
color: #12008C;
}
.AnyTagClassName
{
color: #12008C;
}
</style>
background-color css
<style>
a { background-color: #12008C; }
a { background-color: rgb(18,0,140); }
div.DivClassName
{
background-color: #12008C;
}
.BgClassName
{
background-color: #12008C;
}
</style>
border-color css
<style>
span { border-color: #12008C; }
span { border-color: rgb(18,0,140); }
td.TdClassName
{
border-color: #12008C;
}
.TagClassName
{
border-color: #12008C;
}
</style>