Shades of Ultramarine #26089C
Tints of Ultramarine #26089C
RGB
CMYK
RGB Variations
Color information
#26089C (or 0x26089C) is known color: Ultramarine. HEX triplet: 26, 08 and 9C. RGB value is (38,8,156). Sum of RGB (Red+Green+Blue) = 38+8+156=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #26089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26089C is #D9F763. Grayscale: #212121. Windows color (decimal): -14284644 or 10225702. OLE color: 10225702.
HSL color Cylindrical-coordinate representation of color #26089C: hue angle of 252.16º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #26089C is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 8 | 156 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.39 |
| HSL | 252.16º | 0.9% | 0.32% | - |
| HSV(B) | 252.16º | 0.95% | 0.61% | - |
| XYZ | 6.89 | 2.99 | 31.67 | - |
| YUV | 33.84 | 196.94 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 156 | 0.76 | 0.95 | 0 | 0.39 | 252.16 | 0.9 | 0.32 |
| Hex | 26 | 8 | 9C | 4C | 5F | 0 | 27 | FC | 5A | 20 |
| Octal | 46 | 10 | 234 | 114 | 137 | 0 | 47 | 374 | 132 | 40 |
| Binary | 100110 | 1000 | 10011100 | 1001100 | 1011111 | 0 | 100111 | 11111100 | 1011010 | 100000 |
Color Harmonies of #26089C
Complementary color
Monochromatic Colors of #26089C
Black with #26089C
Text Example
Text Example
White with #26089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26089C; }
p { color: rgb(38,8,156); }
H1.HeaderClassName
{
color: #26089C;
}
.AnyTagClassName
{
color: #26089C;
}
</style>
background-color css
<style>
a { background-color: #26089C; }
a { background-color: rgb(38,8,156); }
div.DivClassName
{
background-color: #26089C;
}
.BgClassName
{
background-color: #26089C;
}
</style>
border-color css
<style>
span { border-color: #26089C; }
span { border-color: rgb(38,8,156); }
td.TdClassName
{
border-color: #26089C;
}
.TagClassName
{
border-color: #26089C;
}
</style>