Shades of Ultramarine #12008B
Tints of Ultramarine #12008B
RGB
CMYK
RGB Variations
Color information
#12008B (or 0x12008B) is known color: Ultramarine. HEX triplet: 12, 00 and 8B. RGB value is (18,0,139). Sum of RGB (Red+Green+Blue) = 18+0+139=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 139 (54.69% from 255 or 88.54% from 157); Max value from RGB is 139 - color contains mainly: blue. Hex color #12008B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12008B is #EDFF74. Grayscale: #141414. Windows color (decimal): -15597429 or 9109522. OLE color: 9109522.
HSL color Cylindrical-coordinate representation of color #12008B: hue angle of 247.77º 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 #12008B is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 0 | 139 | - |
| CMYK | 0.87 | 1 | 0 | 0.45 |
| HSL | 247.77º | 1% | 0.27% | - |
| HSV(B) | 247.77º | 1% | 0.55% | - |
| XYZ | 4.91 | 1.99 | 24.55 | - |
| YUV | 21.23 | 194.46 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 139 | 0.87 | 1 | 0 | 0.45 | 247.77 | 1 | 0.27 |
| Hex | 12 | 0 | 8B | 57 | 64 | 0 | 2D | F8 | 64 | 1B |
| Octal | 22 | 0 | 213 | 127 | 144 | 0 | 55 | 370 | 144 | 33 |
| Binary | 10010 | 0 | 10001011 | 1010111 | 1100100 | 0 | 101101 | 11111000 | 1100100 | 11011 |
Color Harmonies of #12008B
Complementary color
Monochromatic Colors of #12008B
Black with #12008B
Text Example
Text Example
White with #12008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12008B; }
p { color: rgb(18,0,139); }
H1.HeaderClassName
{
color: #12008B;
}
.AnyTagClassName
{
color: #12008B;
}
</style>
background-color css
<style>
a { background-color: #12008B; }
a { background-color: rgb(18,0,139); }
div.DivClassName
{
background-color: #12008B;
}
.BgClassName
{
background-color: #12008B;
}
</style>
border-color css
<style>
span { border-color: #12008B; }
span { border-color: rgb(18,0,139); }
td.TdClassName
{
border-color: #12008B;
}
.TagClassName
{
border-color: #12008B;
}
</style>