Shades of Ultramarine #261D93
Tints of Ultramarine #261D93
RGB
CMYK
RGB Variations
Color information
#261D93 (or 0x261D93) is known color: Ultramarine. HEX triplet: 26, 1D and 93. RGB value is (38,29,147). Sum of RGB (Red+Green+Blue) = 38+29+147=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #261D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261D93 is #D9E26C. Grayscale: #2C2C2C. Windows color (decimal): -14279277 or 9641254. OLE color: 9641254.
HSL color Cylindrical-coordinate representation of color #261D93: hue angle of 244.58º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261D93 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 29 | 147 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.42 |
| HSL | 244.58º | 0.67% | 0.35% | - |
| HSV(B) | 244.58º | 0.8% | 0.58% | - |
| XYZ | 6.51 | 3.4 | 27.92 | - |
| YUV | 45.14 | 185.48 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 147 | 0.74 | 0.80 | 0 | 0.42 | 244.58 | 0.67 | 0.35 |
| Hex | 26 | 1D | 93 | 4A | 50 | 0 | 2A | F5 | 43 | 23 |
| Octal | 46 | 35 | 223 | 112 | 120 | 0 | 52 | 365 | 103 | 43 |
| Binary | 100110 | 11101 | 10010011 | 1001010 | 1010000 | 0 | 101010 | 11110101 | 1000011 | 100011 |
Color Harmonies of #261D93
Complementary color
Monochromatic Colors of #261D93
Black with #261D93
Text Example
Text Example
White with #261D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D93; }
p { color: rgb(38,29,147); }
H1.HeaderClassName
{
color: #261D93;
}
.AnyTagClassName
{
color: #261D93;
}
</style>
background-color css
<style>
a { background-color: #261D93; }
a { background-color: rgb(38,29,147); }
div.DivClassName
{
background-color: #261D93;
}
.BgClassName
{
background-color: #261D93;
}
</style>
border-color css
<style>
span { border-color: #261D93; }
span { border-color: rgb(38,29,147); }
td.TdClassName
{
border-color: #261D93;
}
.TagClassName
{
border-color: #261D93;
}
</style>