Shades of Ultramarine #100294
Tints of Ultramarine #100294
RGB
CMYK
RGB Variations
Color information
#100294 (or 0x100294) is known color: Ultramarine. HEX triplet: 10, 02 and 94. RGB value is (16,2,148). Sum of RGB (Red+Green+Blue) = 16+2+148=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 148 (58.20% from 255 or 89.16% from 166); Max value from RGB is 148 - color contains mainly: blue. Hex color #100294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100294 is #EFFD6B. Grayscale: #161616. Windows color (decimal): -15727980 or 9699856. OLE color: 9699856.
HSL color Cylindrical-coordinate representation of color #100294: hue angle of 245.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100294 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 2 | 148 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.42 |
| HSL | 245.75º | 0.97% | 0.29% | - |
| HSV(B) | 245.75º | 0.99% | 0.58% | - |
| XYZ | 5.58 | 2.29 | 28.17 | - |
| YUV | 22.83 | 198.64 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 148 | 0.89 | 0.99 | 0 | 0.42 | 245.75 | 0.97 | 0.29 |
| Hex | 10 | 2 | 94 | 59 | 63 | 0 | 2A | F6 | 61 | 1D |
| Octal | 20 | 2 | 224 | 131 | 143 | 0 | 52 | 366 | 141 | 35 |
| Binary | 10000 | 10 | 10010100 | 1011001 | 1100011 | 0 | 101010 | 11110110 | 1100001 | 11101 |
Color Harmonies of #100294
Complementary color
Monochromatic Colors of #100294
Black with #100294
Text Example
Text Example
White with #100294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100294; }
p { color: rgb(16,2,148); }
H1.HeaderClassName
{
color: #100294;
}
.AnyTagClassName
{
color: #100294;
}
</style>
background-color css
<style>
a { background-color: #100294; }
a { background-color: rgb(16,2,148); }
div.DivClassName
{
background-color: #100294;
}
.BgClassName
{
background-color: #100294;
}
</style>
border-color css
<style>
span { border-color: #100294; }
span { border-color: rgb(16,2,148); }
td.TdClassName
{
border-color: #100294;
}
.TagClassName
{
border-color: #100294;
}
</style>