Shades of Ultramarine #260091
Tints of Ultramarine #260091
RGB
CMYK
RGB Variations
Color information
#260091 (or 0x260091) is known color: Ultramarine. HEX triplet: 26, 00 and 91. RGB value is (38,0,145). Sum of RGB (Red+Green+Blue) = 38+0+145=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #260091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260091 is #D9FF6E. Grayscale: #1B1B1B. Windows color (decimal): -14286703 or 9502758. OLE color: 9502758.
HSL color Cylindrical-coordinate representation of color #260091: hue angle of 255.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260091 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 0 | 145 | - |
| CMYK | 0.74 | 1 | 0 | 0.43 |
| HSL | 255.72º | 1% | 0.28% | - |
| HSV(B) | 255.72º | 1% | 0.57% | - |
| XYZ | 5.91 | 2.46 | 26.95 | - |
| YUV | 27.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 145 | 0.74 | 1 | 0 | 0.43 | 255.72 | 1 | 0.28 |
| Hex | 26 | 0 | 91 | 4A | 64 | 0 | 2B | 100 | 64 | 1C |
| Octal | 46 | 0 | 221 | 112 | 144 | 0 | 53 | 400 | 144 | 34 |
| Binary | 100110 | 0 | 10010001 | 1001010 | 1100100 | 0 | 101011 | 100000000 | 1100100 | 11100 |
Color Harmonies of #260091
Complementary color
Monochromatic Colors of #260091
Black with #260091
Text Example
Text Example
White with #260091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260091; }
p { color: rgb(38,0,145); }
H1.HeaderClassName
{
color: #260091;
}
.AnyTagClassName
{
color: #260091;
}
</style>
background-color css
<style>
a { background-color: #260091; }
a { background-color: rgb(38,0,145); }
div.DivClassName
{
background-color: #260091;
}
.BgClassName
{
background-color: #260091;
}
</style>
border-color css
<style>
span { border-color: #260091; }
span { border-color: rgb(38,0,145); }
td.TdClassName
{
border-color: #260091;
}
.TagClassName
{
border-color: #260091;
}
</style>