Shades of Ultramarine #261AA8
Tints of Ultramarine #261AA8
RGB
CMYK
RGB Variations
Color information
#261AA8 (or 0x261AA8) is known color: Ultramarine. HEX triplet: 26, 1A and A8. RGB value is (38,26,168). Sum of RGB (Red+Green+Blue) = 38+26+168=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 168 (66.02% from 255 or 72.41% from 232); Max value from RGB is 168 - color contains mainly: blue. Hex color #261AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261AA8 is #D9E557. Grayscale: #2D2D2D. Windows color (decimal): -14280024 or 11016742. OLE color: 11016742.
HSL color Cylindrical-coordinate representation of color #261AA8: hue angle of 245.07º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261AA8 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 26 | 168 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.34 |
| HSL | 245.07º | 0.73% | 0.38% | - |
| HSV(B) | 245.07º | 0.85% | 0.66% | - |
| XYZ | 8.24 | 3.98 | 37.38 | - |
| YUV | 45.78 | 196.98 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 168 | 0.77 | 0.85 | 0 | 0.34 | 245.07 | 0.73 | 0.38 |
| Hex | 26 | 1A | A8 | 4D | 55 | 0 | 22 | F5 | 49 | 26 |
| Octal | 46 | 32 | 250 | 115 | 125 | 0 | 42 | 365 | 111 | 46 |
| Binary | 100110 | 11010 | 10101000 | 1001101 | 1010101 | 0 | 100010 | 11110101 | 1001001 | 100110 |
Color Harmonies of #261AA8
Complementary color
Monochromatic Colors of #261AA8
Black with #261AA8
Text Example
Text Example
White with #261AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261AA8; }
p { color: rgb(38,26,168); }
H1.HeaderClassName
{
color: #261AA8;
}
.AnyTagClassName
{
color: #261AA8;
}
</style>
background-color css
<style>
a { background-color: #261AA8; }
a { background-color: rgb(38,26,168); }
div.DivClassName
{
background-color: #261AA8;
}
.BgClassName
{
background-color: #261AA8;
}
</style>
border-color css
<style>
span { border-color: #261AA8; }
span { border-color: rgb(38,26,168); }
td.TdClassName
{
border-color: #261AA8;
}
.TagClassName
{
border-color: #261AA8;
}
</style>