Shades of Ultramarine #261D94
Tints of Ultramarine #261D94
RGB
CMYK
RGB Variations
Color information
#261D94 (or 0x261D94) is known color: Ultramarine. HEX triplet: 26, 1D and 94. RGB value is (38,29,148). Sum of RGB (Red+Green+Blue) = 38+29+148=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #261D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261D94 is #D9E26B. Grayscale: #2C2C2C. Windows color (decimal): -14279276 or 9706790. OLE color: 9706790.
HSL color Cylindrical-coordinate representation of color #261D94: hue angle of 244.54º 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 #261D94 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 29 | 148 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.42 |
| HSL | 244.54º | 0.67% | 0.35% | - |
| HSV(B) | 244.54º | 0.8% | 0.58% | - |
| XYZ | 6.58 | 3.43 | 28.33 | - |
| YUV | 45.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 148 | 0.74 | 0.80 | 0 | 0.42 | 244.54 | 0.67 | 0.35 |
| Hex | 26 | 1D | 94 | 4A | 50 | 0 | 2A | F5 | 43 | 23 |
| Octal | 46 | 35 | 224 | 112 | 120 | 0 | 52 | 365 | 103 | 43 |
| Binary | 100110 | 11101 | 10010100 | 1001010 | 1010000 | 0 | 101010 | 11110101 | 1000011 | 100011 |
Color Harmonies of #261D94
Complementary color
Monochromatic Colors of #261D94
Black with #261D94
Text Example
Text Example
White with #261D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D94; }
p { color: rgb(38,29,148); }
H1.HeaderClassName
{
color: #261D94;
}
.AnyTagClassName
{
color: #261D94;
}
</style>
background-color css
<style>
a { background-color: #261D94; }
a { background-color: rgb(38,29,148); }
div.DivClassName
{
background-color: #261D94;
}
.BgClassName
{
background-color: #261D94;
}
</style>
border-color css
<style>
span { border-color: #261D94; }
span { border-color: rgb(38,29,148); }
td.TdClassName
{
border-color: #261D94;
}
.TagClassName
{
border-color: #261D94;
}
</style>