Shades of Ultramarine #26128D
Tints of Ultramarine #26128D
RGB
CMYK
RGB Variations
Color information
#26128D (or 0x26128D) is known color: Ultramarine. HEX triplet: 26, 12 and 8D. RGB value is (38,18,141). Sum of RGB (Red+Green+Blue) = 38+18+141=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #26128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26128D is #D9ED72. Grayscale: #252525. Windows color (decimal): -14282099 or 9245222. OLE color: 9245222.
HSL color Cylindrical-coordinate representation of color #26128D: hue angle of 249.76º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26128D is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 18 | 141 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.45 |
| HSL | 249.76º | 0.77% | 0.31% | - |
| HSV(B) | 249.76º | 0.87% | 0.55% | - |
| XYZ | 5.82 | 2.77 | 25.43 | - |
| YUV | 38 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 18 | 141 | 0.73 | 0.87 | 0 | 0.45 | 249.76 | 0.77 | 0.31 |
| Hex | 26 | 12 | 8D | 49 | 57 | 0 | 2D | FA | 4D | 1F |
| Octal | 46 | 22 | 215 | 111 | 127 | 0 | 55 | 372 | 115 | 37 |
| Binary | 100110 | 10010 | 10001101 | 1001001 | 1010111 | 0 | 101101 | 11111010 | 1001101 | 11111 |
Color Harmonies of #26128D
Complementary color
Monochromatic Colors of #26128D
Black with #26128D
Text Example
Text Example
White with #26128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26128D; }
p { color: rgb(38,18,141); }
H1.HeaderClassName
{
color: #26128D;
}
.AnyTagClassName
{
color: #26128D;
}
</style>
background-color css
<style>
a { background-color: #26128D; }
a { background-color: rgb(38,18,141); }
div.DivClassName
{
background-color: #26128D;
}
.BgClassName
{
background-color: #26128D;
}
</style>
border-color css
<style>
span { border-color: #26128D; }
span { border-color: rgb(38,18,141); }
td.TdClassName
{
border-color: #26128D;
}
.TagClassName
{
border-color: #26128D;
}
</style>