Shades of Ultramarine #10018F
Tints of Ultramarine #10018F
RGB
CMYK
RGB Variations
Color information
#10018F (or 0x10018F) is known color: Ultramarine. HEX triplet: 10, 01 and 8F. RGB value is (16,1,143). Sum of RGB (Red+Green+Blue) = 16+1+143=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 143 (56.25% from 255 or 89.38% from 160); Max value from RGB is 143 - color contains mainly: blue. Hex color #10018F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10018F is #EFFE70. Grayscale: #151515. Windows color (decimal): -15728241 or 9371920. OLE color: 9371920.
HSL color Cylindrical-coordinate representation of color #10018F: hue angle of 246.34º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10018F is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 1 | 143 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.44 |
| HSL | 246.34º | 0.99% | 0.28% | - |
| HSV(B) | 246.34º | 0.99% | 0.56% | - |
| XYZ | 5.18 | 2.12 | 26.12 | - |
| YUV | 21.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 143 | 0.89 | 0.99 | 0 | 0.44 | 246.34 | 0.99 | 0.28 |
| Hex | 10 | 1 | 8F | 59 | 63 | 0 | 2C | F6 | 63 | 1C |
| Octal | 20 | 1 | 217 | 131 | 143 | 0 | 54 | 366 | 143 | 34 |
| Binary | 10000 | 1 | 10001111 | 1011001 | 1100011 | 0 | 101100 | 11110110 | 1100011 | 11100 |
Color Harmonies of #10018F
Complementary color
Monochromatic Colors of #10018F
Black with #10018F
Text Example
Text Example
White with #10018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10018F; }
p { color: rgb(16,1,143); }
H1.HeaderClassName
{
color: #10018F;
}
.AnyTagClassName
{
color: #10018F;
}
</style>
background-color css
<style>
a { background-color: #10018F; }
a { background-color: rgb(16,1,143); }
div.DivClassName
{
background-color: #10018F;
}
.BgClassName
{
background-color: #10018F;
}
</style>
border-color css
<style>
span { border-color: #10018F; }
span { border-color: rgb(16,1,143); }
td.TdClassName
{
border-color: #10018F;
}
.TagClassName
{
border-color: #10018F;
}
</style>