Shades of Ultramarine #260993
Tints of Ultramarine #260993
RGB
CMYK
RGB Variations
Color information
#260993 (or 0x260993) is known color: Ultramarine. HEX triplet: 26, 09 and 93. RGB value is (38,9,147). Sum of RGB (Red+Green+Blue) = 38+9+147=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #260993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260993 is #D9F66C. Grayscale: #202020. Windows color (decimal): -14284397 or 9636134. OLE color: 9636134.
HSL color Cylindrical-coordinate representation of color #260993: hue angle of 252.61º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260993 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 9 | 147 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.42 |
| HSL | 252.61º | 0.88% | 0.31% | - |
| HSV(B) | 252.61º | 0.94% | 0.58% | - |
| XYZ | 6.16 | 2.71 | 27.8 | - |
| YUV | 33.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 147 | 0.74 | 0.94 | 0 | 0.42 | 252.61 | 0.88 | 0.31 |
| Hex | 26 | 9 | 93 | 4A | 5E | 0 | 2A | FD | 58 | 1F |
| Octal | 46 | 11 | 223 | 112 | 136 | 0 | 52 | 375 | 130 | 37 |
| Binary | 100110 | 1001 | 10010011 | 1001010 | 1011110 | 0 | 101010 | 11111101 | 1011000 | 11111 |
Color Harmonies of #260993
Complementary color
Monochromatic Colors of #260993
Black with #260993
Text Example
Text Example
White with #260993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260993; }
p { color: rgb(38,9,147); }
H1.HeaderClassName
{
color: #260993;
}
.AnyTagClassName
{
color: #260993;
}
</style>
background-color css
<style>
a { background-color: #260993; }
a { background-color: rgb(38,9,147); }
div.DivClassName
{
background-color: #260993;
}
.BgClassName
{
background-color: #260993;
}
</style>
border-color css
<style>
span { border-color: #260993; }
span { border-color: rgb(38,9,147); }
td.TdClassName
{
border-color: #260993;
}
.TagClassName
{
border-color: #260993;
}
</style>