Shades of Ultramarine #26108B
Tints of Ultramarine #26108B
RGB
CMYK
RGB Variations
Color information
#26108B (or 0x26108B) is known color: Ultramarine. HEX triplet: 26, 10 and 8B. RGB value is (38,16,139). Sum of RGB (Red+Green+Blue) = 38+16+139=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #26108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26108B is #D9EF74. Grayscale: #242424. Windows color (decimal): -14282613 or 9113638. OLE color: 9113638.
HSL color Cylindrical-coordinate representation of color #26108B: hue angle of 250.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26108B is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 16 | 139 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.45 |
| HSL | 250.73º | 0.79% | 0.3% | - |
| HSV(B) | 250.73º | 0.88% | 0.55% | - |
| XYZ | 5.64 | 2.65 | 24.64 | - |
| YUV | 36.6 | 185.79 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 139 | 0.73 | 0.88 | 0 | 0.45 | 250.73 | 0.79 | 0.3 |
| Hex | 26 | 10 | 8B | 49 | 58 | 0 | 2D | FB | 4F | 1E |
| Octal | 46 | 20 | 213 | 111 | 130 | 0 | 55 | 373 | 117 | 36 |
| Binary | 100110 | 10000 | 10001011 | 1001001 | 1011000 | 0 | 101101 | 11111011 | 1001111 | 11110 |
Color Harmonies of #26108B
Complementary color
Monochromatic Colors of #26108B
Black with #26108B
Text Example
Text Example
White with #26108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26108B; }
p { color: rgb(38,16,139); }
H1.HeaderClassName
{
color: #26108B;
}
.AnyTagClassName
{
color: #26108B;
}
</style>
background-color css
<style>
a { background-color: #26108B; }
a { background-color: rgb(38,16,139); }
div.DivClassName
{
background-color: #26108B;
}
.BgClassName
{
background-color: #26108B;
}
</style>
border-color css
<style>
span { border-color: #26108B; }
span { border-color: rgb(38,16,139); }
td.TdClassName
{
border-color: #26108B;
}
.TagClassName
{
border-color: #26108B;
}
</style>