Shades of Ultramarine #100C87
Tints of Ultramarine #100C87
RGB
CMYK
RGB Variations
Color information
#100C87 (or 0x100C87) is known color: Ultramarine. HEX triplet: 10, 0C and 87. RGB value is (16,12,135). Sum of RGB (Red+Green+Blue) = 16+12+135=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 135 (53.12% from 255 or 82.82% from 163); Max value from RGB is 135 - color contains mainly: blue. Hex color #100C87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100C87 is #EFF378. Grayscale: #1A1A1A. Windows color (decimal): -15725433 or 8850448. OLE color: 8850448.
HSL color Cylindrical-coordinate representation of color #100C87: hue angle of 241.95º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100C87 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 12 | 135 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.47 |
| HSL | 241.95º | 0.84% | 0.29% | - |
| HSV(B) | 241.95º | 0.91% | 0.53% | - |
| XYZ | 4.72 | 2.12 | 23.08 | - |
| YUV | 27.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 135 | 0.88 | 0.91 | 0 | 0.47 | 241.95 | 0.84 | 0.29 |
| Hex | 10 | C | 87 | 58 | 5B | 0 | 2F | F2 | 54 | 1D |
| Octal | 20 | 14 | 207 | 130 | 133 | 0 | 57 | 362 | 124 | 35 |
| Binary | 10000 | 1100 | 10000111 | 1011000 | 1011011 | 0 | 101111 | 11110010 | 1010100 | 11101 |
Color Harmonies of #100C87
Complementary color
Monochromatic Colors of #100C87
Black with #100C87
Text Example
Text Example
White with #100C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C87; }
p { color: rgb(16,12,135); }
H1.HeaderClassName
{
color: #100C87;
}
.AnyTagClassName
{
color: #100C87;
}
</style>
background-color css
<style>
a { background-color: #100C87; }
a { background-color: rgb(16,12,135); }
div.DivClassName
{
background-color: #100C87;
}
.BgClassName
{
background-color: #100C87;
}
</style>
border-color css
<style>
span { border-color: #100C87; }
span { border-color: rgb(16,12,135); }
td.TdClassName
{
border-color: #100C87;
}
.TagClassName
{
border-color: #100C87;
}
</style>