Shades of Ultramarine #260393
Tints of Ultramarine #260393
RGB
CMYK
RGB Variations
Color information
#260393 (or 0x260393) is known color: Ultramarine. HEX triplet: 26, 03 and 93. RGB value is (38,3,147). Sum of RGB (Red+Green+Blue) = 38+3+147=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #260393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260393 is #D9FC6C. Grayscale: #1D1D1D. Windows color (decimal): -14285933 or 9634598. OLE color: 9634598.
HSL color Cylindrical-coordinate representation of color #260393: hue angle of 254.58º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260393 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 3 | 147 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.42 |
| HSL | 254.58º | 0.96% | 0.29% | - |
| HSV(B) | 254.58º | 0.98% | 0.58% | - |
| XYZ | 6.1 | 2.58 | 27.78 | - |
| YUV | 29.88 | 194.1 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 147 | 0.74 | 0.98 | 0 | 0.42 | 254.58 | 0.96 | 0.29 |
| Hex | 26 | 3 | 93 | 4A | 62 | 0 | 2A | FF | 60 | 1D |
| Octal | 46 | 3 | 223 | 112 | 142 | 0 | 52 | 377 | 140 | 35 |
| Binary | 100110 | 11 | 10010011 | 1001010 | 1100010 | 0 | 101010 | 11111111 | 1100000 | 11101 |
Color Harmonies of #260393
Complementary color
Monochromatic Colors of #260393
Black with #260393
Text Example
Text Example
White with #260393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260393; }
p { color: rgb(38,3,147); }
H1.HeaderClassName
{
color: #260393;
}
.AnyTagClassName
{
color: #260393;
}
</style>
background-color css
<style>
a { background-color: #260393; }
a { background-color: rgb(38,3,147); }
div.DivClassName
{
background-color: #260393;
}
.BgClassName
{
background-color: #260393;
}
</style>
border-color css
<style>
span { border-color: #260393; }
span { border-color: rgb(38,3,147); }
td.TdClassName
{
border-color: #260393;
}
.TagClassName
{
border-color: #260393;
}
</style>