Shades of Ultramarine #100A85
Tints of Ultramarine #100A85
RGB
CMYK
RGB Variations
Color information
#100A85 (or 0x100A85) is known color: Ultramarine. HEX triplet: 10, 0A and 85. RGB value is (16,10,133). Sum of RGB (Red+Green+Blue) = 16+10+133=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 133 (52.34% from 255 or 83.65% from 159); Max value from RGB is 133 - color contains mainly: blue. Hex color #100A85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100A85 is #EFF57A. Grayscale: #191919. Windows color (decimal): -15725947 or 8718864. OLE color: 8718864.
HSL color Cylindrical-coordinate representation of color #100A85: hue angle of 242.93º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100A85 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 10 | 133 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.48 |
| HSL | 242.93º | 0.86% | 0.28% | - |
| HSV(B) | 242.93º | 0.92% | 0.52% | - |
| XYZ | 4.56 | 2.02 | 22.34 | - |
| YUV | 25.82 | 188.49 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 133 | 0.88 | 0.92 | 0 | 0.48 | 242.93 | 0.86 | 0.28 |
| Hex | 10 | A | 85 | 58 | 5C | 0 | 30 | F3 | 56 | 1C |
| Octal | 20 | 12 | 205 | 130 | 134 | 0 | 60 | 363 | 126 | 34 |
| Binary | 10000 | 1010 | 10000101 | 1011000 | 1011100 | 0 | 110000 | 11110011 | 1010110 | 11100 |
Color Harmonies of #100A85
Complementary color
Monochromatic Colors of #100A85
Black with #100A85
Text Example
Text Example
White with #100A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A85; }
p { color: rgb(16,10,133); }
H1.HeaderClassName
{
color: #100A85;
}
.AnyTagClassName
{
color: #100A85;
}
</style>
background-color css
<style>
a { background-color: #100A85; }
a { background-color: rgb(16,10,133); }
div.DivClassName
{
background-color: #100A85;
}
.BgClassName
{
background-color: #100A85;
}
</style>
border-color css
<style>
span { border-color: #100A85; }
span { border-color: rgb(16,10,133); }
td.TdClassName
{
border-color: #100A85;
}
.TagClassName
{
border-color: #100A85;
}
</style>