Shades of Ultramarine #26239C
Tints of Ultramarine #26239C
RGB
CMYK
RGB Variations
Color information
#26239C (or 0x26239C) is known color: Ultramarine. HEX triplet: 26, 23 and 9C. RGB value is (38,35,156). Sum of RGB (Red+Green+Blue) = 38+35+156=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #26239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26239C is #D9DC63. Grayscale: #313131. Windows color (decimal): -14277732 or 10232614. OLE color: 10232614.
HSL color Cylindrical-coordinate representation of color #26239C: hue angle of 241.49º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26239C is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 35 | 156 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.39 |
| HSL | 241.49º | 0.63% | 0.37% | - |
| HSV(B) | 241.49º | 0.78% | 0.61% | - |
| XYZ | 7.4 | 4.01 | 31.84 | - |
| YUV | 49.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 35 | 156 | 0.76 | 0.78 | 0 | 0.39 | 241.49 | 0.63 | 0.37 |
| Hex | 26 | 23 | 9C | 4C | 4E | 0 | 27 | F1 | 3F | 25 |
| Octal | 46 | 43 | 234 | 114 | 116 | 0 | 47 | 361 | 77 | 45 |
| Binary | 100110 | 100011 | 10011100 | 1001100 | 1001110 | 0 | 100111 | 11110001 | 111111 | 100101 |
Color Harmonies of #26239C
Complementary color
Monochromatic Colors of #26239C
Black with #26239C
Text Example
Text Example
White with #26239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26239C; }
p { color: rgb(38,35,156); }
H1.HeaderClassName
{
color: #26239C;
}
.AnyTagClassName
{
color: #26239C;
}
</style>
background-color css
<style>
a { background-color: #26239C; }
a { background-color: rgb(38,35,156); }
div.DivClassName
{
background-color: #26239C;
}
.BgClassName
{
background-color: #26239C;
}
</style>
border-color css
<style>
span { border-color: #26239C; }
span { border-color: rgb(38,35,156); }
td.TdClassName
{
border-color: #26239C;
}
.TagClassName
{
border-color: #26239C;
}
</style>