Shades of Ultramarine #26028E
Tints of Ultramarine #26028E
RGB
CMYK
RGB Variations
Color information
#26028E (or 0x26028E) is known color: Ultramarine. HEX triplet: 26, 02 and 8E. RGB value is (38,2,142). Sum of RGB (Red+Green+Blue) = 38+2+142=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 142 (55.86% from 255 or 78.02% from 182); Max value from RGB is 142 - color contains mainly: blue. Hex color #26028E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26028E is #D9FD71. Grayscale: #1C1C1C. Windows color (decimal): -14286194 or 9306662. OLE color: 9306662.
HSL color Cylindrical-coordinate representation of color #26028E: hue angle of 255.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26028E is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 2 | 142 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.44 |
| HSL | 255.43º | 0.97% | 0.28% | - |
| HSV(B) | 255.43º | 0.99% | 0.56% | - |
| XYZ | 5.7 | 2.41 | 25.76 | - |
| YUV | 28.72 | 191.93 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 142 | 0.73 | 0.99 | 0 | 0.44 | 255.43 | 0.97 | 0.28 |
| Hex | 26 | 2 | 8E | 49 | 63 | 0 | 2C | FF | 61 | 1C |
| Octal | 46 | 2 | 216 | 111 | 143 | 0 | 54 | 377 | 141 | 34 |
| Binary | 100110 | 10 | 10001110 | 1001001 | 1100011 | 0 | 101100 | 11111111 | 1100001 | 11100 |
Color Harmonies of #26028E
Complementary color
Monochromatic Colors of #26028E
Black with #26028E
Text Example
Text Example
White with #26028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26028E; }
p { color: rgb(38,2,142); }
H1.HeaderClassName
{
color: #26028E;
}
.AnyTagClassName
{
color: #26028E;
}
</style>
background-color css
<style>
a { background-color: #26028E; }
a { background-color: rgb(38,2,142); }
div.DivClassName
{
background-color: #26028E;
}
.BgClassName
{
background-color: #26028E;
}
</style>
border-color css
<style>
span { border-color: #26028E; }
span { border-color: rgb(38,2,142); }
td.TdClassName
{
border-color: #26028E;
}
.TagClassName
{
border-color: #26028E;
}
</style>