Shades of Ultramarine #26088F
Tints of Ultramarine #26088F
RGB
CMYK
RGB Variations
Color information
#26088F (or 0x26088F) is known color: Ultramarine. HEX triplet: 26, 08 and 8F. RGB value is (38,8,143). Sum of RGB (Red+Green+Blue) = 38+8+143=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 143 (56.25% from 255 or 75.66% from 189); Max value from RGB is 143 - color contains mainly: blue. Hex color #26088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26088F is #D9F770. Grayscale: #1F1F1F. Windows color (decimal): -14284657 or 9373734. OLE color: 9373734.
HSL color Cylindrical-coordinate representation of color #26088F: hue angle of 253.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26088F is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 8 | 143 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.44 |
| HSL | 253.33º | 0.89% | 0.3% | - |
| HSV(B) | 253.33º | 0.94% | 0.56% | - |
| XYZ | 5.84 | 2.57 | 26.17 | - |
| YUV | 32.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 143 | 0.73 | 0.94 | 0 | 0.44 | 253.33 | 0.89 | 0.3 |
| Hex | 26 | 8 | 8F | 49 | 5E | 0 | 2C | FD | 59 | 1E |
| Octal | 46 | 10 | 217 | 111 | 136 | 0 | 54 | 375 | 131 | 36 |
| Binary | 100110 | 1000 | 10001111 | 1001001 | 1011110 | 0 | 101100 | 11111101 | 1011001 | 11110 |
Color Harmonies of #26088F
Complementary color
Monochromatic Colors of #26088F
Black with #26088F
Text Example
Text Example
White with #26088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26088F; }
p { color: rgb(38,8,143); }
H1.HeaderClassName
{
color: #26088F;
}
.AnyTagClassName
{
color: #26088F;
}
</style>
background-color css
<style>
a { background-color: #26088F; }
a { background-color: rgb(38,8,143); }
div.DivClassName
{
background-color: #26088F;
}
.BgClassName
{
background-color: #26088F;
}
</style>
border-color css
<style>
span { border-color: #26088F; }
span { border-color: rgb(38,8,143); }
td.TdClassName
{
border-color: #26088F;
}
.TagClassName
{
border-color: #26088F;
}
</style>