Shades of Ultramarine #261995
Tints of Ultramarine #261995
RGB
CMYK
RGB Variations
Color information
#261995 (or 0x261995) is known color: Ultramarine. HEX triplet: 26, 19 and 95. RGB value is (38,25,149). Sum of RGB (Red+Green+Blue) = 38+25+149=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #261995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261995 is #D9E66A. Grayscale: #2A2A2A. Windows color (decimal): -14280299 or 9771302. OLE color: 9771302.
HSL color Cylindrical-coordinate representation of color #261995: hue angle of 246.29º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261995 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 25 | 149 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.42 |
| HSL | 246.29º | 0.71% | 0.34% | - |
| HSV(B) | 246.29º | 0.83% | 0.58% | - |
| XYZ | 6.57 | 3.28 | 28.72 | - |
| YUV | 43.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 149 | 0.74 | 0.83 | 0 | 0.42 | 246.29 | 0.71 | 0.34 |
| Hex | 26 | 19 | 95 | 4A | 53 | 0 | 2A | F6 | 47 | 22 |
| Octal | 46 | 31 | 225 | 112 | 123 | 0 | 52 | 366 | 107 | 42 |
| Binary | 100110 | 11001 | 10010101 | 1001010 | 1010011 | 0 | 101010 | 11110110 | 1000111 | 100010 |
Color Harmonies of #261995
Complementary color
Monochromatic Colors of #261995
Black with #261995
Text Example
Text Example
White with #261995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261995; }
p { color: rgb(38,25,149); }
H1.HeaderClassName
{
color: #261995;
}
.AnyTagClassName
{
color: #261995;
}
</style>
background-color css
<style>
a { background-color: #261995; }
a { background-color: rgb(38,25,149); }
div.DivClassName
{
background-color: #261995;
}
.BgClassName
{
background-color: #261995;
}
</style>
border-color css
<style>
span { border-color: #261995; }
span { border-color: rgb(38,25,149); }
td.TdClassName
{
border-color: #261995;
}
.TagClassName
{
border-color: #261995;
}
</style>