Shades of Ultramarine #10019D
Tints of Ultramarine #10019D
RGB
CMYK
RGB Variations
Color information
#10019D (or 0x10019D) is known color: Ultramarine. HEX triplet: 10, 01 and 9D. RGB value is (16,1,157). Sum of RGB (Red+Green+Blue) = 16+1+157=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 157 (61.72% from 255 or 90.23% from 174); Max value from RGB is 157 - color contains mainly: blue. Hex color #10019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10019D is #EFFE62. Grayscale: #161616. Windows color (decimal): -15728227 or 10289424. OLE color: 10289424.
HSL color Cylindrical-coordinate representation of color #10019D: hue angle of 245.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10019D is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 1 | 157 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.38 |
| HSL | 245.77º | 0.99% | 0.31% | - |
| HSV(B) | 245.77º | 0.99% | 0.62% | - |
| XYZ | 6.31 | 2.57 | 32.06 | - |
| YUV | 23.27 | 203.47 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 157 | 0.90 | 0.99 | 0 | 0.38 | 245.77 | 0.99 | 0.31 |
| Hex | 10 | 1 | 9D | 5A | 63 | 0 | 26 | F6 | 63 | 1F |
| Octal | 20 | 1 | 235 | 132 | 143 | 0 | 46 | 366 | 143 | 37 |
| Binary | 10000 | 1 | 10011101 | 1011010 | 1100011 | 0 | 100110 | 11110110 | 1100011 | 11111 |
Color Harmonies of #10019D
Complementary color
Monochromatic Colors of #10019D
Black with #10019D
Text Example
Text Example
White with #10019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10019D; }
p { color: rgb(16,1,157); }
H1.HeaderClassName
{
color: #10019D;
}
.AnyTagClassName
{
color: #10019D;
}
</style>
background-color css
<style>
a { background-color: #10019D; }
a { background-color: rgb(16,1,157); }
div.DivClassName
{
background-color: #10019D;
}
.BgClassName
{
background-color: #10019D;
}
</style>
border-color css
<style>
span { border-color: #10019D; }
span { border-color: rgb(16,1,157); }
td.TdClassName
{
border-color: #10019D;
}
.TagClassName
{
border-color: #10019D;
}
</style>