Shades of Ultramarine #26178E
Tints of Ultramarine #26178E
RGB
CMYK
RGB Variations
Color information
#26178E (or 0x26178E) is known color: Ultramarine. HEX triplet: 26, 17 and 8E. RGB value is (38,23,142). Sum of RGB (Red+Green+Blue) = 38+23+142=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #26178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26178E is #D9E871. Grayscale: #282828. Windows color (decimal): -14280818 or 9312038. OLE color: 9312038.
HSL color Cylindrical-coordinate representation of color #26178E: hue angle of 247.56º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26178E is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 23 | 142 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.44 |
| HSL | 247.56º | 0.72% | 0.32% | - |
| HSV(B) | 247.56º | 0.84% | 0.56% | - |
| XYZ | 5.99 | 2.98 | 25.85 | - |
| YUV | 41.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 142 | 0.73 | 0.84 | 0 | 0.44 | 247.56 | 0.72 | 0.32 |
| Hex | 26 | 17 | 8E | 49 | 54 | 0 | 2C | F8 | 48 | 20 |
| Octal | 46 | 27 | 216 | 111 | 124 | 0 | 54 | 370 | 110 | 40 |
| Binary | 100110 | 10111 | 10001110 | 1001001 | 1010100 | 0 | 101100 | 11111000 | 1001000 | 100000 |
Color Harmonies of #26178E
Complementary color
Monochromatic Colors of #26178E
Black with #26178E
Text Example
Text Example
White with #26178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26178E; }
p { color: rgb(38,23,142); }
H1.HeaderClassName
{
color: #26178E;
}
.AnyTagClassName
{
color: #26178E;
}
</style>
background-color css
<style>
a { background-color: #26178E; }
a { background-color: rgb(38,23,142); }
div.DivClassName
{
background-color: #26178E;
}
.BgClassName
{
background-color: #26178E;
}
</style>
border-color css
<style>
span { border-color: #26178E; }
span { border-color: rgb(38,23,142); }
td.TdClassName
{
border-color: #26178E;
}
.TagClassName
{
border-color: #26178E;
}
</style>