Shades of Ultramarine #26089F
Tints of Ultramarine #26089F
RGB
CMYK
RGB Variations
Color information
#26089F (or 0x26089F) is known color: Ultramarine. HEX triplet: 26, 08 and 9F. RGB value is (38,8,159). Sum of RGB (Red+Green+Blue) = 38+8+159=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #26089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26089F is #D9F760. Grayscale: #212121. Windows color (decimal): -14284641 or 10422310. OLE color: 10422310.
HSL color Cylindrical-coordinate representation of color #26089F: hue angle of 251.92º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #26089F is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 8 | 159 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.38 |
| HSL | 251.92º | 0.9% | 0.33% | - |
| HSV(B) | 251.92º | 0.95% | 0.62% | - |
| XYZ | 7.14 | 3.09 | 33.02 | - |
| YUV | 34.18 | 198.44 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 159 | 0.76 | 0.95 | 0 | 0.38 | 251.92 | 0.9 | 0.33 |
| Hex | 26 | 8 | 9F | 4C | 5F | 0 | 26 | FC | 5A | 21 |
| Octal | 46 | 10 | 237 | 114 | 137 | 0 | 46 | 374 | 132 | 41 |
| Binary | 100110 | 1000 | 10011111 | 1001100 | 1011111 | 0 | 100110 | 11111100 | 1011010 | 100001 |
Color Harmonies of #26089F
Complementary color
Monochromatic Colors of #26089F
Black with #26089F
Text Example
Text Example
White with #26089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26089F; }
p { color: rgb(38,8,159); }
H1.HeaderClassName
{
color: #26089F;
}
.AnyTagClassName
{
color: #26089F;
}
</style>
background-color css
<style>
a { background-color: #26089F; }
a { background-color: rgb(38,8,159); }
div.DivClassName
{
background-color: #26089F;
}
.BgClassName
{
background-color: #26089F;
}
</style>
border-color css
<style>
span { border-color: #26089F; }
span { border-color: rgb(38,8,159); }
td.TdClassName
{
border-color: #26089F;
}
.TagClassName
{
border-color: #26089F;
}
</style>