Shades of Ultramarine #12107F
Tints of Ultramarine #12107F
RGB
CMYK
RGB Variations
Color information
#12107F (or 0x12107F) is known color: Ultramarine. HEX triplet: 12, 10 and 7F. RGB value is (18,16,127). Sum of RGB (Red+Green+Blue) = 18+16+127=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 127 (50% from 255 or 78.88% from 161); Max value from RGB is 127 - color contains mainly: blue. Hex color #12107F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12107F is #EDEF80. Grayscale: #1C1C1C. Windows color (decimal): -15593345 or 8327186. OLE color: 8327186.
HSL color Cylindrical-coordinate representation of color #12107F: hue angle of 241.08º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12107F is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 16 | 127 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.50 |
| HSL | 241.08º | 0.78% | 0.28% | - |
| HSV(B) | 241.08º | 0.87% | 0.5% | - |
| XYZ | 4.27 | 2.03 | 20.25 | - |
| YUV | 29.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 127 | 0.86 | 0.87 | 0 | 0.50 | 241.08 | 0.78 | 0.28 |
| Hex | 12 | 10 | 7F | 56 | 57 | 0 | 32 | F1 | 4E | 1C |
| Octal | 22 | 20 | 177 | 126 | 127 | 0 | 62 | 361 | 116 | 34 |
| Binary | 10010 | 10000 | 1111111 | 1010110 | 1010111 | 0 | 110010 | 11110001 | 1001110 | 11100 |
Color Harmonies of #12107F
Complementary color
Monochromatic Colors of #12107F
Black with #12107F
Text Example
Text Example
White with #12107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12107F; }
p { color: rgb(18,16,127); }
H1.HeaderClassName
{
color: #12107F;
}
.AnyTagClassName
{
color: #12107F;
}
</style>
background-color css
<style>
a { background-color: #12107F; }
a { background-color: rgb(18,16,127); }
div.DivClassName
{
background-color: #12107F;
}
.BgClassName
{
background-color: #12107F;
}
</style>
border-color css
<style>
span { border-color: #12107F; }
span { border-color: rgb(18,16,127); }
td.TdClassName
{
border-color: #12107F;
}
.TagClassName
{
border-color: #12107F;
}
</style>