Shades of Ultramarine #26029F
Tints of Ultramarine #26029F
RGB
CMYK
RGB Variations
Color information
#26029F (or 0x26029F) is known color: Ultramarine. HEX triplet: 26, 02 and 9F. RGB value is (38,2,159). Sum of RGB (Red+Green+Blue) = 38+2+159=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 159 (62.5% from 255 or 79.90% from 199); Max value from RGB is 159 - color contains mainly: blue. Hex color #26029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26029F is #D9FD60. Grayscale: #1E1E1E. Windows color (decimal): -14286177 or 10420774. OLE color: 10420774.
HSL color Cylindrical-coordinate representation of color #26029F: hue angle of 253.76º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26029F is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 2 | 159 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.38 |
| HSL | 253.76º | 0.98% | 0.32% | - |
| HSV(B) | 253.76º | 0.99% | 0.62% | - |
| XYZ | 7.08 | 2.96 | 33 | - |
| YUV | 30.66 | 200.43 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 159 | 0.76 | 0.99 | 0 | 0.38 | 253.76 | 0.98 | 0.32 |
| Hex | 26 | 2 | 9F | 4C | 63 | 0 | 26 | FE | 62 | 20 |
| Octal | 46 | 2 | 237 | 114 | 143 | 0 | 46 | 376 | 142 | 40 |
| Binary | 100110 | 10 | 10011111 | 1001100 | 1100011 | 0 | 100110 | 11111110 | 1100010 | 100000 |
Color Harmonies of #26029F
Complementary color
Monochromatic Colors of #26029F
Black with #26029F
Text Example
Text Example
White with #26029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26029F; }
p { color: rgb(38,2,159); }
H1.HeaderClassName
{
color: #26029F;
}
.AnyTagClassName
{
color: #26029F;
}
</style>
background-color css
<style>
a { background-color: #26029F; }
a { background-color: rgb(38,2,159); }
div.DivClassName
{
background-color: #26029F;
}
.BgClassName
{
background-color: #26029F;
}
</style>
border-color css
<style>
span { border-color: #26029F; }
span { border-color: rgb(38,2,159); }
td.TdClassName
{
border-color: #26029F;
}
.TagClassName
{
border-color: #26029F;
}
</style>