Shades of Ultramarine #261093
Tints of Ultramarine #261093
RGB
CMYK
RGB Variations
Color information
#261093 (or 0x261093) is known color: Ultramarine. HEX triplet: 26, 10 and 93. RGB value is (38,16,147). Sum of RGB (Red+Green+Blue) = 38+16+147=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #261093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261093 is #D9EF6C. Grayscale: #252525. Windows color (decimal): -14282605 or 9637926. OLE color: 9637926.
HSL color Cylindrical-coordinate representation of color #261093: hue angle of 250.08º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #261093 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 16 | 147 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.42 |
| HSL | 250.08º | 0.8% | 0.32% | - |
| HSV(B) | 250.08º | 0.89% | 0.58% | - |
| XYZ | 6.25 | 2.89 | 27.83 | - |
| YUV | 37.51 | 189.79 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 147 | 0.74 | 0.89 | 0 | 0.42 | 250.08 | 0.8 | 0.32 |
| Hex | 26 | 10 | 93 | 4A | 59 | 0 | 2A | FA | 50 | 20 |
| Octal | 46 | 20 | 223 | 112 | 131 | 0 | 52 | 372 | 120 | 40 |
| Binary | 100110 | 10000 | 10010011 | 1001010 | 1011001 | 0 | 101010 | 11111010 | 1010000 | 100000 |
Color Harmonies of #261093
Complementary color
Monochromatic Colors of #261093
Black with #261093
Text Example
Text Example
White with #261093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261093; }
p { color: rgb(38,16,147); }
H1.HeaderClassName
{
color: #261093;
}
.AnyTagClassName
{
color: #261093;
}
</style>
background-color css
<style>
a { background-color: #261093; }
a { background-color: rgb(38,16,147); }
div.DivClassName
{
background-color: #261093;
}
.BgClassName
{
background-color: #261093;
}
</style>
border-color css
<style>
span { border-color: #261093; }
span { border-color: rgb(38,16,147); }
td.TdClassName
{
border-color: #261093;
}
.TagClassName
{
border-color: #261093;
}
</style>