Shades of Ultramarine #10019B
Tints of Ultramarine #10019B
RGB
CMYK
RGB Variations
Color information
#10019B (or 0x10019B) is known color: Ultramarine. HEX triplet: 10, 01 and 9B. RGB value is (16,1,155). Sum of RGB (Red+Green+Blue) = 16+1+155=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 155 (60.94% from 255 or 90.12% from 172); Max value from RGB is 155 - color contains mainly: blue. Hex color #10019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10019B is #EFFE64. Grayscale: #161616. Windows color (decimal): -15728229 or 10158352. OLE color: 10158352.
HSL color Cylindrical-coordinate representation of color #10019B: hue angle of 245.84º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10019B is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 1 | 155 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.39 |
| HSL | 245.84º | 0.99% | 0.31% | - |
| HSV(B) | 245.84º | 0.99% | 0.61% | - |
| XYZ | 6.14 | 2.5 | 31.17 | - |
| YUV | 23.04 | 202.47 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 155 | 0.90 | 0.99 | 0 | 0.39 | 245.84 | 0.99 | 0.31 |
| Hex | 10 | 1 | 9B | 5A | 63 | 0 | 27 | F6 | 63 | 1F |
| Octal | 20 | 1 | 233 | 132 | 143 | 0 | 47 | 366 | 143 | 37 |
| Binary | 10000 | 1 | 10011011 | 1011010 | 1100011 | 0 | 100111 | 11110110 | 1100011 | 11111 |
Color Harmonies of #10019B
Complementary color
Monochromatic Colors of #10019B
Black with #10019B
Text Example
Text Example
White with #10019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10019B; }
p { color: rgb(16,1,155); }
H1.HeaderClassName
{
color: #10019B;
}
.AnyTagClassName
{
color: #10019B;
}
</style>
background-color css
<style>
a { background-color: #10019B; }
a { background-color: rgb(16,1,155); }
div.DivClassName
{
background-color: #10019B;
}
.BgClassName
{
background-color: #10019B;
}
</style>
border-color css
<style>
span { border-color: #10019B; }
span { border-color: rgb(16,1,155); }
td.TdClassName
{
border-color: #10019B;
}
.TagClassName
{
border-color: #10019B;
}
</style>