Shades of Ultramarine #100192
Tints of Ultramarine #100192
RGB
CMYK
RGB Variations
Color information
#100192 (or 0x100192) is known color: Ultramarine. HEX triplet: 10, 01 and 92. RGB value is (16,1,146). Sum of RGB (Red+Green+Blue) = 16+1+146=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 146 (57.42% from 255 or 89.57% from 163); Max value from RGB is 146 - color contains mainly: blue. Hex color #100192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100192 is #EFFE6D. Grayscale: #151515. Windows color (decimal): -15728238 or 9568528. OLE color: 9568528.
HSL color Cylindrical-coordinate representation of color #100192: hue angle of 246.21º degrees, saturation: 0.99, 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 #100192 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 1 | 146 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.43 |
| HSL | 246.21º | 0.99% | 0.29% | - |
| HSV(B) | 246.21º | 0.99% | 0.57% | - |
| XYZ | 5.41 | 2.21 | 27.33 | - |
| YUV | 22.02 | 197.97 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 146 | 0.89 | 0.99 | 0 | 0.43 | 246.21 | 0.99 | 0.29 |
| Hex | 10 | 1 | 92 | 59 | 63 | 0 | 2B | F6 | 63 | 1D |
| Octal | 20 | 1 | 222 | 131 | 143 | 0 | 53 | 366 | 143 | 35 |
| Binary | 10000 | 1 | 10010010 | 1011001 | 1100011 | 0 | 101011 | 11110110 | 1100011 | 11101 |
Color Harmonies of #100192
Complementary color
Monochromatic Colors of #100192
Black with #100192
Text Example
Text Example
White with #100192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100192; }
p { color: rgb(16,1,146); }
H1.HeaderClassName
{
color: #100192;
}
.AnyTagClassName
{
color: #100192;
}
</style>
background-color css
<style>
a { background-color: #100192; }
a { background-color: rgb(16,1,146); }
div.DivClassName
{
background-color: #100192;
}
.BgClassName
{
background-color: #100192;
}
</style>
border-color css
<style>
span { border-color: #100192; }
span { border-color: rgb(16,1,146); }
td.TdClassName
{
border-color: #100192;
}
.TagClassName
{
border-color: #100192;
}
</style>