Shades of Ultramarine #260291
Tints of Ultramarine #260291
RGB
CMYK
RGB Variations
Color information
#260291 (or 0x260291) is known color: Ultramarine. HEX triplet: 26, 02 and 91. RGB value is (38,2,145). Sum of RGB (Red+Green+Blue) = 38+2+145=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #260291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260291 is #D9FD6E. Grayscale: #1C1C1C. Windows color (decimal): -14286191 or 9503270. OLE color: 9503270.
HSL color Cylindrical-coordinate representation of color #260291: hue angle of 255.1º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #260291 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 2 | 145 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.43 |
| HSL | 255.1º | 0.97% | 0.29% | - |
| HSV(B) | 255.1º | 0.99% | 0.57% | - |
| XYZ | 5.93 | 2.5 | 26.96 | - |
| YUV | 29.07 | 193.43 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 145 | 0.74 | 0.99 | 0 | 0.43 | 255.1 | 0.97 | 0.29 |
| Hex | 26 | 2 | 91 | 4A | 63 | 0 | 2B | FF | 61 | 1D |
| Octal | 46 | 2 | 221 | 112 | 143 | 0 | 53 | 377 | 141 | 35 |
| Binary | 100110 | 10 | 10010001 | 1001010 | 1100011 | 0 | 101011 | 11111111 | 1100001 | 11101 |
Color Harmonies of #260291
Complementary color
Monochromatic Colors of #260291
Black with #260291
Text Example
Text Example
White with #260291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260291; }
p { color: rgb(38,2,145); }
H1.HeaderClassName
{
color: #260291;
}
.AnyTagClassName
{
color: #260291;
}
</style>
background-color css
<style>
a { background-color: #260291; }
a { background-color: rgb(38,2,145); }
div.DivClassName
{
background-color: #260291;
}
.BgClassName
{
background-color: #260291;
}
</style>
border-color css
<style>
span { border-color: #260291; }
span { border-color: rgb(38,2,145); }
td.TdClassName
{
border-color: #260291;
}
.TagClassName
{
border-color: #260291;
}
</style>