Shades of Ultramarine #26199C
Tints of Ultramarine #26199C
RGB
CMYK
RGB Variations
Color information
#26199C (or 0x26199C) is known color: Ultramarine. HEX triplet: 26, 19 and 9C. RGB value is (38,25,156). Sum of RGB (Red+Green+Blue) = 38+25+156=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #26199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26199C is #D9E663. Grayscale: #2B2B2B. Windows color (decimal): -14280292 or 10230054. OLE color: 10230054.
HSL color Cylindrical-coordinate representation of color #26199C: hue angle of 245.95º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26199C is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 25 | 156 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.39 |
| HSL | 245.95º | 0.72% | 0.35% | - |
| HSV(B) | 245.95º | 0.84% | 0.61% | - |
| XYZ | 7.15 | 3.51 | 31.75 | - |
| YUV | 43.82 | 191.31 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 156 | 0.76 | 0.84 | 0 | 0.39 | 245.95 | 0.72 | 0.35 |
| Hex | 26 | 19 | 9C | 4C | 54 | 0 | 27 | F6 | 48 | 23 |
| Octal | 46 | 31 | 234 | 114 | 124 | 0 | 47 | 366 | 110 | 43 |
| Binary | 100110 | 11001 | 10011100 | 1001100 | 1010100 | 0 | 100111 | 11110110 | 1001000 | 100011 |
Color Harmonies of #26199C
Complementary color
Monochromatic Colors of #26199C
Black with #26199C
Text Example
Text Example
White with #26199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26199C; }
p { color: rgb(38,25,156); }
H1.HeaderClassName
{
color: #26199C;
}
.AnyTagClassName
{
color: #26199C;
}
</style>
background-color css
<style>
a { background-color: #26199C; }
a { background-color: rgb(38,25,156); }
div.DivClassName
{
background-color: #26199C;
}
.BgClassName
{
background-color: #26199C;
}
</style>
border-color css
<style>
span { border-color: #26199C; }
span { border-color: rgb(38,25,156); }
td.TdClassName
{
border-color: #26199C;
}
.TagClassName
{
border-color: #26199C;
}
</style>