Shades of Ultramarine #100F80
Tints of Ultramarine #100F80
RGB
CMYK
RGB Variations
Color information
#100F80 (or 0x100F80) is known color: Ultramarine. HEX triplet: 10, 0F and 80. RGB value is (16,15,128). Sum of RGB (Red+Green+Blue) = 16+15+128=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 128 (50.39% from 255 or 80.50% from 159); Max value from RGB is 128 - color contains mainly: blue. Hex color #100F80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100F80 is #EFF07F. Grayscale: #1B1B1B. Windows color (decimal): -15724672 or 8392464. OLE color: 8392464.
HSL color Cylindrical-coordinate representation of color #100F80: hue angle of 240.53º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100F80 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 15 | 128 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.50 |
| HSL | 240.53º | 0.79% | 0.28% | - |
| HSV(B) | 240.53º | 0.88% | 0.5% | - |
| XYZ | 4.28 | 2.01 | 20.58 | - |
| YUV | 28.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 128 | 0.88 | 0.88 | 0 | 0.50 | 240.53 | 0.79 | 0.28 |
| Hex | 10 | F | 80 | 58 | 58 | 0 | 32 | F1 | 4F | 1C |
| Octal | 20 | 17 | 200 | 130 | 130 | 0 | 62 | 361 | 117 | 34 |
| Binary | 10000 | 1111 | 10000000 | 1011000 | 1011000 | 0 | 110010 | 11110001 | 1001111 | 11100 |
Color Harmonies of #100F80
Complementary color
Monochromatic Colors of #100F80
Black with #100F80
Text Example
Text Example
White with #100F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F80; }
p { color: rgb(16,15,128); }
H1.HeaderClassName
{
color: #100F80;
}
.AnyTagClassName
{
color: #100F80;
}
</style>
background-color css
<style>
a { background-color: #100F80; }
a { background-color: rgb(16,15,128); }
div.DivClassName
{
background-color: #100F80;
}
.BgClassName
{
background-color: #100F80;
}
</style>
border-color css
<style>
span { border-color: #100F80; }
span { border-color: rgb(16,15,128); }
td.TdClassName
{
border-color: #100F80;
}
.TagClassName
{
border-color: #100F80;
}
</style>