Shades of Ultramarine #100C90
Tints of Ultramarine #100C90
RGB
CMYK
RGB Variations
Color information
#100C90 (or 0x100C90) is known color: Ultramarine. HEX triplet: 10, 0C and 90. RGB value is (16,12,144). Sum of RGB (Red+Green+Blue) = 16+12+144=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #100C90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100C90 is #EFF36F. Grayscale: #1B1B1B. Windows color (decimal): -15725424 or 9440272. OLE color: 9440272.
HSL color Cylindrical-coordinate representation of color #100C90: hue angle of 241.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100C90 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 12 | 144 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.44 |
| HSL | 241.82º | 0.85% | 0.31% | - |
| HSV(B) | 241.82º | 0.92% | 0.56% | - |
| XYZ | 5.38 | 2.39 | 26.56 | - |
| YUV | 28.24 | 193.33 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 144 | 0.89 | 0.92 | 0 | 0.44 | 241.82 | 0.85 | 0.31 |
| Hex | 10 | C | 90 | 59 | 5C | 0 | 2C | F2 | 55 | 1F |
| Octal | 20 | 14 | 220 | 131 | 134 | 0 | 54 | 362 | 125 | 37 |
| Binary | 10000 | 1100 | 10010000 | 1011001 | 1011100 | 0 | 101100 | 11110010 | 1010101 | 11111 |
Color Harmonies of #100C90
Complementary color
Monochromatic Colors of #100C90
Black with #100C90
Text Example
Text Example
White with #100C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C90; }
p { color: rgb(16,12,144); }
H1.HeaderClassName
{
color: #100C90;
}
.AnyTagClassName
{
color: #100C90;
}
</style>
background-color css
<style>
a { background-color: #100C90; }
a { background-color: rgb(16,12,144); }
div.DivClassName
{
background-color: #100C90;
}
.BgClassName
{
background-color: #100C90;
}
</style>
border-color css
<style>
span { border-color: #100C90; }
span { border-color: rgb(16,12,144); }
td.TdClassName
{
border-color: #100C90;
}
.TagClassName
{
border-color: #100C90;
}
</style>