Shades of Ultramarine #26218C
Tints of Ultramarine #26218C
RGB
CMYK
RGB Variations
Color information
#26218C (or 0x26218C) is known color: Ultramarine. HEX triplet: 26, 21 and 8C. RGB value is (38,33,140). Sum of RGB (Red+Green+Blue) = 38+33+140=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #26218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26218C is #D9DE73. Grayscale: #2E2E2E. Windows color (decimal): -14278260 or 9183526. OLE color: 9183526.
HSL color Cylindrical-coordinate representation of color #26218C: hue angle of 242.8º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26218C is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 33 | 140 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.45 |
| HSL | 242.8º | 0.62% | 0.34% | - |
| HSV(B) | 242.8º | 0.76% | 0.55% | - |
| XYZ | 6.08 | 3.39 | 25.15 | - |
| YUV | 46.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 140 | 0.73 | 0.76 | 0 | 0.45 | 242.8 | 0.62 | 0.34 |
| Hex | 26 | 21 | 8C | 49 | 4C | 0 | 2D | F3 | 3E | 22 |
| Octal | 46 | 41 | 214 | 111 | 114 | 0 | 55 | 363 | 76 | 42 |
| Binary | 100110 | 100001 | 10001100 | 1001001 | 1001100 | 0 | 101101 | 11110011 | 111110 | 100010 |
Color Harmonies of #26218C
Complementary color
Monochromatic Colors of #26218C
Black with #26218C
Text Example
Text Example
White with #26218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26218C; }
p { color: rgb(38,33,140); }
H1.HeaderClassName
{
color: #26218C;
}
.AnyTagClassName
{
color: #26218C;
}
</style>
background-color css
<style>
a { background-color: #26218C; }
a { background-color: rgb(38,33,140); }
div.DivClassName
{
background-color: #26218C;
}
.BgClassName
{
background-color: #26218C;
}
</style>
border-color css
<style>
span { border-color: #26218C; }
span { border-color: rgb(38,33,140); }
td.TdClassName
{
border-color: #26218C;
}
.TagClassName
{
border-color: #26218C;
}
</style>