Shades of Ultramarine #26099D
Tints of Ultramarine #26099D
RGB
CMYK
RGB Variations
Color information
#26099D (or 0x26099D) is known color: Ultramarine. HEX triplet: 26, 09 and 9D. RGB value is (38,9,157). Sum of RGB (Red+Green+Blue) = 38+9+157=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #26099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26099D is #D9F662. Grayscale: #212121. Windows color (decimal): -14284387 or 10291494. OLE color: 10291494.
HSL color Cylindrical-coordinate representation of color #26099D: hue angle of 251.76º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26099D is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 9 | 157 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.38 |
| HSL | 251.76º | 0.89% | 0.33% | - |
| HSV(B) | 251.76º | 0.94% | 0.62% | - |
| XYZ | 6.98 | 3.04 | 32.12 | - |
| YUV | 34.54 | 197.11 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 157 | 0.76 | 0.94 | 0 | 0.38 | 251.76 | 0.89 | 0.33 |
| Hex | 26 | 9 | 9D | 4C | 5E | 0 | 26 | FC | 59 | 21 |
| Octal | 46 | 11 | 235 | 114 | 136 | 0 | 46 | 374 | 131 | 41 |
| Binary | 100110 | 1001 | 10011101 | 1001100 | 1011110 | 0 | 100110 | 11111100 | 1011001 | 100001 |
Color Harmonies of #26099D
Complementary color
Monochromatic Colors of #26099D
Black with #26099D
Text Example
Text Example
White with #26099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26099D; }
p { color: rgb(38,9,157); }
H1.HeaderClassName
{
color: #26099D;
}
.AnyTagClassName
{
color: #26099D;
}
</style>
background-color css
<style>
a { background-color: #26099D; }
a { background-color: rgb(38,9,157); }
div.DivClassName
{
background-color: #26099D;
}
.BgClassName
{
background-color: #26099D;
}
</style>
border-color css
<style>
span { border-color: #26099D; }
span { border-color: rgb(38,9,157); }
td.TdClassName
{
border-color: #26099D;
}
.TagClassName
{
border-color: #26099D;
}
</style>