Shades of Ultramarine #260D8E
Tints of Ultramarine #260D8E
RGB
CMYK
RGB Variations
Color information
#260D8E (or 0x260D8E) is known color: Ultramarine. HEX triplet: 26, 0D and 8E. RGB value is (38,13,142). Sum of RGB (Red+Green+Blue) = 38+13+142=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 142 (55.86% from 255 or 73.58% from 193); Max value from RGB is 142 - color contains mainly: blue. Hex color #260D8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260D8E is #D9F271. Grayscale: #222222. Windows color (decimal): -14283378 or 9309478. OLE color: 9309478.
HSL color Cylindrical-coordinate representation of color #260D8E: hue angle of 251.63º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #260D8E is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 13 | 142 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.44 |
| HSL | 251.63º | 0.83% | 0.3% | - |
| HSV(B) | 251.63º | 0.91% | 0.56% | - |
| XYZ | 5.83 | 2.65 | 25.8 | - |
| YUV | 35.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 142 | 0.73 | 0.91 | 0 | 0.44 | 251.63 | 0.83 | 0.3 |
| Hex | 26 | D | 8E | 49 | 5B | 0 | 2C | FC | 53 | 1E |
| Octal | 46 | 15 | 216 | 111 | 133 | 0 | 54 | 374 | 123 | 36 |
| Binary | 100110 | 1101 | 10001110 | 1001001 | 1011011 | 0 | 101100 | 11111100 | 1010011 | 11110 |
Color Harmonies of #260D8E
Complementary color
Monochromatic Colors of #260D8E
Black with #260D8E
Text Example
Text Example
White with #260D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D8E; }
p { color: rgb(38,13,142); }
H1.HeaderClassName
{
color: #260D8E;
}
.AnyTagClassName
{
color: #260D8E;
}
</style>
background-color css
<style>
a { background-color: #260D8E; }
a { background-color: rgb(38,13,142); }
div.DivClassName
{
background-color: #260D8E;
}
.BgClassName
{
background-color: #260D8E;
}
</style>
border-color css
<style>
span { border-color: #260D8E; }
span { border-color: rgb(38,13,142); }
td.TdClassName
{
border-color: #260D8E;
}
.TagClassName
{
border-color: #260D8E;
}
</style>