Shades of Ultramarine #12009F
Tints of Ultramarine #12009F
RGB
CMYK
RGB Variations
Color information
#12009F (or 0x12009F) is known color: Ultramarine. HEX triplet: 12, 00 and 9F. RGB value is (18,0,159). Sum of RGB (Red+Green+Blue) = 18+0+159=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #12009F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12009F is #EDFF60. Grayscale: #161616. Windows color (decimal): -15597409 or 10420242. OLE color: 10420242.
HSL color Cylindrical-coordinate representation of color #12009F: hue angle of 246.79º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12009F is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 0 | 159 | - |
| CMYK | 0.89 | 1 | 0 | 0.38 |
| HSL | 246.79º | 1% | 0.31% | - |
| HSV(B) | 246.79º | 1% | 0.62% | - |
| XYZ | 6.51 | 2.63 | 32.97 | - |
| YUV | 23.51 | 204.46 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 159 | 0.89 | 1 | 0 | 0.38 | 246.79 | 1 | 0.31 |
| Hex | 12 | 0 | 9F | 59 | 64 | 0 | 26 | F7 | 64 | 1F |
| Octal | 22 | 0 | 237 | 131 | 144 | 0 | 46 | 367 | 144 | 37 |
| Binary | 10010 | 0 | 10011111 | 1011001 | 1100100 | 0 | 100110 | 11110111 | 1100100 | 11111 |
Color Harmonies of #12009F
Complementary color
Monochromatic Colors of #12009F
Black with #12009F
Text Example
Text Example
White with #12009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12009F; }
p { color: rgb(18,0,159); }
H1.HeaderClassName
{
color: #12009F;
}
.AnyTagClassName
{
color: #12009F;
}
</style>
background-color css
<style>
a { background-color: #12009F; }
a { background-color: rgb(18,0,159); }
div.DivClassName
{
background-color: #12009F;
}
.BgClassName
{
background-color: #12009F;
}
</style>
border-color css
<style>
span { border-color: #12009F; }
span { border-color: rgb(18,0,159); }
td.TdClassName
{
border-color: #12009F;
}
.TagClassName
{
border-color: #12009F;
}
</style>