Shades of Ultramarine #26249D
Tints of Ultramarine #26249D
RGB
CMYK
RGB Variations
Color information
#26249D (or 0x26249D) is known color: Ultramarine. HEX triplet: 26, 24 and 9D. RGB value is (38,36,157). Sum of RGB (Red+Green+Blue) = 38+36+157=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #26249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26249D is #D9DB62. Grayscale: #313131. Windows color (decimal): -14277475 or 10298406. OLE color: 10298406.
HSL color Cylindrical-coordinate representation of color #26249D: hue angle of 240.99º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26249D is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 36 | 157 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.38 |
| HSL | 240.99º | 0.63% | 0.38% | - |
| HSV(B) | 240.99º | 0.77% | 0.62% | - |
| XYZ | 7.52 | 4.11 | 32.3 | - |
| YUV | 50.39 | 188.16 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 157 | 0.76 | 0.77 | 0 | 0.38 | 240.99 | 0.63 | 0.38 |
| Hex | 26 | 24 | 9D | 4C | 4D | 0 | 26 | F1 | 3F | 26 |
| Octal | 46 | 44 | 235 | 114 | 115 | 0 | 46 | 361 | 77 | 46 |
| Binary | 100110 | 100100 | 10011101 | 1001100 | 1001101 | 0 | 100110 | 11110001 | 111111 | 100110 |
Color Harmonies of #26249D
Complementary color
Monochromatic Colors of #26249D
Black with #26249D
Text Example
Text Example
White with #26249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26249D; }
p { color: rgb(38,36,157); }
H1.HeaderClassName
{
color: #26249D;
}
.AnyTagClassName
{
color: #26249D;
}
</style>
background-color css
<style>
a { background-color: #26249D; }
a { background-color: rgb(38,36,157); }
div.DivClassName
{
background-color: #26249D;
}
.BgClassName
{
background-color: #26249D;
}
</style>
border-color css
<style>
span { border-color: #26249D; }
span { border-color: rgb(38,36,157); }
td.TdClassName
{
border-color: #26249D;
}
.TagClassName
{
border-color: #26249D;
}
</style>