Shades of Ultramarine #26239D
Tints of Ultramarine #26239D
RGB
CMYK
RGB Variations
Color information
#26239D (or 0x26239D) is known color: Ultramarine. HEX triplet: 26, 23 and 9D. RGB value is (38,35,157). Sum of RGB (Red+Green+Blue) = 38+35+157=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #26239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26239D is #D9DC62. Grayscale: #313131. Windows color (decimal): -14277731 or 10298150. OLE color: 10298150.
HSL color Cylindrical-coordinate representation of color #26239D: hue angle of 241.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26239D is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 35 | 157 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.38 |
| HSL | 241.48º | 0.64% | 0.38% | - |
| HSV(B) | 241.48º | 0.78% | 0.62% | - |
| XYZ | 7.49 | 4.05 | 32.29 | - |
| YUV | 49.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 35 | 157 | 0.76 | 0.78 | 0 | 0.38 | 241.48 | 0.64 | 0.38 |
| Hex | 26 | 23 | 9D | 4C | 4E | 0 | 26 | F1 | 40 | 26 |
| Octal | 46 | 43 | 235 | 114 | 116 | 0 | 46 | 361 | 100 | 46 |
| Binary | 100110 | 100011 | 10011101 | 1001100 | 1001110 | 0 | 100110 | 11110001 | 1000000 | 100110 |
Color Harmonies of #26239D
Complementary color
Monochromatic Colors of #26239D
Black with #26239D
Text Example
Text Example
White with #26239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26239D; }
p { color: rgb(38,35,157); }
H1.HeaderClassName
{
color: #26239D;
}
.AnyTagClassName
{
color: #26239D;
}
</style>
background-color css
<style>
a { background-color: #26239D; }
a { background-color: rgb(38,35,157); }
div.DivClassName
{
background-color: #26239D;
}
.BgClassName
{
background-color: #26239D;
}
</style>
border-color css
<style>
span { border-color: #26239D; }
span { border-color: rgb(38,35,157); }
td.TdClassName
{
border-color: #26239D;
}
.TagClassName
{
border-color: #26239D;
}
</style>