Shades of Ultramarine #26159E
Tints of Ultramarine #26159E
RGB
CMYK
RGB Variations
Color information
#26159E (or 0x26159E) is known color: Ultramarine. HEX triplet: 26, 15 and 9E. RGB value is (38,21,158). Sum of RGB (Red+Green+Blue) = 38+21+158=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #26159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26159E is #D9EA61. Grayscale: #292929. Windows color (decimal): -14281314 or 10360102. OLE color: 10360102.
HSL color Cylindrical-coordinate representation of color #26159E: hue angle of 247.45º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26159E is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 21 | 158 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.38 |
| HSL | 247.45º | 0.77% | 0.35% | - |
| HSV(B) | 247.45º | 0.87% | 0.62% | - |
| XYZ | 7.24 | 3.42 | 32.63 | - |
| YUV | 41.7 | 193.63 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 158 | 0.76 | 0.87 | 0 | 0.38 | 247.45 | 0.77 | 0.35 |
| Hex | 26 | 15 | 9E | 4C | 57 | 0 | 26 | F7 | 4D | 23 |
| Octal | 46 | 25 | 236 | 114 | 127 | 0 | 46 | 367 | 115 | 43 |
| Binary | 100110 | 10101 | 10011110 | 1001100 | 1010111 | 0 | 100110 | 11110111 | 1001101 | 100011 |
Color Harmonies of #26159E
Complementary color
Monochromatic Colors of #26159E
Black with #26159E
Text Example
Text Example
White with #26159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26159E; }
p { color: rgb(38,21,158); }
H1.HeaderClassName
{
color: #26159E;
}
.AnyTagClassName
{
color: #26159E;
}
</style>
background-color css
<style>
a { background-color: #26159E; }
a { background-color: rgb(38,21,158); }
div.DivClassName
{
background-color: #26159E;
}
.BgClassName
{
background-color: #26159E;
}
</style>
border-color css
<style>
span { border-color: #26159E; }
span { border-color: rgb(38,21,158); }
td.TdClassName
{
border-color: #26159E;
}
.TagClassName
{
border-color: #26159E;
}
</style>