Shades of Ultramarine #10069E
Tints of Ultramarine #10069E
RGB
CMYK
RGB Variations
Color information
#10069E (or 0x10069E) is known color: Ultramarine. HEX triplet: 10, 06 and 9E. RGB value is (16,6,158). Sum of RGB (Red+Green+Blue) = 16+6+158=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 158 (62.11% from 255 or 87.78% from 180); Max value from RGB is 158 - color contains mainly: blue. Hex color #10069E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10069E is #EFF961. Grayscale: #191919. Windows color (decimal): -15726946 or 10356240. OLE color: 10356240.
HSL color Cylindrical-coordinate representation of color #10069E: hue angle of 243.95º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10069E is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 6 | 158 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.38 |
| HSL | 243.95º | 0.93% | 0.32% | - |
| HSV(B) | 243.95º | 0.96% | 0.62% | - |
| XYZ | 6.45 | 2.71 | 32.53 | - |
| YUV | 26.32 | 202.31 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 158 | 0.90 | 0.96 | 0 | 0.38 | 243.95 | 0.93 | 0.32 |
| Hex | 10 | 6 | 9E | 5A | 60 | 0 | 26 | F4 | 5D | 20 |
| Octal | 20 | 6 | 236 | 132 | 140 | 0 | 46 | 364 | 135 | 40 |
| Binary | 10000 | 110 | 10011110 | 1011010 | 1100000 | 0 | 100110 | 11110100 | 1011101 | 100000 |
Color Harmonies of #10069E
Complementary color
Monochromatic Colors of #10069E
Black with #10069E
Text Example
Text Example
White with #10069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10069E; }
p { color: rgb(16,6,158); }
H1.HeaderClassName
{
color: #10069E;
}
.AnyTagClassName
{
color: #10069E;
}
</style>
background-color css
<style>
a { background-color: #10069E; }
a { background-color: rgb(16,6,158); }
div.DivClassName
{
background-color: #10069E;
}
.BgClassName
{
background-color: #10069E;
}
</style>
border-color css
<style>
span { border-color: #10069E; }
span { border-color: rgb(16,6,158); }
td.TdClassName
{
border-color: #10069E;
}
.TagClassName
{
border-color: #10069E;
}
</style>