Shades of Ultramarine #12018B
Tints of Ultramarine #12018B
RGB
CMYK
RGB Variations
Color information
#12018B (or 0x12018B) is known color: Ultramarine. HEX triplet: 12, 01 and 8B. RGB value is (18,1,139). Sum of RGB (Red+Green+Blue) = 18+1+139=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 139 (54.69% from 255 or 87.97% from 158); Max value from RGB is 139 - color contains mainly: blue. Hex color #12018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12018B is #EDFE74. Grayscale: #151515. Windows color (decimal): -15597173 or 9109778. OLE color: 9109778.
HSL color Cylindrical-coordinate representation of color #12018B: hue angle of 247.39º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12018B is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 1 | 139 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.45 |
| HSL | 247.39º | 0.99% | 0.27% | - |
| HSV(B) | 247.39º | 0.99% | 0.55% | - |
| XYZ | 4.92 | 2.01 | 24.56 | - |
| YUV | 21.82 | 194.13 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 139 | 0.87 | 0.99 | 0 | 0.45 | 247.39 | 0.99 | 0.27 |
| Hex | 12 | 1 | 8B | 57 | 63 | 0 | 2D | F7 | 63 | 1B |
| Octal | 22 | 1 | 213 | 127 | 143 | 0 | 55 | 367 | 143 | 33 |
| Binary | 10010 | 1 | 10001011 | 1010111 | 1100011 | 0 | 101101 | 11110111 | 1100011 | 11011 |
Color Harmonies of #12018B
Complementary color
Monochromatic Colors of #12018B
Black with #12018B
Text Example
Text Example
White with #12018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12018B; }
p { color: rgb(18,1,139); }
H1.HeaderClassName
{
color: #12018B;
}
.AnyTagClassName
{
color: #12018B;
}
</style>
background-color css
<style>
a { background-color: #12018B; }
a { background-color: rgb(18,1,139); }
div.DivClassName
{
background-color: #12018B;
}
.BgClassName
{
background-color: #12018B;
}
</style>
border-color css
<style>
span { border-color: #12018B; }
span { border-color: rgb(18,1,139); }
td.TdClassName
{
border-color: #12018B;
}
.TagClassName
{
border-color: #12018B;
}
</style>