Shades of Ultramarine #10069A
Tints of Ultramarine #10069A
RGB
CMYK
RGB Variations
Color information
#10069A (or 0x10069A) is known color: Ultramarine. HEX triplet: 10, 06 and 9A. RGB value is (16,6,154). Sum of RGB (Red+Green+Blue) = 16+6+154=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 154 (60.55% from 255 or 87.5% from 176); Max value from RGB is 154 - color contains mainly: blue. Hex color #10069A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10069A is #EFF965. Grayscale: #191919. Windows color (decimal): -15726950 or 10094096. OLE color: 10094096.
HSL color Cylindrical-coordinate representation of color #10069A: hue angle of 244.05º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10069A is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 6 | 154 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.40 |
| HSL | 244.05º | 0.93% | 0.31% | - |
| HSV(B) | 244.05º | 0.96% | 0.6% | - |
| XYZ | 6.11 | 2.57 | 30.75 | - |
| YUV | 25.86 | 200.31 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 154 | 0.90 | 0.96 | 0 | 0.40 | 244.05 | 0.93 | 0.31 |
| Hex | 10 | 6 | 9A | 5A | 60 | 0 | 28 | F4 | 5C | 1F |
| Octal | 20 | 6 | 232 | 132 | 140 | 0 | 50 | 364 | 134 | 37 |
| Binary | 10000 | 110 | 10011010 | 1011010 | 1100000 | 0 | 101000 | 11110100 | 1011100 | 11111 |
Color Harmonies of #10069A
Complementary color
Monochromatic Colors of #10069A
Black with #10069A
Text Example
Text Example
White with #10069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10069A; }
p { color: rgb(16,6,154); }
H1.HeaderClassName
{
color: #10069A;
}
.AnyTagClassName
{
color: #10069A;
}
</style>
background-color css
<style>
a { background-color: #10069A; }
a { background-color: rgb(16,6,154); }
div.DivClassName
{
background-color: #10069A;
}
.BgClassName
{
background-color: #10069A;
}
</style>
border-color css
<style>
span { border-color: #10069A; }
span { border-color: rgb(16,6,154); }
td.TdClassName
{
border-color: #10069A;
}
.TagClassName
{
border-color: #10069A;
}
</style>