Shades of Ultramarine #260696
Tints of Ultramarine #260696
RGB
CMYK
RGB Variations
Color information
#260696 (or 0x260696) is known color: Ultramarine. HEX triplet: 26, 06 and 96. RGB value is (38,6,150). Sum of RGB (Red+Green+Blue) = 38+6+150=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #260696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260696 is #D9F969. Grayscale: #1F1F1F. Windows color (decimal): -14285162 or 9831974. OLE color: 9831974.
HSL color Cylindrical-coordinate representation of color #260696: hue angle of 253.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260696 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 6 | 150 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.41 |
| HSL | 253.33º | 0.92% | 0.31% | - |
| HSV(B) | 253.33º | 0.96% | 0.59% | - |
| XYZ | 6.37 | 2.74 | 29.05 | - |
| YUV | 31.98 | 194.6 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 150 | 0.75 | 0.96 | 0 | 0.41 | 253.33 | 0.92 | 0.31 |
| Hex | 26 | 6 | 96 | 4B | 60 | 0 | 29 | FD | 5C | 1F |
| Octal | 46 | 6 | 226 | 113 | 140 | 0 | 51 | 375 | 134 | 37 |
| Binary | 100110 | 110 | 10010110 | 1001011 | 1100000 | 0 | 101001 | 11111101 | 1011100 | 11111 |
Color Harmonies of #260696
Complementary color
Monochromatic Colors of #260696
Black with #260696
Text Example
Text Example
White with #260696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260696; }
p { color: rgb(38,6,150); }
H1.HeaderClassName
{
color: #260696;
}
.AnyTagClassName
{
color: #260696;
}
</style>
background-color css
<style>
a { background-color: #260696; }
a { background-color: rgb(38,6,150); }
div.DivClassName
{
background-color: #260696;
}
.BgClassName
{
background-color: #260696;
}
</style>
border-color css
<style>
span { border-color: #260696; }
span { border-color: rgb(38,6,150); }
td.TdClassName
{
border-color: #260696;
}
.TagClassName
{
border-color: #260696;
}
</style>