Shades of Ultramarine #26178B
Tints of Ultramarine #26178B
RGB
CMYK
RGB Variations
Color information
#26178B (or 0x26178B) is known color: Ultramarine. HEX triplet: 26, 17 and 8B. RGB value is (38,23,139). Sum of RGB (Red+Green+Blue) = 38+23+139=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #26178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26178B is #D9E874. Grayscale: #282828. Windows color (decimal): -14280821 or 9115430. OLE color: 9115430.
HSL color Cylindrical-coordinate representation of color #26178B: hue angle of 247.76º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26178B is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 23 | 139 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.45 |
| HSL | 247.76º | 0.72% | 0.32% | - |
| HSV(B) | 247.76º | 0.83% | 0.55% | - |
| XYZ | 5.77 | 2.89 | 24.68 | - |
| YUV | 40.71 | 183.47 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 139 | 0.73 | 0.83 | 0 | 0.45 | 247.76 | 0.72 | 0.32 |
| Hex | 26 | 17 | 8B | 49 | 53 | 0 | 2D | F8 | 48 | 20 |
| Octal | 46 | 27 | 213 | 111 | 123 | 0 | 55 | 370 | 110 | 40 |
| Binary | 100110 | 10111 | 10001011 | 1001001 | 1010011 | 0 | 101101 | 11111000 | 1001000 | 100000 |
Color Harmonies of #26178B
Complementary color
Monochromatic Colors of #26178B
Black with #26178B
Text Example
Text Example
White with #26178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26178B; }
p { color: rgb(38,23,139); }
H1.HeaderClassName
{
color: #26178B;
}
.AnyTagClassName
{
color: #26178B;
}
</style>
background-color css
<style>
a { background-color: #26178B; }
a { background-color: rgb(38,23,139); }
div.DivClassName
{
background-color: #26178B;
}
.BgClassName
{
background-color: #26178B;
}
</style>
border-color css
<style>
span { border-color: #26178B; }
span { border-color: rgb(38,23,139); }
td.TdClassName
{
border-color: #26178B;
}
.TagClassName
{
border-color: #26178B;
}
</style>