Shades of Ultramarine #26178F
Tints of Ultramarine #26178F
RGB
CMYK
RGB Variations
Color information
#26178F (or 0x26178F) is known color: Ultramarine. HEX triplet: 26, 17 and 8F. RGB value is (38,23,143). Sum of RGB (Red+Green+Blue) = 38+23+143=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #26178F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26178F is #D9E870. Grayscale: #282828. Windows color (decimal): -14280817 or 9377574. OLE color: 9377574.
HSL color Cylindrical-coordinate representation of color #26178F: hue angle of 247.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26178F is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 23 | 143 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.44 |
| HSL | 247.5º | 0.72% | 0.33% | - |
| HSV(B) | 247.5º | 0.84% | 0.56% | - |
| XYZ | 6.06 | 3.01 | 26.25 | - |
| YUV | 41.17 | 185.47 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 143 | 0.73 | 0.84 | 0 | 0.44 | 247.5 | 0.72 | 0.33 |
| Hex | 26 | 17 | 8F | 49 | 54 | 0 | 2C | F8 | 48 | 21 |
| Octal | 46 | 27 | 217 | 111 | 124 | 0 | 54 | 370 | 110 | 41 |
| Binary | 100110 | 10111 | 10001111 | 1001001 | 1010100 | 0 | 101100 | 11111000 | 1001000 | 100001 |
Color Harmonies of #26178F
Complementary color
Monochromatic Colors of #26178F
Black with #26178F
Text Example
Text Example
White with #26178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26178F; }
p { color: rgb(38,23,143); }
H1.HeaderClassName
{
color: #26178F;
}
.AnyTagClassName
{
color: #26178F;
}
</style>
background-color css
<style>
a { background-color: #26178F; }
a { background-color: rgb(38,23,143); }
div.DivClassName
{
background-color: #26178F;
}
.BgClassName
{
background-color: #26178F;
}
</style>
border-color css
<style>
span { border-color: #26178F; }
span { border-color: rgb(38,23,143); }
td.TdClassName
{
border-color: #26178F;
}
.TagClassName
{
border-color: #26178F;
}
</style>