Shades of Ultramarine #100588
Tints of Ultramarine #100588
RGB
CMYK
RGB Variations
Color information
#100588 (or 0x100588) is known color: Ultramarine. HEX triplet: 10, 05 and 88. RGB value is (16,5,136). Sum of RGB (Red+Green+Blue) = 16+5+136=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #100588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100588 is #EFFA77. Grayscale: #161616. Windows color (decimal): -15727224 or 8914192. OLE color: 8914192.
HSL color Cylindrical-coordinate representation of color #100588: hue angle of 245.04º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100588 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 5 | 136 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.47 |
| HSL | 245.04º | 0.93% | 0.28% | - |
| HSV(B) | 245.04º | 0.96% | 0.53% | - |
| XYZ | 4.71 | 2 | 23.43 | - |
| YUV | 23.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 136 | 0.88 | 0.96 | 0 | 0.47 | 245.04 | 0.93 | 0.28 |
| Hex | 10 | 5 | 88 | 58 | 60 | 0 | 2F | F5 | 5D | 1C |
| Octal | 20 | 5 | 210 | 130 | 140 | 0 | 57 | 365 | 135 | 34 |
| Binary | 10000 | 101 | 10001000 | 1011000 | 1100000 | 0 | 101111 | 11110101 | 1011101 | 11100 |
Color Harmonies of #100588
Complementary color
Monochromatic Colors of #100588
Black with #100588
Text Example
Text Example
White with #100588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100588; }
p { color: rgb(16,5,136); }
H1.HeaderClassName
{
color: #100588;
}
.AnyTagClassName
{
color: #100588;
}
</style>
background-color css
<style>
a { background-color: #100588; }
a { background-color: rgb(16,5,136); }
div.DivClassName
{
background-color: #100588;
}
.BgClassName
{
background-color: #100588;
}
</style>
border-color css
<style>
span { border-color: #100588; }
span { border-color: rgb(16,5,136); }
td.TdClassName
{
border-color: #100588;
}
.TagClassName
{
border-color: #100588;
}
</style>