Shades of Ultramarine #100A8A
Tints of Ultramarine #100A8A
RGB
CMYK
RGB Variations
Color information
#100A8A (or 0x100A8A) is known color: Ultramarine. HEX triplet: 10, 0A and 8A. RGB value is (16,10,138). Sum of RGB (Red+Green+Blue) = 16+10+138=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 138 (54.30% from 255 or 84.15% from 164); Max value from RGB is 138 - color contains mainly: blue. Hex color #100A8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100A8A is #EFF575. Grayscale: #191919. Windows color (decimal): -15725942 or 9046544. OLE color: 9046544.
HSL color Cylindrical-coordinate representation of color #100A8A: hue angle of 242.81º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100A8A is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 10 | 138 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.46 |
| HSL | 242.81º | 0.86% | 0.29% | - |
| HSV(B) | 242.81º | 0.93% | 0.54% | - |
| XYZ | 4.91 | 2.16 | 24.2 | - |
| YUV | 26.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 138 | 0.88 | 0.93 | 0 | 0.46 | 242.81 | 0.86 | 0.29 |
| Hex | 10 | A | 8A | 58 | 5D | 0 | 2E | F3 | 56 | 1D |
| Octal | 20 | 12 | 212 | 130 | 135 | 0 | 56 | 363 | 126 | 35 |
| Binary | 10000 | 1010 | 10001010 | 1011000 | 1011101 | 0 | 101110 | 11110011 | 1010110 | 11101 |
Color Harmonies of #100A8A
Complementary color
Monochromatic Colors of #100A8A
Black with #100A8A
Text Example
Text Example
White with #100A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A8A; }
p { color: rgb(16,10,138); }
H1.HeaderClassName
{
color: #100A8A;
}
.AnyTagClassName
{
color: #100A8A;
}
</style>
background-color css
<style>
a { background-color: #100A8A; }
a { background-color: rgb(16,10,138); }
div.DivClassName
{
background-color: #100A8A;
}
.BgClassName
{
background-color: #100A8A;
}
</style>
border-color css
<style>
span { border-color: #100A8A; }
span { border-color: rgb(16,10,138); }
td.TdClassName
{
border-color: #100A8A;
}
.TagClassName
{
border-color: #100A8A;
}
</style>