Shades of Ultramarine #10039D
Tints of Ultramarine #10039D
RGB
CMYK
RGB Variations
Color information
#10039D (or 0x10039D) is known color: Ultramarine. HEX triplet: 10, 03 and 9D. RGB value is (16,3,157). Sum of RGB (Red+Green+Blue) = 16+3+157=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 157 (61.72% from 255 or 89.20% from 176); Max value from RGB is 157 - color contains mainly: blue. Hex color #10039D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10039D is #EFFC62. Grayscale: #171717. Windows color (decimal): -15727715 or 10289936. OLE color: 10289936.
HSL color Cylindrical-coordinate representation of color #10039D: hue angle of 245.06º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10039D is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 3 | 157 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.38 |
| HSL | 245.06º | 0.96% | 0.31% | - |
| HSV(B) | 245.06º | 0.98% | 0.62% | - |
| XYZ | 6.33 | 2.61 | 32.07 | - |
| YUV | 24.44 | 202.81 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 157 | 0.90 | 0.98 | 0 | 0.38 | 245.06 | 0.96 | 0.31 |
| Hex | 10 | 3 | 9D | 5A | 62 | 0 | 26 | F5 | 60 | 1F |
| Octal | 20 | 3 | 235 | 132 | 142 | 0 | 46 | 365 | 140 | 37 |
| Binary | 10000 | 11 | 10011101 | 1011010 | 1100010 | 0 | 100110 | 11110101 | 1100000 | 11111 |
Color Harmonies of #10039D
Complementary color
Monochromatic Colors of #10039D
Black with #10039D
Text Example
Text Example
White with #10039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10039D; }
p { color: rgb(16,3,157); }
H1.HeaderClassName
{
color: #10039D;
}
.AnyTagClassName
{
color: #10039D;
}
</style>
background-color css
<style>
a { background-color: #10039D; }
a { background-color: rgb(16,3,157); }
div.DivClassName
{
background-color: #10039D;
}
.BgClassName
{
background-color: #10039D;
}
</style>
border-color css
<style>
span { border-color: #10039D; }
span { border-color: rgb(16,3,157); }
td.TdClassName
{
border-color: #10039D;
}
.TagClassName
{
border-color: #10039D;
}
</style>