Shades of Ultramarine #100C8A
Tints of Ultramarine #100C8A
RGB
CMYK
RGB Variations
Color information
#100C8A (or 0x100C8A) is known color: Ultramarine. HEX triplet: 10, 0C and 8A. RGB value is (16,12,138). Sum of RGB (Red+Green+Blue) = 16+12+138=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 138 (54.30% from 255 or 83.13% from 166); Max value from RGB is 138 - color contains mainly: blue. Hex color #100C8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100C8A is #EFF375. Grayscale: #1B1B1B. Windows color (decimal): -15725430 or 9047056. OLE color: 9047056.
HSL color Cylindrical-coordinate representation of color #100C8A: hue angle of 241.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100C8A is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 12 | 138 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.46 |
| HSL | 241.9º | 0.84% | 0.29% | - |
| HSV(B) | 241.9º | 0.91% | 0.54% | - |
| XYZ | 4.93 | 2.21 | 24.21 | - |
| YUV | 27.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 138 | 0.88 | 0.91 | 0 | 0.46 | 241.9 | 0.84 | 0.29 |
| Hex | 10 | C | 8A | 58 | 5B | 0 | 2E | F2 | 54 | 1D |
| Octal | 20 | 14 | 212 | 130 | 133 | 0 | 56 | 362 | 124 | 35 |
| Binary | 10000 | 1100 | 10001010 | 1011000 | 1011011 | 0 | 101110 | 11110010 | 1010100 | 11101 |
Color Harmonies of #100C8A
Complementary color
Monochromatic Colors of #100C8A
Black with #100C8A
Text Example
Text Example
White with #100C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C8A; }
p { color: rgb(16,12,138); }
H1.HeaderClassName
{
color: #100C8A;
}
.AnyTagClassName
{
color: #100C8A;
}
</style>
background-color css
<style>
a { background-color: #100C8A; }
a { background-color: rgb(16,12,138); }
div.DivClassName
{
background-color: #100C8A;
}
.BgClassName
{
background-color: #100C8A;
}
</style>
border-color css
<style>
span { border-color: #100C8A; }
span { border-color: rgb(16,12,138); }
td.TdClassName
{
border-color: #100C8A;
}
.TagClassName
{
border-color: #100C8A;
}
</style>