Shades of Ultramarine #260999
Tints of Ultramarine #260999
RGB
CMYK
RGB Variations
Color information
#260999 (or 0x260999) is known color: Ultramarine. HEX triplet: 26, 09 and 99. RGB value is (38,9,153). Sum of RGB (Red+Green+Blue) = 38+9+153=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #260999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260999 is #D9F666. Grayscale: #212121. Windows color (decimal): -14284391 or 10029350. OLE color: 10029350.
HSL color Cylindrical-coordinate representation of color #260999: hue angle of 252.08º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260999 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 9 | 153 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.4 |
| HSL | 252.08º | 0.89% | 0.32% | - |
| HSV(B) | 252.08º | 0.94% | 0.6% | - |
| XYZ | 6.65 | 2.91 | 30.35 | - |
| YUV | 34.09 | 195.11 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 153 | 0.75 | 0.94 | 0 | 0.4 | 252.08 | 0.89 | 0.32 |
| Hex | 26 | 9 | 99 | 4B | 5E | 0 | 28 | FC | 59 | 20 |
| Octal | 46 | 11 | 231 | 113 | 136 | 0 | 50 | 374 | 131 | 40 |
| Binary | 100110 | 1001 | 10011001 | 1001011 | 1011110 | 0 | 101000 | 11111100 | 1011001 | 100000 |
Color Harmonies of #260999
Complementary color
Monochromatic Colors of #260999
Black with #260999
Text Example
Text Example
White with #260999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260999; }
p { color: rgb(38,9,153); }
H1.HeaderClassName
{
color: #260999;
}
.AnyTagClassName
{
color: #260999;
}
</style>
background-color css
<style>
a { background-color: #260999; }
a { background-color: rgb(38,9,153); }
div.DivClassName
{
background-color: #260999;
}
.BgClassName
{
background-color: #260999;
}
</style>
border-color css
<style>
span { border-color: #260999; }
span { border-color: rgb(38,9,153); }
td.TdClassName
{
border-color: #260999;
}
.TagClassName
{
border-color: #260999;
}
</style>