Shades of Ultramarine #26009D
Tints of Ultramarine #26009D
RGB
CMYK
RGB Variations
Color information
#26009D (or 0x26009D) is known color: Ultramarine. HEX triplet: 26, 00 and 9D. RGB value is (38,0,157). Sum of RGB (Red+Green+Blue) = 38+0+157=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 157 (61.72% from 255 or 80.51% from 195); Max value from RGB is 157 - color contains mainly: blue. Hex color #26009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26009D is #D9FF62. Grayscale: #1C1C1C. Windows color (decimal): -14286691 or 10289190. OLE color: 10289190.
HSL color Cylindrical-coordinate representation of color #26009D: hue angle of 254.52º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26009D is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 0 | 157 | - |
| CMYK | 0.76 | 1 | 0 | 0.38 |
| HSL | 254.52º | 1% | 0.31% | - |
| HSV(B) | 254.52º | 1% | 0.62% | - |
| XYZ | 6.89 | 2.85 | 32.08 | - |
| YUV | 29.26 | 200.09 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 157 | 0.76 | 1 | 0 | 0.38 | 254.52 | 1 | 0.31 |
| Hex | 26 | 0 | 9D | 4C | 64 | 0 | 26 | FF | 64 | 1F |
| Octal | 46 | 0 | 235 | 114 | 144 | 0 | 46 | 377 | 144 | 37 |
| Binary | 100110 | 0 | 10011101 | 1001100 | 1100100 | 0 | 100110 | 11111111 | 1100100 | 11111 |
Color Harmonies of #26009D
Complementary color
Monochromatic Colors of #26009D
Black with #26009D
Text Example
Text Example
White with #26009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26009D; }
p { color: rgb(38,0,157); }
H1.HeaderClassName
{
color: #26009D;
}
.AnyTagClassName
{
color: #26009D;
}
</style>
background-color css
<style>
a { background-color: #26009D; }
a { background-color: rgb(38,0,157); }
div.DivClassName
{
background-color: #26009D;
}
.BgClassName
{
background-color: #26009D;
}
</style>
border-color css
<style>
span { border-color: #26009D; }
span { border-color: rgb(38,0,157); }
td.TdClassName
{
border-color: #26009D;
}
.TagClassName
{
border-color: #26009D;
}
</style>