Shades of Ultramarine #10068F
Tints of Ultramarine #10068F
RGB
CMYK
RGB Variations
Color information
#10068F (or 0x10068F) is known color: Ultramarine. HEX triplet: 10, 06 and 8F. RGB value is (16,6,143). Sum of RGB (Red+Green+Blue) = 16+6+143=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 143 (56.25% from 255 or 86.67% from 165); Max value from RGB is 143 - color contains mainly: blue. Hex color #10068F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10068F is #EFF970. Grayscale: #181818. Windows color (decimal): -15726961 or 9373200. OLE color: 9373200.
HSL color Cylindrical-coordinate representation of color #10068F: hue angle of 244.38º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10068F is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 6 | 143 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.44 |
| HSL | 244.38º | 0.92% | 0.29% | - |
| HSV(B) | 244.38º | 0.96% | 0.56% | - |
| XYZ | 5.24 | 2.22 | 26.14 | - |
| YUV | 24.61 | 194.81 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 143 | 0.89 | 0.96 | 0 | 0.44 | 244.38 | 0.92 | 0.29 |
| Hex | 10 | 6 | 8F | 59 | 60 | 0 | 2C | F4 | 5C | 1D |
| Octal | 20 | 6 | 217 | 131 | 140 | 0 | 54 | 364 | 134 | 35 |
| Binary | 10000 | 110 | 10001111 | 1011001 | 1100000 | 0 | 101100 | 11110100 | 1011100 | 11101 |
Color Harmonies of #10068F
Complementary color
Monochromatic Colors of #10068F
Black with #10068F
Text Example
Text Example
White with #10068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10068F; }
p { color: rgb(16,6,143); }
H1.HeaderClassName
{
color: #10068F;
}
.AnyTagClassName
{
color: #10068F;
}
</style>
background-color css
<style>
a { background-color: #10068F; }
a { background-color: rgb(16,6,143); }
div.DivClassName
{
background-color: #10068F;
}
.BgClassName
{
background-color: #10068F;
}
</style>
border-color css
<style>
span { border-color: #10068F; }
span { border-color: rgb(16,6,143); }
td.TdClassName
{
border-color: #10068F;
}
.TagClassName
{
border-color: #10068F;
}
</style>