Shades of Ultramarine #260292
Tints of Ultramarine #260292
RGB
CMYK
RGB Variations
Color information
#260292 (or 0x260292) is known color: Ultramarine. HEX triplet: 26, 02 and 92. RGB value is (38,2,146). Sum of RGB (Red+Green+Blue) = 38+2+146=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 146 (57.42% from 255 or 78.49% from 186); Max value from RGB is 146 - color contains mainly: blue. Hex color #260292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260292 is #D9FD6D. Grayscale: #1C1C1C. Windows color (decimal): -14286190 or 9568806. OLE color: 9568806.
HSL color Cylindrical-coordinate representation of color #260292: hue angle of 255º 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 #260292 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 2 | 146 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.43 |
| HSL | 255º | 0.97% | 0.29% | - |
| HSV(B) | 255º | 0.99% | 0.57% | - |
| XYZ | 6.01 | 2.53 | 27.37 | - |
| YUV | 29.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 146 | 0.74 | 0.99 | 0 | 0.43 | 255 | 0.97 | 0.29 |
| Hex | 26 | 2 | 92 | 4A | 63 | 0 | 2B | FF | 61 | 1D |
| Octal | 46 | 2 | 222 | 112 | 143 | 0 | 53 | 377 | 141 | 35 |
| Binary | 100110 | 10 | 10010010 | 1001010 | 1100011 | 0 | 101011 | 11111111 | 1100001 | 11101 |
Color Harmonies of #260292
Complementary color
Monochromatic Colors of #260292
Black with #260292
Text Example
Text Example
White with #260292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260292; }
p { color: rgb(38,2,146); }
H1.HeaderClassName
{
color: #260292;
}
.AnyTagClassName
{
color: #260292;
}
</style>
background-color css
<style>
a { background-color: #260292; }
a { background-color: rgb(38,2,146); }
div.DivClassName
{
background-color: #260292;
}
.BgClassName
{
background-color: #260292;
}
</style>
border-color css
<style>
span { border-color: #260292; }
span { border-color: rgb(38,2,146); }
td.TdClassName
{
border-color: #260292;
}
.TagClassName
{
border-color: #260292;
}
</style>