Shades of Ultramarine #100E7E
Tints of Ultramarine #100E7E
RGB
CMYK
RGB Variations
Color information
#100E7E (or 0x100E7E) is known color: Ultramarine. HEX triplet: 10, 0E and 7E. RGB value is (16,14,126). Sum of RGB (Red+Green+Blue) = 16+14+126=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 126 (49.61% from 255 or 80.77% from 156); Max value from RGB is 126 - color contains mainly: blue. Hex color #100E7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E7E is #EFF181. Grayscale: #1A1A1A. Windows color (decimal): -15724930 or 8261136. OLE color: 8261136.
HSL color Cylindrical-coordinate representation of color #100E7E: hue angle of 241.07º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100E7E is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 14 | 126 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.51 |
| HSL | 241.07º | 0.8% | 0.27% | - |
| HSV(B) | 241.07º | 0.89% | 0.49% | - |
| XYZ | 4.14 | 1.93 | 19.89 | - |
| YUV | 27.37 | 183.66 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 126 | 0.87 | 0.89 | 0 | 0.51 | 241.07 | 0.8 | 0.27 |
| Hex | 10 | E | 7E | 57 | 59 | 0 | 33 | F1 | 50 | 1B |
| Octal | 20 | 16 | 176 | 127 | 131 | 0 | 63 | 361 | 120 | 33 |
| Binary | 10000 | 1110 | 1111110 | 1010111 | 1011001 | 0 | 110011 | 11110001 | 1010000 | 11011 |
Color Harmonies of #100E7E
Complementary color
Monochromatic Colors of #100E7E
Black with #100E7E
Text Example
Text Example
White with #100E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E7E; }
p { color: rgb(16,14,126); }
H1.HeaderClassName
{
color: #100E7E;
}
.AnyTagClassName
{
color: #100E7E;
}
</style>
background-color css
<style>
a { background-color: #100E7E; }
a { background-color: rgb(16,14,126); }
div.DivClassName
{
background-color: #100E7E;
}
.BgClassName
{
background-color: #100E7E;
}
</style>
border-color css
<style>
span { border-color: #100E7E; }
span { border-color: rgb(16,14,126); }
td.TdClassName
{
border-color: #100E7E;
}
.TagClassName
{
border-color: #100E7E;
}
</style>