Shades of Ultramarine #260094
Tints of Ultramarine #260094
RGB
CMYK
RGB Variations
Color information
#260094 (or 0x260094) is known color: Ultramarine. HEX triplet: 26, 00 and 94. RGB value is (38,0,148). Sum of RGB (Red+Green+Blue) = 38+0+148=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #260094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260094 is #D9FF6B. Grayscale: #1B1B1B. Windows color (decimal): -14286700 or 9699366. OLE color: 9699366.
HSL color Cylindrical-coordinate representation of color #260094: hue angle of 255.41º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260094 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 0 | 148 | - |
| CMYK | 0.74 | 1 | 0 | 0.42 |
| HSL | 255.41º | 1% | 0.29% | - |
| HSV(B) | 255.41º | 1% | 0.58% | - |
| XYZ | 6.14 | 2.55 | 28.19 | - |
| YUV | 28.23 | 195.59 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 148 | 0.74 | 1 | 0 | 0.42 | 255.41 | 1 | 0.29 |
| Hex | 26 | 0 | 94 | 4A | 64 | 0 | 2A | FF | 64 | 1D |
| Octal | 46 | 0 | 224 | 112 | 144 | 0 | 52 | 377 | 144 | 35 |
| Binary | 100110 | 0 | 10010100 | 1001010 | 1100100 | 0 | 101010 | 11111111 | 1100100 | 11101 |
Color Harmonies of #260094
Complementary color
Monochromatic Colors of #260094
Black with #260094
Text Example
Text Example
White with #260094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260094; }
p { color: rgb(38,0,148); }
H1.HeaderClassName
{
color: #260094;
}
.AnyTagClassName
{
color: #260094;
}
</style>
background-color css
<style>
a { background-color: #260094; }
a { background-color: rgb(38,0,148); }
div.DivClassName
{
background-color: #260094;
}
.BgClassName
{
background-color: #260094;
}
</style>
border-color css
<style>
span { border-color: #260094; }
span { border-color: rgb(38,0,148); }
td.TdClassName
{
border-color: #260094;
}
.TagClassName
{
border-color: #260094;
}
</style>