Shades of Ultramarine #100F7E
Tints of Ultramarine #100F7E
RGB
CMYK
RGB Variations
Color information
#100F7E (or 0x100F7E) is known color: Ultramarine. HEX triplet: 10, 0F and 7E. RGB value is (16,15,126). Sum of RGB (Red+Green+Blue) = 16+15+126=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 126 (49.61% from 255 or 80.25% from 157); Max value from RGB is 126 - color contains mainly: blue. Hex color #100F7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F7E is #EFF081. Grayscale: #1B1B1B. Windows color (decimal): -15724674 or 8261392. OLE color: 8261392.
HSL color Cylindrical-coordinate representation of color #100F7E: hue angle of 240.54º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100F7E is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 15 | 126 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.51 |
| HSL | 240.54º | 0.79% | 0.28% | - |
| HSV(B) | 240.54º | 0.88% | 0.49% | - |
| XYZ | 4.15 | 1.96 | 19.9 | - |
| YUV | 27.95 | 183.33 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 126 | 0.87 | 0.88 | 0 | 0.51 | 240.54 | 0.79 | 0.28 |
| Hex | 10 | F | 7E | 57 | 58 | 0 | 33 | F1 | 4F | 1C |
| Octal | 20 | 17 | 176 | 127 | 130 | 0 | 63 | 361 | 117 | 34 |
| Binary | 10000 | 1111 | 1111110 | 1010111 | 1011000 | 0 | 110011 | 11110001 | 1001111 | 11100 |
Color Harmonies of #100F7E
Complementary color
Monochromatic Colors of #100F7E
Black with #100F7E
Text Example
Text Example
White with #100F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F7E; }
p { color: rgb(16,15,126); }
H1.HeaderClassName
{
color: #100F7E;
}
.AnyTagClassName
{
color: #100F7E;
}
</style>
background-color css
<style>
a { background-color: #100F7E; }
a { background-color: rgb(16,15,126); }
div.DivClassName
{
background-color: #100F7E;
}
.BgClassName
{
background-color: #100F7E;
}
</style>
border-color css
<style>
span { border-color: #100F7E; }
span { border-color: rgb(16,15,126); }
td.TdClassName
{
border-color: #100F7E;
}
.TagClassName
{
border-color: #100F7E;
}
</style>