Shades of Ultramarine #260690
Tints of Ultramarine #260690
RGB
CMYK
RGB Variations
Color information
#260690 (or 0x260690) is known color: Ultramarine. HEX triplet: 26, 06 and 90. RGB value is (38,6,144). Sum of RGB (Red+Green+Blue) = 38+6+144=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #260690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260690 is #D9F96F. Grayscale: #1E1E1E. Windows color (decimal): -14285168 or 9438758. OLE color: 9438758.
HSL color Cylindrical-coordinate representation of color #260690: hue angle of 253.91º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260690 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 6 | 144 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.44 |
| HSL | 253.91º | 0.92% | 0.29% | - |
| HSV(B) | 253.91º | 0.96% | 0.56% | - |
| XYZ | 5.9 | 2.56 | 26.57 | - |
| YUV | 31.3 | 191.6 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 144 | 0.74 | 0.96 | 0 | 0.44 | 253.91 | 0.92 | 0.29 |
| Hex | 26 | 6 | 90 | 4A | 60 | 0 | 2C | FE | 5C | 1D |
| Octal | 46 | 6 | 220 | 112 | 140 | 0 | 54 | 376 | 134 | 35 |
| Binary | 100110 | 110 | 10010000 | 1001010 | 1100000 | 0 | 101100 | 11111110 | 1011100 | 11101 |
Color Harmonies of #260690
Complementary color
Monochromatic Colors of #260690
Black with #260690
Text Example
Text Example
White with #260690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260690; }
p { color: rgb(38,6,144); }
H1.HeaderClassName
{
color: #260690;
}
.AnyTagClassName
{
color: #260690;
}
</style>
background-color css
<style>
a { background-color: #260690; }
a { background-color: rgb(38,6,144); }
div.DivClassName
{
background-color: #260690;
}
.BgClassName
{
background-color: #260690;
}
</style>
border-color css
<style>
span { border-color: #260690; }
span { border-color: rgb(38,6,144); }
td.TdClassName
{
border-color: #260690;
}
.TagClassName
{
border-color: #260690;
}
</style>