Shades of Ultramarine #10019C
Tints of Ultramarine #10019C
RGB
CMYK
RGB Variations
Color information
#10019C (or 0x10019C) is known color: Ultramarine. HEX triplet: 10, 01 and 9C. RGB value is (16,1,156). Sum of RGB (Red+Green+Blue) = 16+1+156=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 156 (61.33% from 255 or 90.17% from 173); Max value from RGB is 156 - color contains mainly: blue. Hex color #10019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10019C is #EFFE63. Grayscale: #161616. Windows color (decimal): -15728228 or 10223888. OLE color: 10223888.
HSL color Cylindrical-coordinate representation of color #10019C: hue angle of 245.81º 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 #10019C is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 1 | 156 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.39 |
| HSL | 245.81º | 0.99% | 0.31% | - |
| HSV(B) | 245.81º | 0.99% | 0.61% | - |
| XYZ | 6.23 | 2.53 | 31.61 | - |
| YUV | 23.16 | 202.97 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 156 | 0.90 | 0.99 | 0 | 0.39 | 245.81 | 0.99 | 0.31 |
| Hex | 10 | 1 | 9C | 5A | 63 | 0 | 27 | F6 | 63 | 1F |
| Octal | 20 | 1 | 234 | 132 | 143 | 0 | 47 | 366 | 143 | 37 |
| Binary | 10000 | 1 | 10011100 | 1011010 | 1100011 | 0 | 100111 | 11110110 | 1100011 | 11111 |
Color Harmonies of #10019C
Complementary color
Monochromatic Colors of #10019C
Black with #10019C
Text Example
Text Example
White with #10019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10019C; }
p { color: rgb(16,1,156); }
H1.HeaderClassName
{
color: #10019C;
}
.AnyTagClassName
{
color: #10019C;
}
</style>
background-color css
<style>
a { background-color: #10019C; }
a { background-color: rgb(16,1,156); }
div.DivClassName
{
background-color: #10019C;
}
.BgClassName
{
background-color: #10019C;
}
</style>
border-color css
<style>
span { border-color: #10019C; }
span { border-color: rgb(16,1,156); }
td.TdClassName
{
border-color: #10019C;
}
.TagClassName
{
border-color: #10019C;
}
</style>