Shades of Ultramarine #1010A4
Tints of Ultramarine #1010A4
RGB
CMYK
RGB Variations
Color information
#1010A4 (or 0x1010A4) is known color: Ultramarine. HEX triplet: 10, 10 and A4. RGB value is (16,16,164). Sum of RGB (Red+Green+Blue) = 16+16+164=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 164 (64.45% from 255 or 83.67% from 196); Max value from RGB is 164 - color contains mainly: blue. Hex color #1010A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1010A4 is #EFEF5B. Grayscale: #202020. Windows color (decimal): -15724380 or 10752016. OLE color: 10752016.
HSL color Cylindrical-coordinate representation of color #1010A4: hue angle of 240º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1010A4 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 16 | 164 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.36 |
| HSL | 240º | 0.82% | 0.35% | - |
| HSV(B) | 240º | 0.9% | 0.64% | - |
| XYZ | 7.1 | 3.16 | 35.36 | - |
| YUV | 32.87 | 202 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 164 | 0.90 | 0.90 | 0 | 0.36 | 240 | 0.82 | 0.35 |
| Hex | 10 | 10 | A4 | 5A | 5A | 0 | 24 | F0 | 52 | 23 |
| Octal | 20 | 20 | 244 | 132 | 132 | 0 | 44 | 360 | 122 | 43 |
| Binary | 10000 | 10000 | 10100100 | 1011010 | 1011010 | 0 | 100100 | 11110000 | 1010010 | 100011 |
Color Harmonies of #1010A4
Complementary color
Monochromatic Colors of #1010A4
Black with #1010A4
Text Example
Text Example
White with #1010A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1010A4; }
p { color: rgb(16,16,164); }
H1.HeaderClassName
{
color: #1010A4;
}
.AnyTagClassName
{
color: #1010A4;
}
</style>
background-color css
<style>
a { background-color: #1010A4; }
a { background-color: rgb(16,16,164); }
div.DivClassName
{
background-color: #1010A4;
}
.BgClassName
{
background-color: #1010A4;
}
</style>
border-color css
<style>
span { border-color: #1010A4; }
span { border-color: rgb(16,16,164); }
td.TdClassName
{
border-color: #1010A4;
}
.TagClassName
{
border-color: #1010A4;
}
</style>