Shades of Ultramarine #261AA3
Tints of Ultramarine #261AA3
RGB
CMYK
RGB Variations
Color information
#261AA3 (or 0x261AA3) is known color: Ultramarine. HEX triplet: 26, 1A and A3. RGB value is (38,26,163). Sum of RGB (Red+Green+Blue) = 38+26+163=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 163 (64.06% from 255 or 71.81% from 227); Max value from RGB is 163 - color contains mainly: blue. Hex color #261AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261AA3 is #D9E55C. Grayscale: #2C2C2C. Windows color (decimal): -14280029 or 10689062. OLE color: 10689062.
HSL color Cylindrical-coordinate representation of color #261AA3: hue angle of 245.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261AA3 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 26 | 163 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.36 |
| HSL | 245.26º | 0.72% | 0.37% | - |
| HSV(B) | 245.26º | 0.84% | 0.64% | - |
| XYZ | 7.78 | 3.8 | 34.97 | - |
| YUV | 45.21 | 194.48 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 163 | 0.77 | 0.84 | 0 | 0.36 | 245.26 | 0.72 | 0.37 |
| Hex | 26 | 1A | A3 | 4D | 54 | 0 | 24 | F5 | 48 | 25 |
| Octal | 46 | 32 | 243 | 115 | 124 | 0 | 44 | 365 | 110 | 45 |
| Binary | 100110 | 11010 | 10100011 | 1001101 | 1010100 | 0 | 100100 | 11110101 | 1001000 | 100101 |
Color Harmonies of #261AA3
Complementary color
Monochromatic Colors of #261AA3
Black with #261AA3
Text Example
Text Example
White with #261AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261AA3; }
p { color: rgb(38,26,163); }
H1.HeaderClassName
{
color: #261AA3;
}
.AnyTagClassName
{
color: #261AA3;
}
</style>
background-color css
<style>
a { background-color: #261AA3; }
a { background-color: rgb(38,26,163); }
div.DivClassName
{
background-color: #261AA3;
}
.BgClassName
{
background-color: #261AA3;
}
</style>
border-color css
<style>
span { border-color: #261AA3; }
span { border-color: rgb(38,26,163); }
td.TdClassName
{
border-color: #261AA3;
}
.TagClassName
{
border-color: #261AA3;
}
</style>