Shades of Ultramarine #261DA8
Tints of Ultramarine #261DA8
RGB
CMYK
RGB Variations
Color information
#261DA8 (or 0x261DA8) is known color: Ultramarine. HEX triplet: 26, 1D and A8. RGB value is (38,29,168). Sum of RGB (Red+Green+Blue) = 38+29+168=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 168 (66.02% from 255 or 71.49% from 235); Max value from RGB is 168 - color contains mainly: blue. Hex color #261DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261DA8 is #D9E257. Grayscale: #2E2E2E. Windows color (decimal): -14279256 or 11017510. OLE color: 11017510.
HSL color Cylindrical-coordinate representation of color #261DA8: hue angle of 243.88º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261DA8 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 29 | 168 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.34 |
| HSL | 243.88º | 0.71% | 0.39% | - |
| HSV(B) | 243.88º | 0.83% | 0.66% | - |
| XYZ | 8.31 | 4.12 | 37.4 | - |
| YUV | 47.54 | 195.98 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 168 | 0.77 | 0.83 | 0 | 0.34 | 243.88 | 0.71 | 0.39 |
| Hex | 26 | 1D | A8 | 4D | 53 | 0 | 22 | F4 | 47 | 27 |
| Octal | 46 | 35 | 250 | 115 | 123 | 0 | 42 | 364 | 107 | 47 |
| Binary | 100110 | 11101 | 10101000 | 1001101 | 1010011 | 0 | 100010 | 11110100 | 1000111 | 100111 |
Color Harmonies of #261DA8
Complementary color
Monochromatic Colors of #261DA8
Black with #261DA8
Text Example
Text Example
White with #261DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261DA8; }
p { color: rgb(38,29,168); }
H1.HeaderClassName
{
color: #261DA8;
}
.AnyTagClassName
{
color: #261DA8;
}
</style>
background-color css
<style>
a { background-color: #261DA8; }
a { background-color: rgb(38,29,168); }
div.DivClassName
{
background-color: #261DA8;
}
.BgClassName
{
background-color: #261DA8;
}
</style>
border-color css
<style>
span { border-color: #261DA8; }
span { border-color: rgb(38,29,168); }
td.TdClassName
{
border-color: #261DA8;
}
.TagClassName
{
border-color: #261DA8;
}
</style>