Shades of Ultramarine #100292
Tints of Ultramarine #100292
RGB
CMYK
RGB Variations
Color information
#100292 (or 0x100292) is known color: Ultramarine. HEX triplet: 10, 02 and 92. RGB value is (16,2,146). Sum of RGB (Red+Green+Blue) = 16+2+146=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #100292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100292 is #EFFD6D. Grayscale: #161616. Windows color (decimal): -15727982 or 9568784. OLE color: 9568784.
HSL color Cylindrical-coordinate representation of color #100292: hue angle of 245.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100292 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 2 | 146 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.43 |
| HSL | 245.83º | 0.97% | 0.29% | - |
| HSV(B) | 245.83º | 0.99% | 0.57% | - |
| XYZ | 5.42 | 2.23 | 27.34 | - |
| YUV | 22.6 | 197.64 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 146 | 0.89 | 0.99 | 0 | 0.43 | 245.83 | 0.97 | 0.29 |
| Hex | 10 | 2 | 92 | 59 | 63 | 0 | 2B | F6 | 61 | 1D |
| Octal | 20 | 2 | 222 | 131 | 143 | 0 | 53 | 366 | 141 | 35 |
| Binary | 10000 | 10 | 10010010 | 1011001 | 1100011 | 0 | 101011 | 11110110 | 1100001 | 11101 |
Color Harmonies of #100292
Complementary color
Monochromatic Colors of #100292
Black with #100292
Text Example
Text Example
White with #100292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100292; }
p { color: rgb(16,2,146); }
H1.HeaderClassName
{
color: #100292;
}
.AnyTagClassName
{
color: #100292;
}
</style>
background-color css
<style>
a { background-color: #100292; }
a { background-color: rgb(16,2,146); }
div.DivClassName
{
background-color: #100292;
}
.BgClassName
{
background-color: #100292;
}
</style>
border-color css
<style>
span { border-color: #100292; }
span { border-color: rgb(16,2,146); }
td.TdClassName
{
border-color: #100292;
}
.TagClassName
{
border-color: #100292;
}
</style>