Shades of Ultramarine #10149A
Tints of Ultramarine #10149A
RGB
CMYK
RGB Variations
Color information
#10149A (or 0x10149A) is known color: Ultramarine. HEX triplet: 10, 14 and 9A. RGB value is (16,20,154). Sum of RGB (Red+Green+Blue) = 16+20+154=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 154 (60.55% from 255 or 81.05% from 190); Max value from RGB is 154 - color contains mainly: blue. Hex color #10149A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10149A is #EFEB65. Grayscale: #212121. Windows color (decimal): -15723366 or 10097680. OLE color: 10097680.
HSL color Cylindrical-coordinate representation of color #10149A: hue angle of 238.26º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10149A is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 20 | 154 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.40 |
| HSL | 238.26º | 0.81% | 0.33% | - |
| HSV(B) | 238.26º | 0.9% | 0.6% | - |
| XYZ | 6.3 | 2.94 | 30.81 | - |
| YUV | 34.08 | 195.67 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 154 | 0.90 | 0.87 | 0 | 0.40 | 238.26 | 0.81 | 0.33 |
| Hex | 10 | 14 | 9A | 5A | 57 | 0 | 28 | EE | 51 | 21 |
| Octal | 20 | 24 | 232 | 132 | 127 | 0 | 50 | 356 | 121 | 41 |
| Binary | 10000 | 10100 | 10011010 | 1011010 | 1010111 | 0 | 101000 | 11101110 | 1010001 | 100001 |
Color Harmonies of #10149A
Complementary color
Monochromatic Colors of #10149A
Black with #10149A
Text Example
Text Example
White with #10149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10149A; }
p { color: rgb(16,20,154); }
H1.HeaderClassName
{
color: #10149A;
}
.AnyTagClassName
{
color: #10149A;
}
</style>
background-color css
<style>
a { background-color: #10149A; }
a { background-color: rgb(16,20,154); }
div.DivClassName
{
background-color: #10149A;
}
.BgClassName
{
background-color: #10149A;
}
</style>
border-color css
<style>
span { border-color: #10149A; }
span { border-color: rgb(16,20,154); }
td.TdClassName
{
border-color: #10149A;
}
.TagClassName
{
border-color: #10149A;
}
</style>