Shades of Ultramarine #12008D
Tints of Ultramarine #12008D
RGB
CMYK
RGB Variations
Color information
#12008D (or 0x12008D) is known color: Ultramarine. HEX triplet: 12, 00 and 8D. RGB value is (18,0,141). Sum of RGB (Red+Green+Blue) = 18+0+141=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 141 (55.47% from 255 or 88.68% from 159); Max value from RGB is 141 - color contains mainly: blue. Hex color #12008D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12008D is #EDFF72. Grayscale: #141414. Windows color (decimal): -15597427 or 9240594. OLE color: 9240594.
HSL color Cylindrical-coordinate representation of color #12008D: hue angle of 247.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12008D is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 0 | 141 | - |
| CMYK | 0.87 | 1 | 0 | 0.45 |
| HSL | 247.66º | 1% | 0.28% | - |
| HSV(B) | 247.66º | 1% | 0.55% | - |
| XYZ | 5.06 | 2.05 | 25.33 | - |
| YUV | 21.46 | 195.46 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 141 | 0.87 | 1 | 0 | 0.45 | 247.66 | 1 | 0.28 |
| Hex | 12 | 0 | 8D | 57 | 64 | 0 | 2D | F8 | 64 | 1C |
| Octal | 22 | 0 | 215 | 127 | 144 | 0 | 55 | 370 | 144 | 34 |
| Binary | 10010 | 0 | 10001101 | 1010111 | 1100100 | 0 | 101101 | 11111000 | 1100100 | 11100 |
Color Harmonies of #12008D
Complementary color
Monochromatic Colors of #12008D
Black with #12008D
Text Example
Text Example
White with #12008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12008D; }
p { color: rgb(18,0,141); }
H1.HeaderClassName
{
color: #12008D;
}
.AnyTagClassName
{
color: #12008D;
}
</style>
background-color css
<style>
a { background-color: #12008D; }
a { background-color: rgb(18,0,141); }
div.DivClassName
{
background-color: #12008D;
}
.BgClassName
{
background-color: #12008D;
}
</style>
border-color css
<style>
span { border-color: #12008D; }
span { border-color: rgb(18,0,141); }
td.TdClassName
{
border-color: #12008D;
}
.TagClassName
{
border-color: #12008D;
}
</style>