Shades of Ultramarine #10008C
Tints of Ultramarine #10008C
RGB
CMYK
RGB Variations
Color information
#10008C (or 0x10008C) is known color: Ultramarine. HEX triplet: 10, 00 and 8C. RGB value is (16,0,140). Sum of RGB (Red+Green+Blue) = 16+0+140=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 140 (55.08% from 255 or 89.74% from 156); Max value from RGB is 140 - color contains mainly: blue. Hex color #10008C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10008C is #EFFF73. Grayscale: #141414. Windows color (decimal): -15728500 or 9175056. OLE color: 9175056.
HSL color Cylindrical-coordinate representation of color #10008C: hue angle of 246.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10008C is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 0 | 140 | - |
| CMYK | 0.89 | 1 | 0 | 0.45 |
| HSL | 246.86º | 1% | 0.27% | - |
| HSV(B) | 246.86º | 1% | 0.55% | - |
| XYZ | 4.95 | 2 | 24.94 | - |
| YUV | 20.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 140 | 0.89 | 1 | 0 | 0.45 | 246.86 | 1 | 0.27 |
| Hex | 10 | 0 | 8C | 59 | 64 | 0 | 2D | F7 | 64 | 1B |
| Octal | 20 | 0 | 214 | 131 | 144 | 0 | 55 | 367 | 144 | 33 |
| Binary | 10000 | 0 | 10001100 | 1011001 | 1100100 | 0 | 101101 | 11110111 | 1100100 | 11011 |
Color Harmonies of #10008C
Complementary color
Monochromatic Colors of #10008C
Black with #10008C
Text Example
Text Example
White with #10008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10008C; }
p { color: rgb(16,0,140); }
H1.HeaderClassName
{
color: #10008C;
}
.AnyTagClassName
{
color: #10008C;
}
</style>
background-color css
<style>
a { background-color: #10008C; }
a { background-color: rgb(16,0,140); }
div.DivClassName
{
background-color: #10008C;
}
.BgClassName
{
background-color: #10008C;
}
</style>
border-color css
<style>
span { border-color: #10008C; }
span { border-color: rgb(16,0,140); }
td.TdClassName
{
border-color: #10008C;
}
.TagClassName
{
border-color: #10008C;
}
</style>