Shades of Ultramarine #100B7B
Tints of Ultramarine #100B7B
RGB
CMYK
RGB Variations
Color information
#100B7B (or 0x100B7B) is known color: Ultramarine. HEX triplet: 10, 0B and 7B. RGB value is (16,11,123). Sum of RGB (Red+Green+Blue) = 16+11+123=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 123 (48.44% from 255 or 82% from 150); Max value from RGB is 123 - color contains mainly: blue. Hex color #100B7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100B7B is #EFF484. Grayscale: #181818. Windows color (decimal): -15725701 or 8063760. OLE color: 8063760.
HSL color Cylindrical-coordinate representation of color #100B7B: hue angle of 242.68º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100B7B is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 11 | 123 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.52 |
| HSL | 242.68º | 0.84% | 0.26% | - |
| HSV(B) | 242.68º | 0.91% | 0.48% | - |
| XYZ | 3.91 | 1.78 | 18.88 | - |
| YUV | 25.26 | 183.16 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 123 | 0.87 | 0.91 | 0 | 0.52 | 242.68 | 0.84 | 0.26 |
| Hex | 10 | B | 7B | 57 | 5B | 0 | 34 | F3 | 54 | 1A |
| Octal | 20 | 13 | 173 | 127 | 133 | 0 | 64 | 363 | 124 | 32 |
| Binary | 10000 | 1011 | 1111011 | 1010111 | 1011011 | 0 | 110100 | 11110011 | 1010100 | 11010 |
Color Harmonies of #100B7B
Complementary color
Monochromatic Colors of #100B7B
Black with #100B7B
Text Example
Text Example
White with #100B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B7B; }
p { color: rgb(16,11,123); }
H1.HeaderClassName
{
color: #100B7B;
}
.AnyTagClassName
{
color: #100B7B;
}
</style>
background-color css
<style>
a { background-color: #100B7B; }
a { background-color: rgb(16,11,123); }
div.DivClassName
{
background-color: #100B7B;
}
.BgClassName
{
background-color: #100B7B;
}
</style>
border-color css
<style>
span { border-color: #100B7B; }
span { border-color: rgb(16,11,123); }
td.TdClassName
{
border-color: #100B7B;
}
.TagClassName
{
border-color: #100B7B;
}
</style>