Shades of Ultramarine #260A9B
Tints of Ultramarine #260A9B
RGB
CMYK
RGB Variations
Color information
#260A9B (or 0x260A9B) is known color: Ultramarine. HEX triplet: 26, 0A and 9B. RGB value is (38,10,155). Sum of RGB (Red+Green+Blue) = 38+10+155=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #260A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260A9B is #D9F564. Grayscale: #222222. Windows color (decimal): -14284133 or 10160678. OLE color: 10160678.
HSL color Cylindrical-coordinate representation of color #260A9B: hue angle of 251.59º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260A9B is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 10 | 155 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.39 |
| HSL | 251.59º | 0.88% | 0.32% | - |
| HSV(B) | 251.59º | 0.94% | 0.61% | - |
| XYZ | 6.82 | 3 | 31.23 | - |
| YUV | 34.9 | 195.78 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 155 | 0.75 | 0.94 | 0 | 0.39 | 251.59 | 0.88 | 0.32 |
| Hex | 26 | A | 9B | 4B | 5E | 0 | 27 | FC | 58 | 20 |
| Octal | 46 | 12 | 233 | 113 | 136 | 0 | 47 | 374 | 130 | 40 |
| Binary | 100110 | 1010 | 10011011 | 1001011 | 1011110 | 0 | 100111 | 11111100 | 1011000 | 100000 |
Color Harmonies of #260A9B
Complementary color
Monochromatic Colors of #260A9B
Black with #260A9B
Text Example
Text Example
White with #260A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A9B; }
p { color: rgb(38,10,155); }
H1.HeaderClassName
{
color: #260A9B;
}
.AnyTagClassName
{
color: #260A9B;
}
</style>
background-color css
<style>
a { background-color: #260A9B; }
a { background-color: rgb(38,10,155); }
div.DivClassName
{
background-color: #260A9B;
}
.BgClassName
{
background-color: #260A9B;
}
</style>
border-color css
<style>
span { border-color: #260A9B; }
span { border-color: rgb(38,10,155); }
td.TdClassName
{
border-color: #260A9B;
}
.TagClassName
{
border-color: #260A9B;
}
</style>