Shades of Ultramarine #260298
Tints of Ultramarine #260298
RGB
CMYK
RGB Variations
Color information
#260298 (or 0x260298) is known color: Ultramarine. HEX triplet: 26, 02 and 98. RGB value is (38,2,152). Sum of RGB (Red+Green+Blue) = 38+2+152=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 152 (59.77% from 255 or 79.17% from 192); Max value from RGB is 152 - color contains mainly: blue. Hex color #260298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260298 is #D9FD67. Grayscale: #1D1D1D. Windows color (decimal): -14286184 or 9962022. OLE color: 9962022.
HSL color Cylindrical-coordinate representation of color #260298: hue angle of 254.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #260298 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 2 | 152 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.40 |
| HSL | 254.4º | 0.97% | 0.3% | - |
| HSV(B) | 254.4º | 0.99% | 0.6% | - |
| XYZ | 6.49 | 2.72 | 29.89 | - |
| YUV | 29.86 | 196.93 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 152 | 0.75 | 0.99 | 0 | 0.40 | 254.4 | 0.97 | 0.3 |
| Hex | 26 | 2 | 98 | 4B | 63 | 0 | 28 | FE | 61 | 1E |
| Octal | 46 | 2 | 230 | 113 | 143 | 0 | 50 | 376 | 141 | 36 |
| Binary | 100110 | 10 | 10011000 | 1001011 | 1100011 | 0 | 101000 | 11111110 | 1100001 | 11110 |
Color Harmonies of #260298
Complementary color
Monochromatic Colors of #260298
Black with #260298
Text Example
Text Example
White with #260298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260298; }
p { color: rgb(38,2,152); }
H1.HeaderClassName
{
color: #260298;
}
.AnyTagClassName
{
color: #260298;
}
</style>
background-color css
<style>
a { background-color: #260298; }
a { background-color: rgb(38,2,152); }
div.DivClassName
{
background-color: #260298;
}
.BgClassName
{
background-color: #260298;
}
</style>
border-color css
<style>
span { border-color: #260298; }
span { border-color: rgb(38,2,152); }
td.TdClassName
{
border-color: #260298;
}
.TagClassName
{
border-color: #260298;
}
</style>