Shades of Ultramarine #261C93
Tints of Ultramarine #261C93
RGB
CMYK
RGB Variations
Color information
#261C93 (or 0x261C93) is known color: Ultramarine. HEX triplet: 26, 1C and 93. RGB value is (38,28,147). Sum of RGB (Red+Green+Blue) = 38+28+147=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #261C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261C93 is #D9E36C. Grayscale: #2C2C2C. Windows color (decimal): -14279533 or 9640998. OLE color: 9640998.
HSL color Cylindrical-coordinate representation of color #261C93: hue angle of 245.04º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #261C93 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 28 | 147 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.42 |
| HSL | 245.04º | 0.68% | 0.34% | - |
| HSV(B) | 245.04º | 0.81% | 0.58% | - |
| XYZ | 6.48 | 3.35 | 27.91 | - |
| YUV | 44.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 147 | 0.74 | 0.81 | 0 | 0.42 | 245.04 | 0.68 | 0.34 |
| Hex | 26 | 1C | 93 | 4A | 51 | 0 | 2A | F5 | 44 | 22 |
| Octal | 46 | 34 | 223 | 112 | 121 | 0 | 52 | 365 | 104 | 42 |
| Binary | 100110 | 11100 | 10010011 | 1001010 | 1010001 | 0 | 101010 | 11110101 | 1000100 | 100010 |
Color Harmonies of #261C93
Complementary color
Monochromatic Colors of #261C93
Black with #261C93
Text Example
Text Example
White with #261C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C93; }
p { color: rgb(38,28,147); }
H1.HeaderClassName
{
color: #261C93;
}
.AnyTagClassName
{
color: #261C93;
}
</style>
background-color css
<style>
a { background-color: #261C93; }
a { background-color: rgb(38,28,147); }
div.DivClassName
{
background-color: #261C93;
}
.BgClassName
{
background-color: #261C93;
}
</style>
border-color css
<style>
span { border-color: #261C93; }
span { border-color: rgb(38,28,147); }
td.TdClassName
{
border-color: #261C93;
}
.TagClassName
{
border-color: #261C93;
}
</style>