Shades of Ultramarine #260D95
Tints of Ultramarine #260D95
RGB
CMYK
RGB Variations
Color information
#260D95 (or 0x260D95) is known color: Ultramarine. HEX triplet: 26, 0D and 95. RGB value is (38,13,149). Sum of RGB (Red+Green+Blue) = 38+13+149=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #260D95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260D95 is #D9F26A. Grayscale: #232323. Windows color (decimal): -14283371 or 9768230. OLE color: 9768230.
HSL color Cylindrical-coordinate representation of color #260D95: hue angle of 251.03º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #260D95 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 13 | 149 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.42 |
| HSL | 251.03º | 0.84% | 0.32% | - |
| HSV(B) | 251.03º | 0.91% | 0.58% | - |
| XYZ | 6.37 | 2.87 | 28.65 | - |
| YUV | 35.98 | 191.78 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 149 | 0.74 | 0.91 | 0 | 0.42 | 251.03 | 0.84 | 0.32 |
| Hex | 26 | D | 95 | 4A | 5B | 0 | 2A | FB | 54 | 20 |
| Octal | 46 | 15 | 225 | 112 | 133 | 0 | 52 | 373 | 124 | 40 |
| Binary | 100110 | 1101 | 10010101 | 1001010 | 1011011 | 0 | 101010 | 11111011 | 1010100 | 100000 |
Color Harmonies of #260D95
Complementary color
Monochromatic Colors of #260D95
Black with #260D95
Text Example
Text Example
White with #260D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D95; }
p { color: rgb(38,13,149); }
H1.HeaderClassName
{
color: #260D95;
}
.AnyTagClassName
{
color: #260D95;
}
</style>
background-color css
<style>
a { background-color: #260D95; }
a { background-color: rgb(38,13,149); }
div.DivClassName
{
background-color: #260D95;
}
.BgClassName
{
background-color: #260D95;
}
</style>
border-color css
<style>
span { border-color: #260D95; }
span { border-color: rgb(38,13,149); }
td.TdClassName
{
border-color: #260D95;
}
.TagClassName
{
border-color: #260D95;
}
</style>