Shades of Ultramarine #26029E
Tints of Ultramarine #26029E
RGB
CMYK
RGB Variations
Color information
#26029E (or 0x26029E) is known color: Ultramarine. HEX triplet: 26, 02 and 9E. RGB value is (38,2,158). Sum of RGB (Red+Green+Blue) = 38+2+158=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 158 (62.11% from 255 or 79.80% from 198); Max value from RGB is 158 - color contains mainly: blue. Hex color #26029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26029E is #D9FD61. Grayscale: #1D1D1D. Windows color (decimal): -14286178 or 10355238. OLE color: 10355238.
HSL color Cylindrical-coordinate representation of color #26029E: hue angle of 253.85º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26029E is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 2 | 158 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.38 |
| HSL | 253.85º | 0.98% | 0.31% | - |
| HSV(B) | 253.85º | 0.99% | 0.62% | - |
| XYZ | 6.99 | 2.92 | 32.54 | - |
| YUV | 30.55 | 199.93 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 158 | 0.76 | 0.99 | 0 | 0.38 | 253.85 | 0.98 | 0.31 |
| Hex | 26 | 2 | 9E | 4C | 63 | 0 | 26 | FE | 62 | 1F |
| Octal | 46 | 2 | 236 | 114 | 143 | 0 | 46 | 376 | 142 | 37 |
| Binary | 100110 | 10 | 10011110 | 1001100 | 1100011 | 0 | 100110 | 11111110 | 1100010 | 11111 |
Color Harmonies of #26029E
Complementary color
Monochromatic Colors of #26029E
Black with #26029E
Text Example
Text Example
White with #26029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26029E; }
p { color: rgb(38,2,158); }
H1.HeaderClassName
{
color: #26029E;
}
.AnyTagClassName
{
color: #26029E;
}
</style>
background-color css
<style>
a { background-color: #26029E; }
a { background-color: rgb(38,2,158); }
div.DivClassName
{
background-color: #26029E;
}
.BgClassName
{
background-color: #26029E;
}
</style>
border-color css
<style>
span { border-color: #26029E; }
span { border-color: rgb(38,2,158); }
td.TdClassName
{
border-color: #26029E;
}
.TagClassName
{
border-color: #26029E;
}
</style>