Shades of Ultramarine #260890
Tints of Ultramarine #260890
RGB
CMYK
RGB Variations
Color information
#260890 (or 0x260890) is known color: Ultramarine. HEX triplet: 26, 08 and 90. RGB value is (38,8,144). Sum of RGB (Red+Green+Blue) = 38+8+144=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #260890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260890 is #D9F76F. Grayscale: #1F1F1F. Windows color (decimal): -14284656 or 9439270. OLE color: 9439270.
HSL color Cylindrical-coordinate representation of color #260890: hue angle of 253.24º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260890 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 8 | 144 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.44 |
| HSL | 253.24º | 0.89% | 0.3% | - |
| HSV(B) | 253.24º | 0.94% | 0.56% | - |
| XYZ | 5.92 | 2.6 | 26.58 | - |
| YUV | 32.47 | 190.94 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 144 | 0.74 | 0.94 | 0 | 0.44 | 253.24 | 0.89 | 0.3 |
| Hex | 26 | 8 | 90 | 4A | 5E | 0 | 2C | FD | 59 | 1E |
| Octal | 46 | 10 | 220 | 112 | 136 | 0 | 54 | 375 | 131 | 36 |
| Binary | 100110 | 1000 | 10010000 | 1001010 | 1011110 | 0 | 101100 | 11111101 | 1011001 | 11110 |
Color Harmonies of #260890
Complementary color
Monochromatic Colors of #260890
Black with #260890
Text Example
Text Example
White with #260890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260890; }
p { color: rgb(38,8,144); }
H1.HeaderClassName
{
color: #260890;
}
.AnyTagClassName
{
color: #260890;
}
</style>
background-color css
<style>
a { background-color: #260890; }
a { background-color: rgb(38,8,144); }
div.DivClassName
{
background-color: #260890;
}
.BgClassName
{
background-color: #260890;
}
</style>
border-color css
<style>
span { border-color: #260890; }
span { border-color: rgb(38,8,144); }
td.TdClassName
{
border-color: #260890;
}
.TagClassName
{
border-color: #260890;
}
</style>